diff --git a/package-lock.json b/package-lock.json index baef4066..095d98f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.8.1" + "astro": "^5.8.2" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3606,9 +3606,9 @@ } }, "node_modules/astro": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", - "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz", + "integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/package.json b/package.json index 1015fb32..d3cb5bc9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.8.1" + "astro": "^5.8.2" }, "devDependencies": { "@actions/core": "^1.11.1",