From 1761c5638bf70a3d900b46867c7152cb6422b939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:19:45 +0000 Subject: [PATCH] Bump astro from 4.12.0 to 4.12.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.12.0 to 4.12.2. - [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.12.2/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 d1267d8..ad2398e 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.45.3", - "astro": "^4.12.0", + "astro": "^4.12.2", "playwright": "^1.45.2" } }, @@ -2759,9 +2759,9 @@ } }, "node_modules/astro": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.12.0.tgz", - "integrity": "sha512-JCfrJemDRgc87KVBQ9x4zIwadSuWdG1WjzR3b59nUY+mVeph8W5Y68DrYU5s1JMhQN3+yn2p3lexg4lJM41rsg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.12.2.tgz", + "integrity": "sha512-l6OmqlL+FiuSi9x6F+EGZitteOznq1JffOil7st7cdqeMCTEIym4oagI1a6zp6QekliKWEEZWdplGhgh1k1f7Q==", "dependencies": { "@astrojs/compiler": "^2.9.0", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 5f96e0f..7095274 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.45.3", - "astro": "^4.12.0", + "astro": "^4.12.2", "playwright": "^1.45.2" } } diff --git a/yarn.lock b/yarn.lock index f5243d1..515106a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1491,10 +1491,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.12.0: - version "4.12.0" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.12.0.tgz#4090aacbb52bd2077808e0a06965be9f97743939" - integrity sha512-JCfrJemDRgc87KVBQ9x4zIwadSuWdG1WjzR3b59nUY+mVeph8W5Y68DrYU5s1JMhQN3+yn2p3lexg4lJM41rsg== +astro@^4.12.2: + version "4.12.2" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.12.2.tgz#c92bec880e05577997dd963a423f0ad54e7d6cf4" + integrity sha512-l6OmqlL+FiuSi9x6F+EGZitteOznq1JffOil7st7cdqeMCTEIym4oagI1a6zp6QekliKWEEZWdplGhgh1k1f7Q== dependencies: "@astrojs/compiler" "^2.9.0" "@astrojs/internal-helpers" "0.4.1"