diff --git a/package-lock.json b/package-lock.json index b7ae4d03..8f608967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.11", + "astro": "^4.16.14", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6", @@ -3513,9 +3513,10 @@ } }, "node_modules/astro": { - "version": "4.16.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.11.tgz", - "integrity": "sha512-Pm0ATut4f8kM2OKbSDbatO5Q/f2ynt1dbc5UGQN8I5bFnJvDbJj3R1NE513BOXXv4GQBKJZUshcZEMvlZpA61g==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 4c8b0191..03247abf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.11", + "astro": "^4.16.14", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6",