From 4a53130c08d11a918dc3f3017d0f756882398bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:53:12 +0000 Subject: [PATCH] build(deps-dev): bump astro from 7.1.2 to 7.1.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.1.2 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index feb7ab1..7df58b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "node-fetch": "^3.3.2" }, "devDependencies": { - "astro": "^7.1.2", + "astro": "^7.1.4", "prettier-plugin-astro": "^0.14.1" } }, @@ -1634,9 +1634,9 @@ } }, "node_modules/astro": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.2.tgz", - "integrity": "sha512-rn7bsh2n2/Wm/blS7QO6+aKstNfEOygX35cACGQJP8tM2uLRfeNTTEawrUR6NpVr27mOMGnl6CSWQ0CNb8iGZA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.4.tgz", + "integrity": "sha512-e0gkBReJECAZuuTgpEB5JMUc6J4mM6boD6wuVE1pBf/fMywG47f8qm9XQoA6kZB1RWHiHmUlLuQ2jd9Q5+72HQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1668,7 +1668,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", @@ -3330,9 +3330,9 @@ } }, "node_modules/magic-string": { - "version": "0.30.21", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", - "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.1.0.tgz", + "integrity": "sha512-kS3VHe0nEPST2saQV4Rbkchcd3UBRkVTQHo1D3h/ZTwFDhai/mfKkmtPAtD129EOI7K3HlHIsFOt0WrI2/oU9g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3175a52..7b9474b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "src/components/astro-github-api-plugin.astro" ], "devDependencies": { - "astro": "^7.1.2", + "astro": "^7.1.4", "prettier-plugin-astro": "^0.14.1" }, "repository": {