From 91f668ae3a6b2abf6c787f377301b5a26da933af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 20:18:47 +0000 Subject: [PATCH] Bump astro from 5.7.13 to 5.7.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.13 to 5.7.14. - [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.7.14/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- yarn.lock | 9 +++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae6f788..7cd7b5d 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.49.1", - "astro": "^5.7.13", + "astro": "^5.7.14", "playwright": "^1.51.1" } }, @@ -3241,9 +3241,9 @@ } }, "node_modules/astro": { - "version": "5.7.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.13.tgz", - "integrity": "sha512-cRGq2llKOhV3XMcYwQpfBIUcssN6HEK5CRbcMxAfd9OcFhvWE7KUy50zLioAZVVl3AqgUTJoNTlmZfD2eG0G1w==", + "version": "5.7.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.14.tgz", + "integrity": "sha512-DfuDD49f7mbHB7ygLm8KXEC6QQtpLoNrmoylcMLKdl1ahXNdiw+mgW8ApEMyHTUyVrqEUnr4gZCKSlZ9POCHjQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -3276,6 +3276,7 @@ "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.1.1", + "import-meta-resolve": "^4.1.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", "magic-string": "^0.30.17", diff --git a/package.json b/package.json index a10ae56..03f89cb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.49.1", - "astro": "^5.7.13", + "astro": "^5.7.14", "playwright": "^1.51.1" } } diff --git a/yarn.lock b/yarn.lock index 853291d..fbf6803 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1922,10 +1922,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.7.13: - version "5.7.13" - resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.13.tgz#48d15f9949659baf9a328b9838a715ce6e268ade" - integrity sha512-cRGq2llKOhV3XMcYwQpfBIUcssN6HEK5CRbcMxAfd9OcFhvWE7KUy50zLioAZVVl3AqgUTJoNTlmZfD2eG0G1w== +astro@^5.7.14: + version "5.7.14" + resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.14.tgz#e126b16bb748f08d3ecd85abd15ef8b43cbc3aaf" + integrity sha512-DfuDD49f7mbHB7ygLm8KXEC6QQtpLoNrmoylcMLKdl1ahXNdiw+mgW8ApEMyHTUyVrqEUnr4gZCKSlZ9POCHjQ== dependencies: "@astrojs/compiler" "^2.11.0" "@astrojs/internal-helpers" "0.6.1" @@ -1957,6 +1957,7 @@ astro@^5.7.13: github-slugger "^2.0.0" html-escaper "3.0.3" http-cache-semantics "^4.1.1" + import-meta-resolve "^4.1.0" js-yaml "^4.1.0" kleur "^4.1.5" magic-string "^0.30.17"