From 173d61b9caf640cf64af30dfb47b341c76b62886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:28:28 +0000 Subject: [PATCH] chore(deps-dev): bump astro-eslint-parser from 1.0.3 to 1.1.0 Bumps [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) from 1.0.3 to 1.1.0. - [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.0.3...v1.1.0) --- 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 287a090..f8a0d8a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@ianvs/prettier-plugin-sort-imports": "4.4.0", "@ls-lint/ls-lint": "2.2.3", "@typescript-eslint/parser": "8.13.0", - "astro-eslint-parser": "1.0.3", + "astro-eslint-parser": "1.1.0", "eslint": "9.14.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-astro": "1.3.1",