Skip to content

Commit 909f841

Browse files
Bump got from 11.8.1 to 11.8.5 in /build (microsoft#152788)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.1...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: João Moreno <[email protected]>
1 parent c52dd34 commit 909f841

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"esbuild": "^0.14.2",
5353
"extract-zip": "^2.0.1",
5454
"fs-extra": "^9.1.0",
55-
"got": "11.8.1",
55+
"got": "11.8.5",
5656
"gulp-merge-json": "^2.1.1",
5757
"gulp-shell": "^0.8.0",
5858
"jsonc-parser": "^2.3.0",

build/yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,17 +1067,17 @@ cacheable-request@^6.0.0:
10671067
normalize-url "^4.1.0"
10681068
responselike "^1.0.2"
10691069

1070-
cacheable-request@^7.0.1:
1071-
version "7.0.1"
1072-
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.1.tgz#062031c2856232782ed694a257fa35da93942a58"
1073-
integrity sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==
1070+
cacheable-request@^7.0.2:
1071+
version "7.0.2"
1072+
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
1073+
integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
10741074
dependencies:
10751075
clone-response "^1.0.2"
10761076
get-stream "^5.1.0"
10771077
http-cache-semantics "^4.0.0"
10781078
keyv "^4.0.0"
10791079
lowercase-keys "^2.0.0"
1080-
normalize-url "^4.1.0"
1080+
normalize-url "^6.0.1"
10811081
responselike "^2.0.0"
10821082

10831083
call-bind@^1.0.0:
@@ -1974,17 +1974,17 @@ globby@^11.0.4:
19741974
merge2 "^1.4.1"
19751975
slash "^3.0.0"
19761976

1977-
1978-
version "11.8.1"
1979-
resolved "https://registry.yarnpkg.com/got/-/got-11.8.1.tgz#df04adfaf2e782babb3daabc79139feec2f7e85d"
1980-
integrity sha512-9aYdZL+6nHmvJwHALLwKSUZ0hMwGaJGYv3hoPLPgnT8BoBXm1SjnZeky+91tfwJaDzun2s4RsBRy48IEYv2q2Q==
1977+
1978+
version "11.8.5"
1979+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
1980+
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
19811981
dependencies:
19821982
"@sindresorhus/is" "^4.0.0"
19831983
"@szmarczak/http-timer" "^4.0.5"
19841984
"@types/cacheable-request" "^6.0.1"
19851985
"@types/responselike" "^1.0.0"
19861986
cacheable-lookup "^5.0.3"
1987-
cacheable-request "^7.0.1"
1987+
cacheable-request "^7.0.2"
19881988
decompress-response "^6.0.0"
19891989
http2-wrapper "^1.0.0-beta.5.2"
19901990
lowercase-keys "^2.0.0"
@@ -2604,6 +2604,11 @@ normalize-url@^4.1.0:
26042604
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
26052605
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
26062606

2607+
normalize-url@^6.0.1:
2608+
version "6.1.0"
2609+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
2610+
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
2611+
26072612
npm-conf@^1.1.3:
26082613
version "1.1.3"
26092614
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"

0 commit comments

Comments
 (0)