Update dependency @types/node-fetch to v2.6.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9d47b6b269
commit
4e1b8f106b
4 changed files with 6 additions and 6 deletions
Binary file not shown.
BIN
.yarn/cache/@types-node-fetch-npm-2.6.2-f96c00879e-6f73b14700.zip
vendored
Normal file
BIN
.yarn/cache/@types-node-fetch-npm-2.6.2-f96c00879e-6f73b14700.zip
vendored
Normal file
Binary file not shown.
|
@ -32,7 +32,7 @@
|
|||
"@types/command-line-args": "5.2.0",
|
||||
"@types/command-line-usage": "5.0.2",
|
||||
"@types/node": "17.0.31",
|
||||
"@types/node-fetch": "2.6.1",
|
||||
"@types/node-fetch": "2.6.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.28.0",
|
||||
"@typescript-eslint/parser": "5.28.0",
|
||||
"eslint": "8.18.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -158,13 +158,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node-fetch@npm:2.6.1":
|
||||
version: 2.6.1
|
||||
resolution: "@types/node-fetch@npm:2.6.1"
|
||||
"@types/node-fetch@npm:2.6.2":
|
||||
version: 2.6.2
|
||||
resolution: "@types/node-fetch@npm:2.6.2"
|
||||
dependencies:
|
||||
"@types/node": "*"
|
||||
form-data: ^3.0.0
|
||||
checksum: a3e5d7f413d1638d795dff03f7b142b1b0e0c109ed210479000ce7b3ea11f9a6d89d9a024c96578d9249570c5fe5287a5f0f4aaba98199222230196ff2d6b283
|
||||
checksum: 6f73b1470000d303d25a6fb92875ea837a216656cb7474f66cdd67bb014aa81a5a11e7ac9c21fe19bee9ecb2ef87c1962bceeaec31386119d1ac86e4c30ad7a6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1110,7 +1110,7 @@ __metadata:
|
|||
"@types/command-line-args": 5.2.0
|
||||
"@types/command-line-usage": 5.0.2
|
||||
"@types/node": 17.0.31
|
||||
"@types/node-fetch": 2.6.1
|
||||
"@types/node-fetch": 2.6.2
|
||||
"@typescript-eslint/eslint-plugin": 5.28.0
|
||||
"@typescript-eslint/parser": 5.28.0
|
||||
booru: 2.5.6
|
||||
|
|
Reference in a new issue