From 2dd0a318c07d34e2bfbf41ffde0951d8e6ceda5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:55:16 +0000 Subject: [PATCH] Bump astro from 4.15.6 to 4.15.7 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.6 to 4.15.7. - [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.7/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb49c18..9f4f424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.47.1", - "astro": "^4.15.6", + "astro": "^4.15.7", "playwright": "^1.47.0" } }, @@ -2720,9 +2720,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.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.7.tgz", + "integrity": "sha512-RGZjGpLcR3jcnXA1+g56i73O77krmqs7VjpoBOfk9UVP8Js5T2YSeUBAyComOUb6vj31wEw1vgRgOEN0MzYc8w==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 520e14d..912be8d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.47.1", - "astro": "^4.15.6", + "astro": "^4.15.7", "playwright": "^1.47.0" } } diff --git a/yarn.lock b/yarn.lock index ac11c53..761a630 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1563,10 +1563,10 @@ array-iterate@^2.0.0: resolved "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro@^4.15.6: - version "4.15.6" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.6.tgz#55d42fca5a68695174f5af85a8dcc5329264726a" - integrity sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ== +astro@^4.15.7: + version "4.15.7" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.7.tgz#7c5b248581c63f705aab5e8109c90b8777bc862f" + integrity sha512-RGZjGpLcR3jcnXA1+g56i73O77krmqs7VjpoBOfk9UVP8Js5T2YSeUBAyComOUb6vj31wEw1vgRgOEN0MzYc8w== dependencies: "@astrojs/compiler" "^2.10.3" "@astrojs/internal-helpers" "0.4.1"