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",