fix(deps): update dependency got to v12.6.0
This commit is contained in:
parent
9e08c2065b
commit
4aeee19117
2 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
"booru": "2.6.3",
|
||||
"command-line-args": "5.2.1",
|
||||
"command-line-usage": "6.1.3",
|
||||
"got": "12.5.3",
|
||||
"got": "12.6.0",
|
||||
"json5": "2.2.3",
|
||||
"megalodon": "5.2.0",
|
||||
"p-retry": "5.1.2"
|
||||
|
|
|
@ -13,7 +13,7 @@ specifiers:
|
|||
eslint: 8.35.0
|
||||
eslint-config-prettier: 8.6.0
|
||||
eslint-plugin-prettier: 4.2.1
|
||||
got: 12.5.3
|
||||
got: 12.6.0
|
||||
json5: 2.2.3
|
||||
megalodon: 5.2.0
|
||||
p-retry: 5.1.2
|
||||
|
@ -25,7 +25,7 @@ dependencies:
|
|||
booru: 2.6.3
|
||||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
got: 12.5.3
|
||||
got: 12.6.0
|
||||
json5: 2.2.3
|
||||
megalodon: 5.2.0
|
||||
p-retry: 5.1.2
|
||||
|
@ -191,7 +191,6 @@ packages:
|
|||
|
||||
/@types/http-cache-semantics/4.0.1:
|
||||
resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==}
|
||||
dev: true
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
||||
|
@ -511,12 +510,13 @@ packages:
|
|||
engines: {node: '>=14.16'}
|
||||
dev: false
|
||||
|
||||
/cacheable-request/10.2.4:
|
||||
resolution: {integrity: sha512-IWIea8ei1Ht4dBqvlvh7Gs7EYlMyBhlJybLDUB9sadEqHqftmdNieMLIR5ia3vs8gbjj9t8hXLBpUVg3vcQNbg==}
|
||||
/cacheable-request/10.2.8:
|
||||
resolution: {integrity: sha512-IDVO5MJ4LItE6HKFQTqT2ocAQsisOoCTUDu1ddCmnhyiwFQjXNPp4081Xj23N4tO+AFEFNzGuNEf/c8Gwwt15A==}
|
||||
engines: {node: '>=14.16'}
|
||||
dependencies:
|
||||
'@types/http-cache-semantics': 4.0.1
|
||||
get-stream: 6.0.1
|
||||
http-cache-semantics: 4.1.0
|
||||
http-cache-semantics: 4.1.1
|
||||
keyv: 4.5.2
|
||||
mimic-response: 4.0.0
|
||||
normalize-url: 8.0.0
|
||||
|
@ -1086,14 +1086,14 @@ packages:
|
|||
slash: 3.0.0
|
||||
dev: true
|
||||
|
||||
/got/12.5.3:
|
||||
resolution: {integrity: sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==}
|
||||
/got/12.6.0:
|
||||
resolution: {integrity: sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==}
|
||||
engines: {node: '>=14.16'}
|
||||
dependencies:
|
||||
'@sindresorhus/is': 5.3.0
|
||||
'@szmarczak/http-timer': 5.0.1
|
||||
cacheable-lookup: 7.0.0
|
||||
cacheable-request: 10.2.4
|
||||
cacheable-request: 10.2.8
|
||||
decompress-response: 6.0.0
|
||||
form-data-encoder: 2.1.4
|
||||
get-stream: 6.0.1
|
||||
|
@ -1132,8 +1132,8 @@ packages:
|
|||
function-bind: 1.1.1
|
||||
dev: true
|
||||
|
||||
/http-cache-semantics/4.1.0:
|
||||
resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==}
|
||||
/http-cache-semantics/4.1.1:
|
||||
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
|
||||
dev: false
|
||||
|
||||
/http2-wrapper/2.2.0:
|
||||
|
|
Reference in a new issue