diff --git a/client/package.json b/client/package.json index 3182fe24..2e2f5c9f 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "dependencies": { "@astrojs/cloudflare": "^11.2.0", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.17", + "astro": "^4.16.18", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", diff --git a/package-lock.json b/package-lock.json index fa87ccf5..01b97789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dependencies": { "@astrojs/cloudflare": "^11.2.0", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.17", + "astro": "^4.16.18", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", @@ -4721,9 +4721,9 @@ } }, "node_modules/astro": { - "version": "4.16.17", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", - "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",