From 5a7af388f7d809ab498ec4e4a12be3c50b6627b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:09:42 +0000 Subject: [PATCH] Bump eslint-plugin-jsonc from 2.21.1 to 3.1.1 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.21.1 to 3.1.1. - [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.21.1...v3.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-version: 3.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8565382..e108a0f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@eslint/js": "^9.37.0", "eslint": "^9.37.0", "eslint-config-amber": "^2.0.4", - "eslint-plugin-jsonc": "^2.20.1", + "eslint-plugin-jsonc": "^3.1.1", "globals": "^16.4.0", "jest": "^24.3.1" }