Update dependency eslint to v8.16.0
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
e5754e7419
commit
d85295b010
6 changed files with 17 additions and 17 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/globals-npm-13.15.0-c0b0c83a7a-383ade0873.zip
vendored
Normal file
BIN
.yarn/cache/globals-npm-13.15.0-c0b0c83a7a-383ade0873.zip
vendored
Normal file
Binary file not shown.
|
@ -35,7 +35,7 @@
|
|||
"@types/node-fetch": "2.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.25.0",
|
||||
"@typescript-eslint/parser": "5.25.0",
|
||||
"eslint": "8.15.0",
|
||||
"eslint": "8.16.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"pkg": "5.7.0",
|
||||
|
|
32
yarn.lock
32
yarn.lock
|
@ -31,20 +31,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/eslintrc@npm:^1.2.3":
|
||||
version: 1.2.3
|
||||
resolution: "@eslint/eslintrc@npm:1.2.3"
|
||||
"@eslint/eslintrc@npm:^1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "@eslint/eslintrc@npm:1.3.0"
|
||||
dependencies:
|
||||
ajv: ^6.12.4
|
||||
debug: ^4.3.2
|
||||
espree: ^9.3.2
|
||||
globals: ^13.9.0
|
||||
globals: ^13.15.0
|
||||
ignore: ^5.2.0
|
||||
import-fresh: ^3.2.1
|
||||
js-yaml: ^4.1.0
|
||||
minimatch: ^3.1.2
|
||||
strip-json-comments: ^3.1.1
|
||||
checksum: 48e7b7ac05cd514eee2ebb1d487600f0dd637ac21f63605e353cff6a08c7223275fe4f571d15ee9deae4e78c53edc73369ffcbed15fba4dfc1806179dbf4dc85
|
||||
checksum: a1e734ad31a8b5328dce9f479f185fd4fc83dd7f06c538e1fa457fd8226b89602a55cc6458cd52b29573b01cdfaf42331be8cfc1fec732570086b591f4ed6515
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -929,11 +929,11 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:8.15.0":
|
||||
version: 8.15.0
|
||||
resolution: "eslint@npm:8.15.0"
|
||||
"eslint@npm:8.16.0":
|
||||
version: 8.16.0
|
||||
resolution: "eslint@npm:8.16.0"
|
||||
dependencies:
|
||||
"@eslint/eslintrc": ^1.2.3
|
||||
"@eslint/eslintrc": ^1.3.0
|
||||
"@humanwhocodes/config-array": ^0.9.2
|
||||
ajv: ^6.10.0
|
||||
chalk: ^4.0.0
|
||||
|
@ -951,7 +951,7 @@ __metadata:
|
|||
file-entry-cache: ^6.0.1
|
||||
functional-red-black-tree: ^1.0.1
|
||||
glob-parent: ^6.0.1
|
||||
globals: ^13.6.0
|
||||
globals: ^13.15.0
|
||||
ignore: ^5.2.0
|
||||
import-fresh: ^3.0.0
|
||||
imurmurhash: ^0.1.4
|
||||
|
@ -970,7 +970,7 @@ __metadata:
|
|||
v8-compile-cache: ^2.0.3
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: d8896393832e154e1381a21041cfe4d12a73a76fac26ea27cabbc0e5fdac87918ad651f07f804ef6faacd3868572de3c1ec5d96edf5502bc999eff0c423638f7
|
||||
checksum: 654a0200b49dc07280673fee13cdfb04326466790e031dfa9660b69fba3b1cf766a51504328f9de56bd18e6b5eb7578985cf29dc7f016c5ec851220ff9db95eb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1115,7 +1115,7 @@ __metadata:
|
|||
booru: 2.5.6
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
eslint: 8.15.0
|
||||
eslint: 8.16.0
|
||||
eslint-config-prettier: 8.5.0
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
got-cjs: 12.0.4
|
||||
|
@ -1340,12 +1340,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"globals@npm:^13.6.0, globals@npm:^13.9.0":
|
||||
version: 13.12.1
|
||||
resolution: "globals@npm:13.12.1"
|
||||
"globals@npm:^13.15.0":
|
||||
version: 13.15.0
|
||||
resolution: "globals@npm:13.15.0"
|
||||
dependencies:
|
||||
type-fest: ^0.20.2
|
||||
checksum: cf7877629c8f2a293b0a7d09d1dcce7f2d426ec2528600c481c5b3f3d070b0a120eb2499439ac0404990fb8a5742c0165b1bf1f52603364001ddc89bea3dda24
|
||||
checksum: 383ade0873b2ab29ce6d143466c203ed960491575bc97406395e5c8434026fb02472ab2dfff5bc16689b8460269b18fda1047975295cd0183904385c51258bae
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Reference in a new issue