From 4780f78464e37a80d3999fc9a8b06ff0a3b3a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:27:40 +0000 Subject: [PATCH] Bump astro from 4.11.1 to 4.11.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.11.1 to 4.11.3. - [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.11.3/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, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cb31a5..3136a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@preline/dropdown": "^2.3.0", "@preline/overlay": "^2.3.0", "@preline/tabs": "^2.3.0", - "astro": "^4.11.1", + "astro": "^4.11.3", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.1", @@ -2678,9 +2678,9 @@ } }, "node_modules/astro": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.1.tgz", - "integrity": "sha512-6e9/9nafmnxzaLSq2+9VNpi+7j0E4UoK2IJ7gkhyv1wk3XfciA6zHc3ESx7/Sk/rjenz9NSTTzAwcmVzWWHv/g==", + "version": "4.11.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.11.3.tgz", + "integrity": "sha512-SuZbB/71XVn+WqWNCe7XOfHuqhS+k4gj8+A3wluTZQrORGaHUFRn/f8F9Tu5yESQZB1q8UKhahvHwkTV3AdVsg==", "dependencies": { "@astrojs/compiler": "^2.8.1", "@astrojs/internal-helpers": "0.4.1", @@ -2731,7 +2731,6 @@ "preferred-pm": "^3.1.3", "prompts": "^2.4.2", "rehype": "^13.0.1", - "resolve": "^1.22.8", "semver": "^7.6.2", "shiki": "^1.9.0", "string-width": "^7.1.0", diff --git a/package.json b/package.json index 4fe4bd0..0723cdd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@preline/dropdown": "^2.3.0", "@preline/overlay": "^2.3.0", "@preline/tabs": "^2.3.0", - "astro": "^4.11.1", + "astro": "^4.11.3", "astro-compressor": "^0.4.1", "clipboard": "^2.0.11", "globby": "^14.0.1",