From f44eb2929aae56d2b2c83c487ccb75d6c220125a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:02:49 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-astro from 1.3.0 to 1.3.1 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 1.3.0 to 1.3.1. - [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.3.0...v1.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a19ac2..e7d70d2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "astro-eslint-parser": "1.0.3", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-astro": "1.3.0", + "eslint-plugin-astro": "1.3.1", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-n": "16.6.2", "eslint-plugin-prettier": "5.2.1",