From d4edf13a6c5025b950a74df662a9f81a75a40fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:29:31 +0000 Subject: [PATCH] chore(deps): 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:production 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 f30ac20ae..40bf13fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", @@ -2377,9 +2377,10 @@ } }, "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", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 427292c0f..7c53613ea 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@preline/dropdown": "^2.5.0", "@preline/overlay": "^2.5.0", "@preline/tabs": "^2.5.0", - "astro": "^4.16.13", + "astro": "^4.16.14", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2",