Skip to content

Commit 79f1a34

Browse files
fix(deps): bump got from 14.4.2 to 14.4.3
Bumps [got](https://github.com/sindresorhus/got) from 14.4.2 to 14.4.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.4.2...v14.4.3) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86232c1 commit 79f1a34

File tree

2 files changed

+43
-18
lines changed

2 files changed

+43
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",
1313
"form-data": "^4.0.0",
14-
"got": "^14.4.2",
14+
"got": "^14.4.3",
1515
"tough-cookie": "^4.1.4"
1616
},
1717
"devDependencies": {

yarn.lock

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,10 +1619,10 @@
16191619
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
16201620
integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
16211621

1622-
"@sindresorhus/is@^7.0.0":
1623-
version "7.0.0"
1624-
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-7.0.0.tgz#af4d8061cd325782355e7716633e03f7758d4f17"
1625-
integrity sha512-WDTlVTyvFivSOuyvMeedzg2hdoBLZ3f1uNVuEida2Rl9BrfjrIRjWA/VZIrMRLvSwJYCAlCRA3usDt1THytxWQ==
1622+
"@sindresorhus/is@^7.0.1":
1623+
version "7.0.1"
1624+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-7.0.1.tgz#693cd0bfa7fdc71a3386b72088b660fb70851927"
1625+
integrity sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==
16261626

16271627
"@sindresorhus/merge-streams@^2.1.0":
16281628
version "2.3.0"
@@ -4458,12 +4458,12 @@ got@^13:
44584458
p-cancelable "^3.0.0"
44594459
responselike "^3.0.0"
44604460

4461-
got@^14.4.2:
4462-
version "14.4.2"
4463-
resolved "https://registry.yarnpkg.com/got/-/got-14.4.2.tgz#988ed18d8deca3a3933915fbeff36065f8f58db7"
4464-
integrity sha512-+Te/qEZ6hr7i+f0FNgXx/6WQteSM/QqueGvxeYQQFm0GDfoxLVJ/oiwUKYMTeioColWUTdewZ06hmrBjw6F7tw==
4461+
got@^14.4.3:
4462+
version "14.4.3"
4463+
resolved "https://registry.yarnpkg.com/got/-/got-14.4.3.tgz#ecef887ba2a0916cc8a44a5514fe8426a39e632f"
4464+
integrity sha512-iTC0Z87yxSijWTh/IpvGpwOhIQK7+GgWkYrMRoN/hB9qeRj9RPuLGODwevs0p5idUf7nrxCVa5IlOmK3b8z+KA==
44654465
dependencies:
4466-
"@sindresorhus/is" "^7.0.0"
4466+
"@sindresorhus/is" "^7.0.1"
44674467
"@szmarczak/http-timer" "^5.0.1"
44684468
cacheable-lookup "^7.0.0"
44694469
cacheable-request "^12.0.1"
@@ -4473,7 +4473,7 @@ got@^14.4.2:
44734473
lowercase-keys "^3.0.0"
44744474
p-cancelable "^4.0.1"
44754475
responselike "^3.0.0"
4476-
type-fest "^4.19.0"
4476+
type-fest "^4.26.1"
44774477

44784478
graceful-fs@^4.1.15, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
44794479
version "4.2.11"
@@ -6943,7 +6943,16 @@ stack-utils@^2.0.6:
69436943
dependencies:
69446944
escape-string-regexp "^2.0.0"
69456945

6946-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6946+
"string-width-cjs@npm:string-width@^4.2.0":
6947+
version "4.2.3"
6948+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6949+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6950+
dependencies:
6951+
emoji-regex "^8.0.0"
6952+
is-fullwidth-code-point "^3.0.0"
6953+
strip-ansi "^6.0.1"
6954+
6955+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
69476956
version "4.2.3"
69486957
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
69496958
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7011,7 +7020,14 @@ string_decoder@~1.1.1:
70117020
dependencies:
70127021
safe-buffer "~5.1.0"
70137022

7014-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7023+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7024+
version "6.0.1"
7025+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7026+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7027+
dependencies:
7028+
ansi-regex "^5.0.1"
7029+
7030+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
70157031
version "6.0.1"
70167032
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
70177033
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7300,10 +7316,10 @@ type-fest@^1.0.2:
73007316
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
73017317
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
73027318

7303-
type-fest@^4.19.0, type-fest@^4.8.3:
7304-
version "4.25.0"
7305-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.25.0.tgz#b190374f969631866889bbdb01ece17ca424ee60"
7306-
integrity sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==
7319+
type-fest@^4.26.1, type-fest@^4.8.3:
7320+
version "4.26.1"
7321+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.26.1.tgz#a4a17fa314f976dd3e6d6675ef6c775c16d7955e"
7322+
integrity sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==
73077323

73087324
typed-array-buffer@^1.0.0:
73097325
version "1.0.0"
@@ -7603,7 +7619,7 @@ workerpool@^6.5.1:
76037619
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
76047620
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
76057621

7606-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7622+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
76077623
version "7.0.0"
76087624
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
76097625
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7621,6 +7637,15 @@ wrap-ansi@^6.2.0:
76217637
string-width "^4.1.0"
76227638
strip-ansi "^6.0.0"
76237639

7640+
wrap-ansi@^7.0.0:
7641+
version "7.0.0"
7642+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7643+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7644+
dependencies:
7645+
ansi-styles "^4.0.0"
7646+
string-width "^4.1.0"
7647+
strip-ansi "^6.0.0"
7648+
76247649
wrap-ansi@^8.1.0:
76257650
version "8.1.0"
76267651
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)