diff --git a/package-lock.json b/package-lock.json index 7ca0b49..295f744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.4", + "astro": "^5.13.5", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.34.3", @@ -1850,9 +1850,9 @@ } }, "node_modules/astro": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.4.tgz", - "integrity": "sha512-Mgq5GYy3EHtastGXqdnh1UPuN++8NmJSluAspA5hu33O7YRs/em/L03cUfRXtc60l5yx5BfYJsjF2MFMlcWlzw==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz", + "integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 659ffad..0af4c1a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.4", + "astro": "^5.13.5", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.34.3",