diff --git a/package-lock.json b/package-lock.json index 0afd691b..d64147de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.1" + "astro": "^5.9.2" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -164,9 +164,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", - "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -3606,12 +3606,12 @@ } }, "node_modules/astro": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", - "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz", + "integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.1", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/package.json b/package.json index 8ef7c2a3..16f39e7f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.1" + "astro": "^5.9.2" }, "devDependencies": { "@actions/core": "^1.11.1",