diff --git a/package-lock.json b/package-lock.json index 008506076..559f1f3ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/prompts": "^2.4.9", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.16", + "astro": "^4.16.18", "astro-meta-tags": "^0.3.1", "classnames": "^2.5.1", "fuse.js": "^7.0.0", @@ -3568,11 +3568,10 @@ } }, "node_modules/astro": { - "version": "4.16.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", - "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "dev": true, - "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 9c2a60d6d..5889f0c6b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/prompts": "^2.4.9", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.16", + "astro": "^4.16.18", "astro-meta-tags": "^0.3.1", "classnames": "^2.5.1", "fuse.js": "^7.0.0",