From 1009f7e5331fed0bf6f768f4c67e2d1d8c3215d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:41:57 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 2.9.7 to 2.10.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.9.7 to 2.10.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@2.10.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 112 +++++++++++++++++------------------ playground-ssr/package.json | 2 +- playground-test/package.json | 2 +- playground/package.json | 2 +- 5 files changed, 58 insertions(+), 62 deletions(-) diff --git a/lib/package.json b/lib/package.json index 8b04d122..50a70294 100644 --- a/lib/package.json +++ b/lib/package.json @@ -40,7 +40,7 @@ "@cypress/vite-dev-server": "^5.0.5", "@rollup/plugin-dynamic-import-vars": "^2.0.4", "@types/node": "20.4.2", - "astro": "2.9.7", + "astro": "2.10.1", "cypress": "^12.17.3", "eslint-plugin-cypress": "^2.13.3", "start-server-and-test": "^2.0.0", diff --git a/package-lock.json b/package-lock.json index 6a3f1058..f552ee64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@cypress/vite-dev-server": "^5.0.5", "@rollup/plugin-dynamic-import-vars": "^2.0.4", "@types/node": "20.4.2", - "astro": "2.9.7", + "astro": "2.10.1", "cypress": "^12.17.3", "eslint-plugin-cypress": "^2.13.3", "start-server-and-test": "^2.0.0", @@ -91,15 +91,15 @@ } }, "node_modules/@astrojs/compiler": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", - "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.0.tgz", + "integrity": "sha512-E0TI/uyO8n+IPSZ4Fvl9Lne8JKEasR6ZMGvE2G096oTWOXSsPAhRs2LomV3z+/VRepo2h+t/SdVo54wox4eJwA==", "dev": true }, "node_modules/@astrojs/internal-helpers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.1.tgz", - "integrity": "sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.2.tgz", + "integrity": "sha512-YXLk1CUDdC9P5bjFZcGjz+cE/ZDceXObDTXn/GCID4r8LjThuexxi+dlJqukmUpkSItzQqgzfWnrPLxSFPejdA==", "dev": true }, "node_modules/@astrojs/language-server": { @@ -3122,13 +3122,13 @@ } }, "node_modules/astro": { - "version": "2.9.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.7.tgz", - "integrity": "sha512-gEm6SyiF2sh2qn9smPd/Z5yXhSLlsNqM5hsOo2B1ibb5S3BjxE1srmGGW7cUhM0dcxxIwixdevgamS4oxUNa/A==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.1.tgz", + "integrity": "sha512-t3y9laRaOZTAu6omVpI5x/wE80t2yTCWO/UTCPJYAYy2Aoi+snupwk8ZFBLgVd0lwO7KhjRKA0pUScfkn3bnXw==", "dev": true, "dependencies": { - "@astrojs/compiler": "^1.6.3", - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/compiler": "^1.8.0", + "@astrojs/internal-helpers": "^0.1.2", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", "@astrojs/telemetry": "^2.1.1", @@ -3162,7 +3162,7 @@ "html-escaper": "^3.0.3", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "magic-string": "^0.27.0", + "magic-string": "^0.30.2", "mime": "^3.0.0", "network-information-types": "^0.1.1", "ora": "^6.3.1", @@ -3348,17 +3348,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/astro/node_modules/magic-string": { - "version": "0.27.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/astro/node_modules/mimic-fn": { "version": "4.0.0", "dev": true, @@ -7673,17 +7662,23 @@ } }, "node_modules/magic-string": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", - "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.2.tgz", + "integrity": "sha512-lNZdu7pewtq/ZvWUp9Wpf/x7WzMTsR26TWV03BRZrXFsv+BI6dy8RAiKgm1uM/kyR0rCfUcqvOlXKG66KhIGug==", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" } }, + "node_modules/magic-string/node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, "node_modules/make-error": { "version": "1.3.6", "dev": true, @@ -12322,7 +12317,7 @@ "@astrojs/vue": "^2.2.1", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "react": "^18.2.0", "react-dom": "^18.2.0", "svelte": "^4.1.2", @@ -12338,7 +12333,7 @@ "@astrojs/tailwind": "4.0.0", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "tailwindcss": "^3.3.3" } }, @@ -12349,7 +12344,7 @@ "@astrojs/tailwind": "4.0.0", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "tailwindcss": "^3.3.3" } } @@ -12378,15 +12373,15 @@ } }, "@astrojs/compiler": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.6.3.tgz", - "integrity": "sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.0.tgz", + "integrity": "sha512-E0TI/uyO8n+IPSZ4Fvl9Lne8JKEasR6ZMGvE2G096oTWOXSsPAhRs2LomV3z+/VRepo2h+t/SdVo54wox4eJwA==", "dev": true }, "@astrojs/internal-helpers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.1.tgz", - "integrity": "sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.1.2.tgz", + "integrity": "sha512-YXLk1CUDdC9P5bjFZcGjz+cE/ZDceXObDTXn/GCID4r8LjThuexxi+dlJqukmUpkSItzQqgzfWnrPLxSFPejdA==", "dev": true }, "@astrojs/language-server": { @@ -13813,7 +13808,7 @@ "@rollup/plugin-dynamic-import-vars": "^2.0.4", "@storyblok/js": "^2.2.6", "@types/node": "20.4.2", - "astro": "2.9.7", + "astro": "2.10.1", "camelcase": "^7.0.1", "cypress": "^12.17.3", "eslint-plugin-cypress": "^2.13.3", @@ -13837,7 +13832,7 @@ "@astrojs/vue": "^2.2.1", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "react": "^18.2.0", "react-dom": "^18.2.0", "svelte": "^4.1.2", @@ -13852,7 +13847,7 @@ "@astrojs/tailwind": "4.0.0", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "tailwindcss": "^3.3.3" } }, @@ -13862,7 +13857,7 @@ "@astrojs/tailwind": "4.0.0", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "tailwindcss": "^3.3.3" } }, @@ -14587,13 +14582,13 @@ "dev": true }, "astro": { - "version": "2.9.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-2.9.7.tgz", - "integrity": "sha512-gEm6SyiF2sh2qn9smPd/Z5yXhSLlsNqM5hsOo2B1ibb5S3BjxE1srmGGW7cUhM0dcxxIwixdevgamS4oxUNa/A==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-2.10.1.tgz", + "integrity": "sha512-t3y9laRaOZTAu6omVpI5x/wE80t2yTCWO/UTCPJYAYy2Aoi+snupwk8ZFBLgVd0lwO7KhjRKA0pUScfkn3bnXw==", "dev": true, "requires": { - "@astrojs/compiler": "^1.6.3", - "@astrojs/internal-helpers": "^0.1.1", + "@astrojs/compiler": "^1.8.0", + "@astrojs/internal-helpers": "^0.1.2", "@astrojs/language-server": "^1.0.0", "@astrojs/markdown-remark": "^2.2.1", "@astrojs/telemetry": "^2.1.1", @@ -14627,7 +14622,7 @@ "html-escaper": "^3.0.3", "js-yaml": "^4.1.0", "kleur": "^4.1.4", - "magic-string": "^0.27.0", + "magic-string": "^0.30.2", "mime": "^3.0.0", "network-information-types": "^0.1.1", "ora": "^6.3.1", @@ -14730,13 +14725,6 @@ "version": "3.0.0", "dev": true }, - "magic-string": { - "version": "0.27.0", - "dev": true, - "requires": { - "@jridgewell/sourcemap-codec": "^1.4.13" - } - }, "mimic-fn": { "version": "4.0.0", "dev": true @@ -17434,12 +17422,20 @@ } }, "magic-string": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", - "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.2.tgz", + "integrity": "sha512-lNZdu7pewtq/ZvWUp9Wpf/x7WzMTsR26TWV03BRZrXFsv+BI6dy8RAiKgm1uM/kyR0rCfUcqvOlXKG66KhIGug==", "dev": true, "requires": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "dependencies": { + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + } } }, "make-error": { diff --git a/playground-ssr/package.json b/playground-ssr/package.json index 7ba1f1ca..38cff415 100644 --- a/playground-ssr/package.json +++ b/playground-ssr/package.json @@ -11,7 +11,7 @@ "@astrojs/tailwind": "4.0.0", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "tailwindcss": "^3.3.3", "@astrojs/netlify": "2.5.1" } diff --git a/playground-test/package.json b/playground-test/package.json index 69ac3131..c5ae3f17 100644 --- a/playground-test/package.json +++ b/playground-test/package.json @@ -12,6 +12,6 @@ "tailwindcss": "^3.3.3", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7" + "astro": "2.10.1" } } \ No newline at end of file diff --git a/playground/package.json b/playground/package.json index 74e79c2a..936e745f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -16,7 +16,7 @@ "@astrojs/vue": "^2.2.1", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.0.1", - "astro": "2.9.7", + "astro": "2.10.1", "react": "^18.2.0", "react-dom": "^18.2.0", "svelte": "^4.1.2",