From c97c13c5b7e8810da02e2102e1d421e722116c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:05:43 +0000 Subject: [PATCH] Bump astro from 4.16.14 to 4.16.15 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.14 to 4.16.15. - [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.15/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 | 9 +++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a08e74..656f8a0 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.48.2", - "astro": "^4.16.14", + "astro": "^4.16.15", "playwright": "^1.48.0" } }, @@ -2928,9 +2928,10 @@ } }, "node_modules/astro": { - "version": "4.16.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", - "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "version": "4.16.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.15.tgz", + "integrity": "sha512-usybZ7nEUiwYKT7r47l4VbkqjKfaE+BgWV/ed4PT3mE3vFRTBWFsXLnkzrN7awfN6+/ekZTAcE+MAkdA551Umw==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 1958ff2..e76dda0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.48.2", - "astro": "^4.16.14", + "astro": "^4.16.15", "playwright": "^1.48.0" } } diff --git a/yarn.lock b/yarn.lock index defb6a2..4ee7e1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1788,10 +1788,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.16.14: - version "4.16.14" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.14.tgz#a3c1a4f6e904d9b28229ea903c9e125449a89e9d" - integrity sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg== +astro@^4.16.15: + version "4.16.15" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.15.tgz#e7cf2ffbf8ba41f7bb57796355944e9103dc8ecc" + integrity sha512-usybZ7nEUiwYKT7r47l4VbkqjKfaE+BgWV/ed4PT3mE3vFRTBWFsXLnkzrN7awfN6+/ekZTAcE+MAkdA551Umw== dependencies: "@astrojs/compiler" "^2.10.3" "@astrojs/internal-helpers" "0.4.1"