diff --git a/package-lock.json b/package-lock.json index f45b77f..8543ddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.38.1", - "astro": "^6.0.6", + "astro": "^6.0.7", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0", @@ -2103,9 +2103,9 @@ } }, "node_modules/astro": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.6.tgz", - "integrity": "sha512-Fg25tok0RF+ToCcfdfNdtkv7MutTfbE0Lc4UhZpQyoc8/iiTdAaNw1nHPxPD6Nfa/ql3lGAp9uOWaTTnnFY2Zg==", + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.7.tgz", + "integrity": "sha512-tCUrtQI+2Dk13xTM07JYrvk16T4ekWqSXh0/dVCunne816ZV+RCs1tomSoTHZi3DJdoaTnLJmkH+uxCC3b1KWw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.0", diff --git a/package.json b/package.json index 991a69b..1cb0be8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.38.1", - "astro": "^6.0.6", + "astro": "^6.0.7", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0",