diff --git a/package-lock.json b/package-lock.json index 79e05d49..368111f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrolib/analytics": "^0.6.1", "@astrolib/seo": "^1.0.0-beta.8", - "astro": "^4.16.16", + "astro": "^4.16.18", "astro-icon": "^1.1.4", "limax": "4.1.0", "lodash.merge": "^4.6.2", @@ -2662,10 +2662,9 @@ } }, "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==", - "license": "MIT", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index d1c3b3d6..362b10e0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrolib/analytics": "^0.6.1", "@astrolib/seo": "^1.0.0-beta.8", - "astro": "^4.16.16", + "astro": "^4.16.18", "astro-icon": "^1.1.4", "limax": "4.1.0", "lodash.merge": "^4.6.2",