From 6638795c1dcff3fa435d9f1256e445d6fd78bfc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:15:53 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-astro from 1.6.0 to 1.7.0 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d5d35f..b2786c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.6.0", + "eslint-plugin-astro": "^1.7.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" } @@ -875,9 +875,9 @@ } }, "node_modules/eslint-plugin-astro": { - "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-astro/-/eslint-plugin-astro-1.6.0.tgz", - "integrity": "sha512-yGIbLHuj5MOUXa0s4sZ6cVhv6ehb+WLF80tsrGaxMk6VTUExruMzubQDzhOYt8fbR1c9vILCCRSCsKI7M1whig==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-1.7.0.tgz", + "integrity": "sha512-89xpAn528UKCdmyysbg0AHHqi6sqcK89wXnJIpu4F0mFBN03zATEBNK7pRtMfl6gwtMOm5ECXs+Wz5qDHhwTFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 10cc6fa..1292c57 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@eslint/js": "^10.0.1", "eslint": "^10.1.0", - "eslint-plugin-astro": "^1.6.0", + "eslint-plugin-astro": "^1.7.0", "globals": "^17.4.0", "typescript-eslint": "^8.58.0" },