Skip to content

Commit c24d112

Browse files
fix(deps): update dependency got to ^11.8.6
1 parent 349bde9 commit c24d112

File tree

4 files changed

+38
-69
lines changed

4 files changed

+38
-69
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"chalk": "^4.1.0",
33-
"got": "^11.8.1",
33+
"got": "^11.8.6",
3434
"inquirer": "^7.3.3",
3535
"ora": "^5.3.0",
3636
"tar": "^6.1.0"

cli/yarn.lock

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.12.11"
77
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
88
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.11":
12+
"@babel/generator@^7.10.5":
1313
version "7.12.11"
1414
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
1515
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -18,7 +18,7 @@
1818
jsesc "^2.5.1"
1919
source-map "^0.5.0"
2020

21-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
21+
"@babel/helper-function-name@^7.10.4":
2222
version "7.12.11"
2323
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
2424
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -34,7 +34,7 @@
3434
dependencies:
3535
"@babel/types" "^7.12.10"
3636

37-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
37+
"@babel/helper-split-export-declaration@^7.10.4":
3838
version "7.12.11"
3939
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
4040
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -55,7 +55,7 @@
5555
chalk "^2.0.0"
5656
js-tokens "^4.0.0"
5757

58-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
58+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
5959
version "7.12.11"
6060
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
6161
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -74,22 +74,7 @@
7474
"@babel/parser" "^7.12.7"
7575
"@babel/types" "^7.12.7"
7676

77-
"@babel/traverse@^7.7.0":
78-
version "7.12.12"
79-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
80-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
81-
dependencies:
82-
"@babel/code-frame" "^7.12.11"
83-
"@babel/generator" "^7.12.11"
84-
"@babel/helper-function-name" "^7.12.11"
85-
"@babel/helper-split-export-declaration" "^7.12.11"
86-
"@babel/parser" "^7.12.11"
87-
"@babel/types" "^7.12.12"
88-
debug "^4.1.0"
89-
globals "^11.1.0"
90-
lodash "^4.17.19"
91-
92-
"@babel/traverse@~7.10.3":
77+
"@babel/traverse@^7.7.0", "@babel/traverse@~7.10.3":
9378
version "7.10.5"
9479
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
9580
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -104,7 +89,7 @@
10489
globals "^11.1.0"
10590
lodash "^4.17.19"
10691

107-
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
92+
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
10893
version "7.12.12"
10994
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
11095
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -486,17 +471,17 @@ cacheable-lookup@^5.0.3:
486471
resolved "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
487472
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
488473

489-
cacheable-request@^7.0.1:
490-
version "7.0.1"
491-
resolved "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58"
492-
integrity sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
474+
cacheable-request@^7.0.2:
475+
version "7.0.2"
476+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
477+
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
493478
dependencies:
494479
clone-response "^1.0.2"
495480
get-stream "^5.1.0"
496481
http-cache-semantics "^4.0.0"
497482
keyv "^4.0.0"
498483
lowercase-keys "^2.0.0"
499-
normalize-url "^4.1.0"
484+
normalize-url "^6.0.1"
500485
responselike "^2.0.0"
501486

502487
call-bind@^1.0.0:
@@ -1130,17 +1115,17 @@ globby@^11.0.1:
11301115
merge2 "^1.3.0"
11311116
slash "^3.0.0"
11321117

1133-
got@^11.8.1:
1134-
version "11.8.1"
1135-
resolved "https://registry.npmjs.org/got/-/got-11.8.1.tgz#df04adfaf2e782babb3daabc79139feec2f7e85d"
1136-
integrity sha512-9aYdZL+6nHmvJwHALLwKSUZ0hMwGaJGYv3hoPLPgnT8BoBXm1SjnZeky+91tfwJaDzun2s4RsBRy48IEYv2q2Q==
1118+
got@^11.8.6:
1119+
version "11.8.6"
1120+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.6.tgz#276e827ead8772eddbcfc97170590b841823233a"
1121+
integrity sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
11371122
dependencies:
11381123
"@sindresorhus/is" "^4.0.0"
11391124
"@szmarczak/http-timer" "^4.0.5"
11401125
"@types/cacheable-request" "^6.0.1"
11411126
"@types/responselike" "^1.0.0"
11421127
cacheable-lookup "^5.0.3"
1143-
cacheable-request "^7.0.1"
1128+
cacheable-request "^7.0.2"
11441129
decompress-response "^6.0.0"
11451130
http2-wrapper "^1.0.0-beta.5.2"
11461131
lowercase-keys "^2.0.0"
@@ -1551,10 +1536,10 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
15511536
semver "2 || 3 || 4 || 5"
15521537
validate-npm-package-license "^3.0.1"
15531538

