From 3c683d7d7b2a3a15474cf3b5d9b0c80565cb3e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:23:18 +0000 Subject: [PATCH] Bump astro from 4.16.10 to 4.16.13 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.10 to 4.16.13. - [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.13/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e6b055..7fedcf6 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.10", + "astro": "^4.16.13", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2", @@ -2356,9 +2356,9 @@ } }, "node_modules/astro": { - "version": "4.16.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.10.tgz", - "integrity": "sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==", + "version": "4.16.13", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz", + "integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 291380f..4fa32f8 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.10", + "astro": "^4.16.13", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.2",