Skip to content

Commit 856e99a

Browse files
fix(deps): bump got from 11.8.5 to 11.8.6 (#805)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.5 to 11.8.6. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.5...v11.8.6) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5f348c commit 856e99a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@salesforce/ts-types": "^1.7.1",
3131
"archiver": "^5.3.1",
3232
"fast-xml-parser": "^3.21.1",
33-
"got": "^11.8.5",
33+
"got": "^11.8.6",
3434
"graceful-fs": "^4.2.10",
3535
"ignore": "^5.2.1",
3636
"mime": "2.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,10 +3517,10 @@ globby@^11.0.1, globby@^11.1.0:
35173517
merge2 "^1.4.1"
35183518
slash "^3.0.0"
35193519

3520-
got@^11.8.5:
3521-
version "11.8.5"
3522-
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
3523-
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
3520+
got@^11.8.6:
3521+
version "11.8.6"
3522+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.6.tgz#276e827ead8772eddbcfc97170590b841823233a"
3523+
integrity sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
35243524
dependencies:
35253525
"@sindresorhus/is" "^4.0.0"
35263526
"@szmarczak/http-timer" "^4.0.5"

0 commit comments

Comments
 (0)