diff --git a/lib/package.json b/lib/package.json index c0dacdb9..cf4ca3d7 100644 --- a/lib/package.json +++ b/lib/package.json @@ -59,7 +59,7 @@ "@rollup/plugin-dynamic-import-vars": "^2.1.5", "@types/lodash.mergewith": "^4.6.9", "@types/node": "22.9.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "cypress": "^13.15.2", "eslint-plugin-cypress": "^3.6.0", "start-server-and-test": "^2.0.8", diff --git a/package-lock.json b/package-lock.json index 0d70715d..b48851c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@rollup/plugin-dynamic-import-vars": "^2.1.5", "@types/lodash.mergewith": "^4.6.9", "@types/node": "22.9.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "cypress": "^13.15.2", "eslint-plugin-cypress": "^3.6.0", "start-server-and-test": "^2.0.8", @@ -4210,11 +4210,10 @@ } }, "node_modules/astro": { - "version": "4.16.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.10.tgz", - "integrity": "sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==", + "version": "4.16.13", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", + "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", "dev": true, - "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -14673,7 +14672,7 @@ "@astrojs/vue": "^4.5.2", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.1.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "react": "^18.3.1", "react-dom": "^18.3.1", "svelte": "^4.2.19", @@ -14692,7 +14691,7 @@ "@astrojs/vue": "^4.5.2", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.1.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "react": "^18.3.1", "react-dom": "^18.3.1", "svelte": "^4.2.19", @@ -14705,7 +14704,7 @@ "version": "0.0.0", "devDependencies": { "@storyblok/astro": "1.0.0", - "astro": "^4.16.10" + "astro": "^4.16.13" } } } diff --git a/playground-ssr/package.json b/playground-ssr/package.json index 13bae528..c4394fcd 100644 --- a/playground-ssr/package.json +++ b/playground-ssr/package.json @@ -12,7 +12,7 @@ "@astrojs/vercel": "^7.8.2", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.1.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "tailwindcss": "^3.4.14", "@astrojs/react": "^3.6.2", "@astrojs/svelte": "^5.7.3", diff --git a/playground-test/package.json b/playground-test/package.json index cedad4d3..3ada59f1 100644 --- a/playground-test/package.json +++ b/playground-test/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@storyblok/astro": "1.0.0", - "astro": "^4.16.10" + "astro": "^4.16.13" } } \ No newline at end of file diff --git a/playground/package.json b/playground/package.json index e71d6e8e..72c52793 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,7 +14,7 @@ "@astrojs/vue": "^4.5.2", "@storyblok/astro": "1.0.0", "@vitejs/plugin-basic-ssl": "^1.1.0", - "astro": "^4.16.10", + "astro": "^4.16.13", "react": "^18.3.1", "react-dom": "^18.3.1", "svelte": "^4.2.19",