From 29b64d314a519c8fae0eae762f90bbfde1b113e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:51:36 +0000 Subject: [PATCH] chore(deps): update dependency astro to ^4.16.13 --- client/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 7275eb88..fea7d0f6 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.12", + "astro": "^4.16.13", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", diff --git a/package-lock.json b/package-lock.json index b6af9ed2..bbad07d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,12 +20,12 @@ }, "client": { "name": "@kubosho/blog-client", - "version": "10.0.4", + "version": "10.0.5", "license": "MIT", "dependencies": { "@astrojs/cloudflare": "^11.2.0", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.12", + "astro": "^4.16.13", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", @@ -4698,9 +4698,9 @@ } }, "node_modules/astro": { - "version": "4.16.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.12.tgz", - "integrity": "sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A==", + "version": "4.16.13", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", + "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",