diff --git a/package-lock.json b/package-lock.json index 6ddac89c2..e6c4e5e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.9.1", + "astro": "^4.9.2", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3", @@ -3380,9 +3380,9 @@ } }, "node_modules/astro": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.1.tgz", - "integrity": "sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.2.tgz", + "integrity": "sha512-apzpRoISk6L8g99m3zKIW5SYxw2GhOju/1Gq0Ccf3SH+X2UcFXF+MTdxPOFl5yJUQg7X0qsVQDOIVf8zHRRKFg==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.8.0", diff --git a/package.json b/package.json index a590974f9..a72bc59ad 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", - "astro": "^4.9.1", + "astro": "^4.9.2", "autoprefixer": "^10.4.19", "bootstrap": "^5.3.2", "bundlewatch": "^0.3.3",