diff --git a/package-lock.json b/package-lock.json index 0633840f5..4091bd6f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "6.0.0", "@pagefind/default-ui": "1.3.0", "@playform/inline": "0.1.1", - "astro": "5.2.5", + "astro": "5.2.6", "astro-compressor": "1.0.0", "autoprefixer": "10.4.20", "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", @@ -4593,9 +4593,9 @@ } }, "node_modules/astro": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.5.tgz", - "integrity": "sha512-AYXyYkc+c5xbKTm48FyQA91y81nXyNPAaoyafR0LUugE4lAwuvIUcXDBfMzmbuP1lGRvsE33G2oypv6gbGaPFg==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.6.tgz", + "integrity": "sha512-CrTuJMwpWF9kmOhX+cl6uPqNbTRrHO7eXggFP9SK7+Bsen/7FpJtA6k1p/ALleuV5ndJLqn/9tpmP3qACHPjYA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 9cab1577a..ab102eb96 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/tailwind": "6.0.0", "@pagefind/default-ui": "1.3.0", "@playform/inline": "0.1.1", - "astro": "5.2.5", + "astro": "5.2.6", "astro-compressor": "1.0.0", "autoprefixer": "10.4.20", "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",