From 2b417579b8a23e60a6742d1c595ae0b5440b48bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:46:59 +0000 Subject: [PATCH] chore(deps-dev): bump astro-eslint-parser from 1.2.1 to 1.2.2 Bumps [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) from 1.2.1 to 1.2.2. - [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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: astro-eslint-parser dependency-version: 1.2.2 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 22a8380..33fbb1e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@commitlint/config-conventional": "19.7.1", "@eslint/js": "9.20.0", "@ls-lint/ls-lint": "2.2.3", - "astro-eslint-parser": "1.2.1", + "astro-eslint-parser": "1.2.2", "eslint": "9.20.0", "eslint-plugin-astro": "1.3.1", "eslint-plugin-jsonc": "2.19.1",