From 6ef6110fc50d0ce5d181ec81114b9e32faabf19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:40:27 +0000 Subject: [PATCH] Bump astro from 4.16.13 to 4.16.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.13 to 4.16.14. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.14/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2ebcbe..820f55a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@sanity/astro": "^3.1.4", "@sanity/client": "^6.21.1", - "astro": "^4.16.13", + "astro": "^4.16.14", "prettier": "3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -5252,10 +5252,11 @@ } }, "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==", "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 64d43f7..ef7de03 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@sanity/astro": "^3.1.4", "@sanity/client": "^6.21.1", - "astro": "^4.16.13", + "astro": "^4.16.14", "prettier": "3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1",