From 493217278413faee74e74ad5fdd6d8eaee880ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:16:37 +0000 Subject: [PATCH] Bump eslint-plugin-jsonc from 3.2.0 to 3.3.0 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 3.2.0 to 3.3.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/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab5a1fad..92f96508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^10.6.0", "eslint-plugin-github": "^6.1.0", "eslint-plugin-jest": "^29.15.4", - "eslint-plugin-jsonc": "^3.2.0", + "eslint-plugin-jsonc": "^3.3.0", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.7.0", "jest": "^30.4.2", @@ -3843,9 +3843,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.2.0.tgz", - "integrity": "sha512-eQSxJypkpNycQAFE/ph/j+bDD2MiCcojxNb+7nugYzuQZvELYg4YO1Cv1y/8MbjPIEw5u3Lx0VPOTlqJJIhPPw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.3.0.tgz", + "integrity": "sha512-CsTR8aDcShDg6A71ZppLaWiPoSo2J1Ivjm5/c4Mnb9sxgwWq+WG2PgeoAnj7SwzDPJB75tlHvLrGy6ntooIitg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 640a8b4e..37b4e02d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint": "^10.6.0", "eslint-plugin-github": "^6.1.0", "eslint-plugin-jest": "^29.15.4", - "eslint-plugin-jsonc": "^3.2.0", + "eslint-plugin-jsonc": "^3.3.0", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.7.0", "jest": "^30.4.2",