From f0e666d1090d6cc3cbd96dc3e97fcefb47285d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:19:58 +0530 Subject: [PATCH] chore(deps-dev): bump the astro group across 1 directory with 3 updates (#5586) Bumps the astro group with 3 updates in the / directory: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/check` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.7.0/packages/astro-check) Updates `@astrojs/mdx` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@3.0.1/packages/integrations/mdx) Updates `astro` from 4.8.6 to 4.9.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.9.1/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: astro - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-minor dependency-group: astro ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 566aa04b6..8cda788f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "4.0.0-beta1", "license": "MIT", "devDependencies": { - "@astrojs/check": "^0.6.0", - "@astrojs/mdx": "^3.0.0", + "@astrojs/check": "^0.7.0", + "@astrojs/mdx": "^3.0.1", "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.5.17", + "astro": "^4.9.1", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -60,12 +60,12 @@ } }, "node_modules/@astrojs/check": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.6.0.tgz", - "integrity": "sha512-Q6fct7FvByTf0L5lvH2QwFelXtLViWhPNgMfOvrGq7spV5SPX9jQPoFxH+nRFh1oDhBBIWImRjkSpSyhX9fQHA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.7.0.tgz", + "integrity": "sha512-UTqwOeKNu9IYZmJXEeWnQuTdSd/pX58Hl4TUARsMlT97SVDL//kLBE4T/ctxRz6J573N87oE5ddtW/uOOnQTug==", "dev": true, "dependencies": { - "@astrojs/language-server": "^2.9.0", + "@astrojs/language-server": "^2.10.0", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", @@ -512,9 +512,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.0.tgz", - "integrity": "sha512-t1x+fmRA7w/AUWEhvWsMjw8op29mkzkpLN+AfsrtIAnGCf5y3NhcDwamKBvHDUTw/SdM3dn0JMi+JGaGnocDmw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.1.tgz", + "integrity": "sha512-UcPja14Qt6OEm7Wjak41Qa5f7G1M0oB2ARCsyIkXy6+Z65fJ6c1648UqEOqnEgR6Xtqq+V47wtK2qSP6KQKrAg==", "dev": true, "dependencies": { "@astrojs/markdown-remark": "5.1.0", @@ -3380,9 +3380,9 @@ } }, "node_modules/astro": { - "version": "4.8.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.6.tgz", - "integrity": "sha512-psHIfK+e+bMPhRwghV9yCGH/uc1jvY4DHmDZdoEepax9yA7kzYH0wt3dpkqlcrO2zxl5jzSC3DmqZfkD6wnW9A==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.1.tgz", + "integrity": "sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.8.0", diff --git a/package.json b/package.json index 3619ade20..39449ceba 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,12 @@ "url": "https://github.com/ColorlibHQ/AdminLTE/issues" }, "devDependencies": { - "@astrojs/check": "^0.6.0", - "@astrojs/mdx": "^3.0.0", + "@astrojs/check": "^0.7.0", + "@astrojs/mdx": "^3.0.1", "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.5.17", + "astro": "^4.9.1", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",