chore(deps-dev): bump eslint-plugin-jsonc
Some checks failed
Mark stale issues and pull requests / main (push) Has been cancelled
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Prepare release / release (push) Has been cancelled
Internal - Main - Continuous Integration / prepare-docs (push) Has been cancelled
Internal - Main - Continuous Integration / sync-docs (push) Has been cancelled

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] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
dependabot[bot] 2026-03-13 04:07:14 +00:00 committed by Emilien Escalle
parent aba781d7f1
commit 33fb95559b
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -19,7 +19,7 @@
"@ts-dev-tools/core": "^1.11.1", "@ts-dev-tools/core": "^1.11.1",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0", "eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^3.1.1" "eslint-plugin-jsonc": "^3.1.2"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
@ -4852,9 +4852,9 @@
} }
}, },
"node_modules/eslint-json-compat-utils": { "node_modules/eslint-json-compat-utils": {
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/eslint-json-compat-utils/-/eslint-json-compat-utils-0.2.2.tgz", "resolved": "https://registry.npmjs.org/eslint-json-compat-utils/-/eslint-json-compat-utils-0.2.3.tgz",
"integrity": "sha512-KcTUifi8VSSHkrOY0FzB7smuTZRU9T2nCrcCy6k2b+Q77+uylBQVIxN4baVCIWvWJEpud+IsrYgco4JJ6io05g==", "integrity": "sha512-RbBmDFyu7FqnjE8F0ZxPNzx5UaptdeS9Uu50r7A+D7s/+FCX+ybiyViYEgFUaFIFqSWJgZRTpL5d8Kanxxl2lQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5106,9 +5106,9 @@
} }
}, },
"node_modules/eslint-plugin-jsonc": { "node_modules/eslint-plugin-jsonc": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.1.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.1.2.tgz",
"integrity": "sha512-7TSQO8ZyvOuXWb0sYke3KUSh0DJA4/QviKfuzD3/Cy3XDjtrIrTWQbjb7j/Yy2l/DgwuM+lCS2c/jqJifv5jhg==", "integrity": "sha512-dopTxdB22iuOkgKyJCupEC5IYBItUT4J/teq1H5ddUObcaYhOURxtJElZczdcYnnKCghNU/vccuyPkliy2Wxsg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5117,7 +5117,7 @@
"@eslint/plugin-kit": "^0.6.0", "@eslint/plugin-kit": "^0.6.0",
"@ota-meshi/ast-token-store": "^0.3.0", "@ota-meshi/ast-token-store": "^0.3.0",
"diff-sequences": "^29.6.3", "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", "jsonc-eslint-parser": "^3.1.0",
"natural-compare": "^1.4.0", "natural-compare": "^1.4.0",
"synckit": "^0.11.12" "synckit": "^0.11.12"

View File

@ -35,7 +35,7 @@
"@ts-dev-tools/core": "^1.11.1", "@ts-dev-tools/core": "^1.11.1",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0", "eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^3.1.1" "eslint-plugin-jsonc": "^3.1.2"
}, },
"scripts": { "scripts": {
"package": "npm run package:index && npm run package:post", "package": "npm run package:index && npm run package:post",