diff --git a/package-lock.json b/package-lock.json index 0cb31a5..3136a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@preline/dropdown": "^2.3.0", "@preline/overlay": "^2.3.0", "@preline/tabs": "^2.3.0", - "astro": "^4.11.1", + "astro": "^4.11.3", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.1", @@ -2678,9 +2678,9 @@ } }, "node_modules/astro": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.1.tgz", - "integrity": "sha512-6e9/9nafmnxzaLSq2+9VNpi+7j0E4UoK2IJ7gkhyv1wk3XfciA6zHc3ESx7/Sk/rjenz9NSTTzAwcmVzWWHv/g==", + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.3.tgz", + "integrity": "sha512-SuZbB/71XVn+WqWNCe7XOfHuqhS+k4gj8+A3wluTZQrORGaHUFRn/f8F9Tu5yESQZB1q8UKhahvHwkTV3AdVsg==", "dependencies": { "@astrojs/compiler": "^2.8.1", "@astrojs/internal-helpers": "0.4.1", @@ -2731,7 +2731,6 @@ "preferred-pm": "^3.1.3", "prompts": "^2.4.2", "rehype": "^13.0.1", - "resolve": "^1.22.8", "semver": "^7.6.2", "shiki": "^1.9.0", "string-width": "^7.1.0", diff --git a/package.json b/package.json index 4fe4bd0..0723cdd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@preline/dropdown": "^2.3.0", "@preline/overlay": "^2.3.0", "@preline/tabs": "^2.3.0", - "astro": "^4.11.1", + "astro": "^4.11.3", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.1",