From 80245b8c49318d82ba4eb7ee285e98dbe3293d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 07:02:17 +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 495f3b7..ef0ea9a 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.7.13", + "astro": "^5.7.14", "playwright": "^1.48.0" } }, @@ -3132,9 +3132,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", @@ -3167,6 +3167,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 03ea553..e0f43e6 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.7.13", + "astro": "^5.7.14", "playwright": "^1.48.0" } } diff --git a/yarn.lock b/yarn.lock index 34a551d..24bd9ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,10 +1970,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" @@ -2005,6 +2005,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"