chore(deps): update dependency eslint-plugin-jsonc to v2.13.0 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-27 11:04:52 +00:00 committed by GitHub
parent c232e575fd
commit 6097fb2d52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
package-lock.json generated
View file

@ -3533,9 +3533,9 @@
"dev": true
},
"node_modules/eslint-plugin-jsonc": {
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.12.2.tgz",
"integrity": "sha512-iv2BLi1bqkSxCPEvDOY6xiBXzAFi5iS2gTOU8fnXGfKxkC6MvC5Tw2XAgbP6R6WRlqV7AtFItx4Xb7mCONtmmw==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.13.0.tgz",
"integrity": "sha512-2wWdJfpO/UbZzPDABuUVvlUQjfMJa2p2iQfYt/oWxOMpXCcjuiMUSaA02gtY/Dbu82vpaSqc+O7Xq6ECHwtIxA==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
@ -3543,7 +3543,8 @@
"espree": "^9.6.1",
"graphemer": "^1.4.0",
"jsonc-eslint-parser": "^2.0.4",
"natural-compare": "^1.4.0"
"natural-compare": "^1.4.0",
"synckit": "^0.6.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -3555,6 +3556,18 @@
"eslint": ">=6.0.0"
}
},
"node_modules/eslint-plugin-jsonc/node_modules/synckit": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.6.2.tgz",
"integrity": "sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==",
"dev": true,
"dependencies": {
"tslib": "^2.3.1"
},
"engines": {
"node": ">=12.20"
}
},
"node_modules/eslint-plugin-jsx-a11y": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",