Update dependency booru to v2.5.7
This commit is contained in:
parent
2c52d79d28
commit
3e0986a994
6 changed files with 23 additions and 16 deletions
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/fast-xml-parser-npm-4.0.9-1f24c90de2-1ef2ba1406.zip
vendored
Normal file
BIN
.yarn/cache/fast-xml-parser-npm-4.0.9-1f24c90de2-1ef2ba1406.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/undici-npm-5.7.0-4ca9d09083-3a8133697e.zip
vendored
Normal file
BIN
.yarn/cache/undici-npm-5.7.0-4ca9d09083-3a8133697e.zip
vendored
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"booru": "2.5.6",
|
||||
"booru": "2.5.7",
|
||||
"command-line-args": "5.2.1",
|
||||
"command-line-usage": "6.1.3",
|
||||
"got-cjs": "12.0.4",
|
||||
|
|
37
yarn.lock
37
yarn.lock
|
@ -484,13 +484,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"booru@npm:2.5.6":
|
||||
version: 2.5.6
|
||||
resolution: "booru@npm:2.5.6"
|
||||
"booru@npm:2.5.7":
|
||||
version: 2.5.7
|
||||
resolution: "booru@npm:2.5.7"
|
||||
dependencies:
|
||||
fast-xml-parser: ^3.19.0
|
||||
node-fetch: ^2.6.1
|
||||
checksum: 4c5d9b90603436815a4225e78591897b71e497be0317db855706daa5dd46d52561ae08db09bb1df24a6acde22b2a8ef1d0f4055305fb020badcfd01b40e03b33
|
||||
fast-xml-parser: ^4.0.9
|
||||
undici: ^5.7.0
|
||||
checksum: bbec6439872a66142e1e4c57d06740487db5ffad90dc729f11ef22d957b8698ed2c32583d97ff14680e9032c80edb253c5d264f03c7685e2723b47cc887c195e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1083,14 +1083,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-xml-parser@npm:^3.19.0":
|
||||
version: 3.21.1
|
||||
resolution: "fast-xml-parser@npm:3.21.1"
|
||||
"fast-xml-parser@npm:^4.0.9":
|
||||
version: 4.0.9
|
||||
resolution: "fast-xml-parser@npm:4.0.9"
|
||||
dependencies:
|
||||
strnum: ^1.0.4
|
||||
strnum: ^1.0.5
|
||||
bin:
|
||||
xml2js: cli.js
|
||||
checksum: 73b9c907a424cc2f9b11a8a2f1b7448d936f1db6fa574b85cbe4be9739c2f77d99a827bb27d738a0db0047b20c71a5d663f64937fbdb9c38977fc6cd145221d2
|
||||
fxparser: src/cli/cli.js
|
||||
checksum: 1ef2ba1406ce9985a2e7049a4c412de0e1e64e4ee6b0890f5b5bfce6407d04ce04b61733d2ddc7ba4acf4461b57eb3718cbc595df9a023f5a79ad81f70e8425a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1113,7 +1113,7 @@ __metadata:
|
|||
"@types/node-fetch": 2.6.2
|
||||
"@typescript-eslint/eslint-plugin": 5.30.6
|
||||
"@typescript-eslint/parser": 5.30.6
|
||||
booru: 2.5.6
|
||||
booru: 2.5.7
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
eslint: 8.19.0
|
||||
|
@ -1824,7 +1824,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.6":
|
||||
"node-fetch@npm:^2.6.6":
|
||||
version: 2.6.7
|
||||
resolution: "node-fetch@npm:2.6.7"
|
||||
dependencies:
|
||||
|
@ -2469,7 +2469,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strnum@npm:^1.0.4":
|
||||
"strnum@npm:^1.0.5":
|
||||
version: 1.0.5
|
||||
resolution: "strnum@npm:1.0.5"
|
||||
checksum: 651b2031db5da1bf4a77fdd2f116a8ac8055157c5420f5569f64879133825915ad461513e7202a16d7fec63c54fd822410d0962f8ca12385c4334891b9ae6dd2
|
||||
|
@ -2654,6 +2654,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici@npm:^5.7.0":
|
||||
version: 5.7.0
|
||||
resolution: "undici@npm:5.7.0"
|
||||
checksum: 3a8133697ee7124f4998c01dcb2255206a85bdf99cc75e97d2535d752bc853a9b39e149e7292479c6c170602947c7c77403081ced10ffbffcbe9fb077e40c6fb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"universalify@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "universalify@npm:2.0.0"
|
||||
|
|
Reference in a new issue