1554-
normalize-url@^4.1.0:
1555-
version "4.5.0"
1556-
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
1557-
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
1539+
normalize-url@^6.0.1:
1540+
version "6.1.0"
1541+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
1542+
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
15581543

15591544
object-assign@^4.1.1:
15601545
version "4.1.1"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"codesandbox-import-utils": "^2.2.2",
32-
"got": "^11.8.1",
32+
"got": "^11.8.6",
3333
"humps": "^2.0.1",
3434
"shortid": "^2.2.16",
3535
"stream-to-array": "^2.3.0",

server/yarn.lock

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -186,17 +186,17 @@ cacheable-lookup@^5.0.3:
186186
resolved "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005"
187187
integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
188188

189-
cacheable-request@^7.0.1:
190-
version "7.0.1"
191-
resolved "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58"
192-
integrity sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
189+
cacheable-request@^7.0.2:
190+
version "7.0.2"
191+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
192+
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
193193
dependencies:
194194
clone-response "^1.0.2"
195195
get-stream "^5.1.0"
196196
http-cache-semantics "^4.0.0"
197197
keyv "^4.0.0"
198198
lowercase-keys "^2.0.0"
199-
normalize-url "^4.1.0"
199+
normalize-url "^6.0.1"
200200
responselike "^2.0.0"
201201

202202
chownr@^2.0.0:
@@ -389,17 +389,17 @@ get-stream@^5.1.0:
389389
dependencies:
390390
pump "^3.0.0"
391391

392-
got@^11.8.1:
393-
version "11.8.1"
394-
resolved "https://registry.npmjs.org/got/-/got-11.8.1.tgz#df04adfaf2e782babb3daabc79139feec2f7e85d"
395-
integrity sha512-9aYdZL+6nHmvJwHALLwKSUZ0hMwGaJGYv3hoPLPgnT8BoBXm1SjnZeky+91tfwJaDzun2s4RsBRy48IEYv2q2Q==
392+
got@^11.8.6:
393+
version "11.8.6"
394+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.6.tgz#276e827ead8772eddbcfc97170590b841823233a"
395+
integrity sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
396396
dependencies:
397397
"@sindresorhus/is" "^4.0.0"
398398
"@szmarczak/http-timer" "^4.0.5"
399399
"@types/cacheable-request" "^6.0.1"
400400
"@types/responselike" "^1.0.0"
401401
cacheable-lookup "^5.0.3"
402-
cacheable-request "^7.0.1"
402+
cacheable-request "^7.0.2"
403403
decompress-response "^6.0.0"
404404
http2-wrapper "^1.0.0-beta.5.2"
405405
lowercase-keys "^2.0.0"
@@ -411,7 +411,7 @@ http-cache-semantics@^4.0.0:
411411
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
412412
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
413413

414-
414+
[email protected], http-errors@~1.7.2:
415415
version "1.7.2"
416416
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
417417
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
@@ -422,17 +422,6 @@ [email protected]:
422422
statuses ">= 1.5.0 < 2"
423423
toidentifier "1.0.0"
424424

425-
http-errors@~1.7.2:
426-
version "1.7.3"
427-
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
428-
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
429-
dependencies:
430-
depd "~1.1.2"
431-
inherits "2.0.4"
432-
setprototypeof "1.1.1"
433-
statuses ">= 1.5.0 < 2"
434-
toidentifier "1.0.0"
435-
436425
http2-wrapper@^1.0.0-beta.5.2:
437426
version "1.0.0-beta.5.2"
438427
resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz#8b923deb90144aea65cf834b016a340fc98556f3"
@@ -458,11 +447,6 @@ [email protected]:
458447
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
459448
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
460449

461-
462-
version "2.0.4"
463-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
464-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
465-
466450
467451
version "1.9.1"
468452
resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
@@ -581,10 +565,10 @@ [email protected]:
581565
resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
582566
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
583567

584-
normalize-url@^4.1.0:
585-
version "4.5.0"
586-
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
587-
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
568+
normalize-url@^6.0.1:
569+
version "6.1.0"
570+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
571+
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
588572

589573
on-finished@~2.3.0:
590574
version "2.3.0"

0 commit comments

Comments
 (0)