diff --git a/client/package.json b/client/package.json index 96d3db81..8ecf9c41 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.13", + "astro": "^4.16.14", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", diff --git a/package-lock.json b/package-lock.json index d196c27b..440b5902 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.13", + "astro": "^4.16.14", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", @@ -4698,9 +4698,9 @@ } }, "node_modules/astro": { - "version": "4.16.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", - "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",