Update dependency eslint to v8.23.1
This commit is contained in:
parent
e3aa861364
commit
b6633841c4
5 changed files with 19 additions and 12 deletions
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/js-sdsl-npm-4.1.4-334fa1c399-1977cea4ab.zip
vendored
Normal file
BIN
.yarn/cache/js-sdsl-npm-4.1.4-334fa1c399-1977cea4ab.zip
vendored
Normal file
Binary file not shown.
|
@ -35,7 +35,7 @@
|
|||
"@types/node-fetch": "2.6.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"eslint": "8.23.0",
|
||||
"eslint": "8.23.1",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"pkg": "5.8.0",
|
||||
|
|
29
yarn.lock
29
yarn.lock
|
@ -52,9 +52,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/eslintrc@npm:^1.3.1":
|
||||
version: 1.3.1
|
||||
resolution: "@eslint/eslintrc@npm:1.3.1"
|
||||
"@eslint/eslintrc@npm:^1.3.2":
|
||||
version: 1.3.2
|
||||
resolution: "@eslint/eslintrc@npm:1.3.2"
|
||||
dependencies:
|
||||
ajv: ^6.12.4
|
||||
debug: ^4.3.2
|
||||
|
@ -65,7 +65,7 @@ __metadata:
|
|||
js-yaml: ^4.1.0
|
||||
minimatch: ^3.1.2
|
||||
strip-json-comments: ^3.1.1
|
||||
checksum: 9844dcc58a44399649926d5a17a2d53d529b80d3e8c3e9d0964ae198bac77ee6bb1cf44940f30cd9c2e300f7568ec82500be42ace6cacefb08aebf9905fe208e
|
||||
checksum: 2074dca47d7e1c5c6323ff353f690f4b25d3ab53fe7d27337e2592d37a894cf60ca0e85ca66b50ff2db0bc7e630cc1e9c7347d65bb185b61416565584c38999c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -989,11 +989,11 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:8.23.0":
|
||||
version: 8.23.0
|
||||
resolution: "eslint@npm:8.23.0"
|
||||
"eslint@npm:8.23.1":
|
||||
version: 8.23.1
|
||||
resolution: "eslint@npm:8.23.1"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.3.1
|
||||
"@eslint/eslintrc": ^1.3.2
|
||||
"@humanwhocodes/config-array": ^0.10.4
|
||||
"@humanwhocodes/gitignore-to-minimatch": ^1.0.2
|
||||
"@humanwhocodes/module-importer": ^1.0.1
|
||||
|
@ -1012,7 +1012,6 @@ __metadata:
|
|||
fast-deep-equal: ^3.1.3
|
||||
file-entry-cache: ^6.0.1
|
||||
find-up: ^5.0.0
|
||||
functional-red-black-tree: ^1.0.1
|
||||
glob-parent: ^6.0.1
|
||||
globals: ^13.15.0
|
||||
globby: ^11.1.0
|
||||
|
@ -1021,6 +1020,7 @@ __metadata:
|
|||
import-fresh: ^3.0.0
|
||||
imurmurhash: ^0.1.4
|
||||
is-glob: ^4.0.0
|
||||
js-sdsl: ^4.1.4
|
||||
js-yaml: ^4.1.0
|
||||
json-stable-stringify-without-jsonify: ^1.0.1
|
||||
levn: ^0.4.1
|
||||
|
@ -1034,7 +1034,7 @@ __metadata:
|
|||
text-table: ^0.2.0
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: ff6075daa28d817a7ac4508f31bc108a04d9ab5056608c8651b5bf9cfea5d708ca16dea6cdab2c3c0ae99b0bf0e726af8504eaa8e17c8e12e242cb68237ead64
|
||||
checksum: a727e15492786a03b438bcf021db49f715680679846a7b8d79b98ad34576f2a570404ffe882d3c3e26f6359bff7277ef11fae5614bfe8629adb653f20d018c71
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1169,7 +1169,7 @@ __metadata:
|
|||
booru: 2.6.3
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
eslint: 8.23.0
|
||||
eslint: 8.23.1
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-prettier: 4.2.1
|
||||
got-cjs: 12.3.1
|
||||
|
@ -1653,6 +1653,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"js-sdsl@npm:^4.1.4":
|
||||
version: 4.1.4
|
||||
resolution: "js-sdsl@npm:4.1.4"
|
||||
checksum: 1977cea4ab18e0e03e28bdf0371d8b443fad65ca0988e0faa216406faf6bb943714fe8f7cc7a5bfe5f35ba3d94ddae399f4d10200f547f2c3320688b0670d726
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"js-yaml@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "js-yaml@npm:4.1.0"
|
||||
|
|
Reference in a new issue