Skip to content

Commit 7ce7803

Browse files
Bump got from 11.3.0 to 11.8.5
Bumps [got](https://github.com/sindresorhus/got) from 11.3.0 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.3.0...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19306a0 commit 7ce7803

File tree

2 files changed

+27
-28
lines changed

2 files changed

+27
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"exifr": "^5.0.3",
9494
"fastify": "4.5.3",
9595
"fastify-swagger": "^5.2.0",
96-
"got": "^11.3.0",
96+
"got": "^11.8.5",
9797
"ioredis": "^4.24.3",
9898
"kysely": "0.21.6",
9999
"p-limit": "^3.0.2",

yarn.lock

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,10 @@
462462
"@angular-devkit/core" "11.2.0"
463463
"@angular-devkit/schematics" "11.2.0"
464464

465-
"@sindresorhus/is@^2.1.1":
466-
version "2.1.1"
467-
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-2.1.1.tgz#ceff6a28a5b4867c2dd4a1ba513de278ccbe8bb1"
468-
integrity sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg==
465+
"@sindresorhus/is@^4.0.0":
466+
version "4.6.0"
467+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
468+
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
469469

470470
"@szmarczak/http-timer@^4.0.5":
471471
version "4.0.5"
@@ -1492,17 +1492,17 @@ cacheable-lookup@^5.0.3:
14921492
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.3.tgz#049fdc59dffdd4fc285e8f4f82936591bd59fec3"
14931493
integrity sha512-W+JBqF9SWe18A72XFzN/V/CULFzPm7sBXzzR6ekkE+3tLG72wFZrBiBZhrZuDoYexop4PHJVdFAKb/Nj9+tm9w==
14941494

1495-
cacheable-request@^7.0.1:
1496-
version "7.0.1"
1497-
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58"
1498-
integrity sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
1495+
cacheable-request@^7.0.2:
1496+
version "7.0.2"
1497+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
1498+
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
14991499
dependencies:
15001500
clone-response "^1.0.2"
15011501
get-stream "^5.1.0"
15021502
http-cache-semantics "^4.0.0"
15031503
keyv "^4.0.0"
15041504
lowercase-keys "^2.0.0"
1505-
normalize-url "^4.1.0"
1505+
normalize-url "^6.0.1"
15061506
responselike "^2.0.0"
15071507

15081508
call-bind@^1.0.0, call-bind@^1.0.2:
@@ -3292,20 +3292,19 @@ globby@^13.1.1:
32923292
merge2 "^1.4.1"
32933293
slash "^4.0.0"
32943294

3295-
got@^11.3.0:
3296-
version "11.3.0"
3297-
resolved "https://registry.yarnpkg.com/got/-/got-11.3.0.tgz#25e8da8b0125b3b984613a6b719e678dd2e20406"
3298-
integrity sha512-yi/kiZY2tNMtt5IfbfX8UL3hAZWb2gZruxYZ72AY28pU5p0TZjZdl0uRsuaFbnC0JopdUi3I+Mh1F3dPQ9Dh0Q==
3295+
got@^11.8.5:
3296+
version "11.8.5"
3297+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
3298+
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
32993299
dependencies:
3300-
"@sindresorhus/is" "^2.1.1"
3300+
"@sindresorhus/is" "^4.0.0"
33013301
"@szmarczak/http-timer" "^4.0.5"
33023302
"@types/cacheable-request" "^6.0.1"
33033303
"@types/responselike" "^1.0.0"
33043304
cacheable-lookup "^5.0.3"
3305-
cacheable-request "^7.0.1"
3305+
cacheable-request "^7.0.2"
33063306
decompress-response "^6.0.0"
3307-
get-stream "^5.1.0"
3308-
http2-wrapper "^1.0.0-beta.4.5"
3307+
http2-wrapper "^1.0.0-beta.5.2"
33093308
lowercase-keys "^2.0.0"
33103309
p-cancelable "^2.0.0"
33113310
responselike "^2.0.0"
@@ -3441,12 +3440,12 @@ http-signature@~1.2.0:
34413440
jsprim "^1.2.2"
34423441
sshpk "^1.7.0"
34433442

3444-
http2-wrapper@^1.0.0-beta.4.5:
3445-
version "1.0.0-beta.4.6"
3446-
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.0-beta.4.6.tgz#9438f0fceb946c8cbd365076c228a4d3bd4d0143"
3447-
integrity sha512-9oB4BiGDTI1FmIBlOF9OJ5hwJvcBEmPCqk/hy314Uhy2uq5TjekUZM8w8SPLLlUEM+mxNhXdPAXfrJN2Zbb/GQ==
3443+
http2-wrapper@^1.0.0-beta.5.2:
3444+
version "1.0.3"
3445+
resolved "https://registry.yarnpkg.com/http2-wrapper/-/http2-wrapper-1.0.3.tgz#b8f55e0c1f25d4ebd08b3b0c2c079f9590800b3d"
3446+
integrity sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==
34483447
dependencies:
3449-
quick-lru "^5.0.0"
3448+
quick-lru "^5.1.1"
34503449
resolve-alpn "^1.0.0"
34513450

34523451
"http2@https://github.com/node-apn/node-http2/archive/apn-2.1.4.tar.gz":
@@ -4724,10 +4723,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
47244723
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
47254724
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
47264725

4727-
normalize-url@^4.1.0:
4728-
version "4.5.0"
4729-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
4730-
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
4726+
normalize-url@^6.0.1:
4727+
version "6.1.0"
4728+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
4729+
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
47314730

47324731
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
47334732
version "4.0.1"
@@ -5396,7 +5395,7 @@ quick-format-unescaped@^4.0.3:
53965395
resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7"
53975396
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
53985397

5399-
quick-lru@^5.0.0, quick-lru@^5.1.1:
5398+
quick-lru@^5.1.1:
54005399
version "5.1.1"
54015400
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
54025401
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==

0 commit comments

Comments
 (0)