Skip to content

Commit e509fda

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump got from 12.6.0 to 13.0.0
Bumps [got](https://github.com/sindresorhus/got) from 12.6.0 to 13.0.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v12.6.0...v13.0.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a66d5b commit e509fda

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"end-of-stream": "1.4.4",
9393
"fancy-log": "2.0.0",
9494
"glob": "^10.2.6",
95-
"got": "12.6.0",
95+
"got": "13.0.0",
9696
"gulp": "^4.0.0",
9797
"gulp-cli": "2.3.0",
9898
"gulp-ejs": "^5.1.0",

yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,10 +3277,10 @@ good-listener@^1.2.2:
32773277
dependencies:
32783278
delegate "^3.1.2"
32793279

3280-
got@12.6.0, got@^12.1.0:
3281-
version "12.6.0"
3282-
resolved "https://registry.yarnpkg.com/got/-/got-12.6.0.tgz#8d382ee5de4432c086e83c133efdd474484f6ac7"
3283-
integrity sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==
3280+
got@13.0.0:
3281+
version "13.0.0"
3282+
resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
3283+
integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==
32843284
dependencies:
32853285
"@sindresorhus/is" "^5.2.0"
32863286
"@szmarczak/http-timer" "^5.0.1"
@@ -3311,6 +3311,23 @@ got@^11.8.2:
33113311
p-cancelable "^2.0.0"
33123312
responselike "^2.0.0"
33133313

3314+
got@^12.1.0:
3315+
version "12.6.0"
3316+
resolved "https://registry.yarnpkg.com/got/-/got-12.6.0.tgz#8d382ee5de4432c086e83c133efdd474484f6ac7"
3317+
integrity sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==
3318+
dependencies:
3319+
"@sindresorhus/is" "^5.2.0"
3320+
"@szmarczak/http-timer" "^5.0.1"
3321+
cacheable-lookup "^7.0.0"
3322+
cacheable-request "^10.2.8"
3323+
decompress-response "^6.0.0"
3324+
form-data-encoder "^2.1.2"
3325+
get-stream "^6.0.1"
3326+
http2-wrapper "^2.1.10"
3327+
lowercase-keys "^3.0.0"
3328+
p-cancelable "^3.0.0"
3329+
responselike "^3.0.0"
3330+
33143331
got@^6.7.1:
33153332
version "6.7.1"
33163333
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"

0 commit comments

Comments
 (0)