From 0523741e6b7675841132b0fe9a71b100f120dfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:45:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsonc from 2.19.1 to 2.20.0 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.19.1...v2.20.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-version: 2.20.0 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 22a8380..9823d54 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "astro-eslint-parser": "1.2.1", "eslint": "9.20.0", "eslint-plugin-astro": "1.3.1", - "eslint-plugin-jsonc": "2.19.1", + "eslint-plugin-jsonc": "2.20.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-package-json": "0.25.0", "eslint-plugin-perfectionist": "4.8.0",