From 358f8dc2722b26070d7bf152123cfcd8919f3df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 06:40:33 +0000 Subject: [PATCH] Bump astro from 5.5.4 to 5.5.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.5.4 to 5.5.5. - [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@5.5.5/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 | 10 +++++----- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index abcc026..e9305d1 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.51.1", - "astro": "^5.5.4", + "astro": "^5.5.5", "playwright": "^1.48.0" } }, @@ -3079,9 +3079,9 @@ } }, "node_modules/astro": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.5.4.tgz", - "integrity": "sha512-rc9Mj6dIKM9ylTSQ0/S1l5f1iSDNs0PEjRMnvVpZ0W+wfBCu99JEuXy+fiWDNT6gf60bC4dKQehZxZGdSJB9kg==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.5.5.tgz", + "integrity": "sha512-fdnnK5dhWNIQT/cXzvaGs9il4T5noi4jafobdntbuNOrRxI1JnOxDfrtBadUo6cknCRCFhYrXh4VndCqj1a4Sg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -3133,7 +3133,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", - "vite": "^6.2.1", + "vite": "^6.2.3", "vitefu": "^1.0.6", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 9de8827..23934df 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.51.1", - "astro": "^5.5.4", + "astro": "^5.5.5", "playwright": "^1.48.0" } } diff --git a/yarn.lock b/yarn.lock index f958655..03342ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1938,10 +1938,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@^5.5.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/astro/-/astro-5.5.4.tgz#bb1ebaa3c4af3418ef9ee317ee4c8dca49f07471" - integrity sha512-rc9Mj6dIKM9ylTSQ0/S1l5f1iSDNs0PEjRMnvVpZ0W+wfBCu99JEuXy+fiWDNT6gf60bC4dKQehZxZGdSJB9kg== +astro@^5.5.5: + version "5.5.5" + resolved "https://registry.yarnpkg.com/astro/-/astro-5.5.5.tgz#bc84c9f4e3d1b2211d21ccf63b20a56f09cbaab6" + integrity sha512-fdnnK5dhWNIQT/cXzvaGs9il4T5noi4jafobdntbuNOrRxI1JnOxDfrtBadUo6cknCRCFhYrXh4VndCqj1a4Sg== dependencies: "@astrojs/compiler" "^2.11.0" "@astrojs/internal-helpers" "0.6.1" @@ -1992,7 +1992,7 @@ astro@^5.5.4: unist-util-visit "^5.0.0" unstorage "^1.15.0" vfile "^6.0.3" - vite "^6.2.1" + vite "^6.2.3" vitefu "^1.0.6" xxhash-wasm "^1.1.0" yargs-parser "^21.1.1" @@ -4846,7 +4846,7 @@ vite-prerender-plugin@^0.5.3: source-map "^0.7.4" stack-trace "^1.0.0-pre2" -vite@^6.0.11, vite@^6.2.1, vite@^6.2.2: +vite@^6.0.11, vite@^6.2.2, vite@^6.2.3: version "6.2.3" resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2" integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==