From 33fb95559bd27553eb09512489b404347c668068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 04:07:14 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsonc Bumps the npm-development-dependencies group with 1 update: - [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) Updates `eslint-plugin-jsonc` from 3.1.1 to 3.1.2 - [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.1.1...v3.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] Signed-off-by: Emilien Escalle --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c43ea94..5f9ab62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@ts-dev-tools/core": "^1.11.1", "@vercel/ncc": "^0.38.4", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jsonc": "^3.1.1" + "eslint-plugin-jsonc": "^3.1.2" }, "engines": { "node": ">=20" @@ -4852,9 +4852,9 @@ } }, "node_modules/eslint-json-compat-utils": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/eslint-json-compat-utils/-/eslint-json-compat-utils-0.2.2.tgz", - "integrity": "sha512-KcTUifi8VSSHkrOY0FzB7smuTZRU9T2nCrcCy6k2b+Q77+uylBQVIxN4baVCIWvWJEpud+IsrYgco4JJ6io05g==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/eslint-json-compat-utils/-/eslint-json-compat-utils-0.2.3.tgz", + "integrity": "sha512-RbBmDFyu7FqnjE8F0ZxPNzx5UaptdeS9Uu50r7A+D7s/+FCX+ybiyViYEgFUaFIFqSWJgZRTpL5d8Kanxxl2lQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5106,9 +5106,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.1.1.tgz", - "integrity": "sha512-7TSQO8ZyvOuXWb0sYke3KUSh0DJA4/QviKfuzD3/Cy3XDjtrIrTWQbjb7j/Yy2l/DgwuM+lCS2c/jqJifv5jhg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.1.2.tgz", + "integrity": "sha512-dopTxdB22iuOkgKyJCupEC5IYBItUT4J/teq1H5ddUObcaYhOURxtJElZczdcYnnKCghNU/vccuyPkliy2Wxsg==", "dev": true, "license": "MIT", "dependencies": { @@ -5117,7 +5117,7 @@ "@eslint/plugin-kit": "^0.6.0", "@ota-meshi/ast-token-store": "^0.3.0", "diff-sequences": "^29.6.3", - "eslint-json-compat-utils": "^0.2.1", + "eslint-json-compat-utils": "^0.2.3", "jsonc-eslint-parser": "^3.1.0", "natural-compare": "^1.4.0", "synckit": "^0.11.12" diff --git a/package.json b/package.json index f5dc851..92c1f9c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@ts-dev-tools/core": "^1.11.1", "@vercel/ncc": "^0.38.4", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jsonc": "^3.1.1" + "eslint-plugin-jsonc": "^3.1.2" }, "scripts": { "package": "npm run package:index && npm run package:post",