From bd2e579270d9f7f67703d737310f64022f6cc4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:26:53 +0000 Subject: [PATCH] Bump astro from 4.15.6 to 4.15.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.6 to 4.15.8. - [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.15.8/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 49802b2..794a976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@lbry/components": "^4.2.5", "@orama/plugin-astro": "^2.0.7", "@thewebforge/astro-code-blocks": "^0.2.0", - "astro": "^4.15.6", + "astro": "^4.15.8", "astro-loading-indicator": "^0.6.0", "astro-preload": "^1.1.2", "markdown-wasm": "^1.2.0", @@ -4733,9 +4733,9 @@ } }, "node_modules/astro": { - "version": "4.15.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.6.tgz", - "integrity": "sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==", + "version": "4.15.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.8.tgz", + "integrity": "sha512-pdXjtRF6O1xChiPAUF32R7oVRTW7AK1/Oy/JqPNhLfbelO0l6C7cLdSEuSLektwOEnMhOVXqccetjBs7HPaoxA==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -4783,7 +4783,6 @@ "ora": "^8.1.0", "p-limit": "^6.1.0", "p-queue": "^8.0.1", - "path-to-regexp": "6.2.2", "preferred-pm": "^4.0.0", "prompts": "^2.4.2", "rehype": "^13.0.1", diff --git a/package.json b/package.json index 03be826..e2f49a4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@lbry/components": "^4.2.5", "@orama/plugin-astro": "^2.0.7", "@thewebforge/astro-code-blocks": "^0.2.0", - "astro": "^4.15.6", + "astro": "^4.15.8", "astro-loading-indicator": "^0.6.0", "astro-preload": "^1.1.2", "markdown-wasm": "^1.2.0",