From f85629eb5f5dc0cbdefda751f4153a5169f6930b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:34:52 +0000 Subject: [PATCH] chore(deps): update astro to 4.15.6 --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f6c77bc..ca6fb0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.27.1", - "astro": "4.15.5", + "astro": "4.15.6", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0", @@ -2301,9 +2301,9 @@ } }, "node_modules/astro": { - "version": "4.15.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.5.tgz", - "integrity": "sha512-zcHXpRav0dtYpddxoGMDN7A7SKrGL9wsu5IxLjqCcZhylfZ/5mfLfoGYnSg7aFwuAleUXP66lyfY+GDbFTbF2w==", + "version": "4.15.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.6.tgz", + "integrity": "sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", @@ -2352,6 +2352,7 @@ "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", @@ -5636,6 +5637,12 @@ "node": ">=8" } }, + "node_modules/path-to-regexp": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", + "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==", + "license": "MIT" + }, "node_modules/periscopic": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", diff --git a/package.json b/package.json index 459226b8..47e8c5a5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.27.1", - "astro": "4.15.5", + "astro": "4.15.6", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0",