diff --git a/package-lock.json b/package-lock.json index f0ab7e2e10..cf919ea584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.0", - "astro": "^5.14.5", + "astro": "^5.14.6", "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.3", @@ -6174,9 +6174,9 @@ } }, "node_modules/astro": { - "version": "5.14.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.5.tgz", - "integrity": "sha512-EHt7y3+nHYyKzBats1AL3N4Pyrvqyr+zXBC7njUa9Tfe+gsiHlunaw+lXitTT/DDVwO2R/f/qVG7Xc6rl0b2KQ==", + "version": "5.14.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz", + "integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 36258fccc8..d9b88256cd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.0", - "astro": "^5.14.5", + "astro": "^5.14.6", "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.3",