From eb0d8be09af4e67ff3695425614b41331da4c6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 03:08:08 +0000 Subject: [PATCH] chore(deps-dev): bump astro-eslint-parser from 1.1.0 to 1.2.1 Bumps [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/ota-meshi/astro-eslint-parser/releases) - [Changelog](https://github.com/ota-meshi/astro-eslint-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/astro-eslint-parser/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: astro-eslint-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 191832d..b61b5f1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@commitlint/config-conventional": "19.6.0", "@eslint/js": "9.18.0", "@ls-lint/ls-lint": "2.2.3", - "astro-eslint-parser": "1.1.0", + "astro-eslint-parser": "1.2.1", "eslint": "9.18.0", "eslint-plugin-astro": "1.3.1", "eslint-plugin-jsonc": "2.18.2",