From 2d709c1af44948c7f938445dbdbcfb03f04734fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:10:50 +0000 Subject: [PATCH] Bump astro from 4.16.10 to 4.16.12 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.10 to 4.16.12. - [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.12/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 93d2cab..83ec6da 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.10", + "astro": "^4.16.12", "playwright": "^1.47.1" } }, @@ -2950,9 +2950,9 @@ } }, "node_modules/astro": { - "version": "4.16.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.10.tgz", - "integrity": "sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==", + "version": "4.16.12", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.12.tgz", + "integrity": "sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 55d342a..1d09e6d 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.10", + "astro": "^4.16.12", "playwright": "^1.47.1" } } diff --git a/yarn.lock b/yarn.lock index 53840d2..8582124 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1804,10 +1804,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.10: - version "4.16.10" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.10.tgz#8495947d6e405104f312ee06643a44078c22fc0c" - integrity sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ== +astro@^4.16.12: + version "4.16.12" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.12.tgz#884177fd8a2bd6dac80ac55147534df7a6cb253b" + integrity sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A== dependencies: "@astrojs/compiler" "^2.10.3" "@astrojs/internal-helpers" "0.4.1"