From 3da5f19d2a4c2fbb547b2947c958778e89a6a2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:33:43 +0000 Subject: [PATCH] chore(deps): bump astro from 7.1.3 to 7.1.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.1.3 to 7.1.4. - [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@7.1.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc6a522..dbd116a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.7.3", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", - "astro": "^7.1.3", + "astro": "^7.1.4", "astro-consent": "2.0.0", "tailwindcss": "4.3.3" }, @@ -1958,9 +1958,9 @@ } }, "node_modules/astro": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.3.tgz", - "integrity": "sha512-4dhPyAAXthf3xLEYnG8SeL7yr/nTPPABfY7e9YF0yuO+vK9Xp+8Q5j4xzsmL3GueukQv4oNwGNTBepLOiDGeJA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.4.tgz", + "integrity": "sha512-e0gkBReJECAZuuTgpEB5JMUc6J4mM6boD6wuVE1pBf/fMywG47f8qm9XQoA6kZB1RWHiHmUlLuQ2jd9Q5+72HQ==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", @@ -1991,7 +1991,7 @@ "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "jsonc-parser": "^3.3.1", - "magic-string": "^0.30.21", + "magic-string": "^1.0.0", "magicast": "^0.5.2", "mrmime": "^2.0.1", "neotraverse": "^1.0.1", @@ -2528,6 +2528,15 @@ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" } }, + "node_modules/astro/node_modules/magic-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.1.0.tgz", + "integrity": "sha512-kS3VHe0nEPST2saQV4Rbkchcd3UBRkVTQHo1D3h/ZTwFDhai/mfKkmtPAtD129EOI7K3HlHIsFOt0WrI2/oU9g==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, "node_modules/axobject-query": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", diff --git a/package.json b/package.json index 9ec71dd..b12c978 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.7.3", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", - "astro": "^7.1.3", + "astro": "^7.1.4", "astro-consent": "2.0.0", "tailwindcss": "4.3.3" },