Skip to content

Commit 286b251

Browse files
dependabot[bot]epiphone
authored andcommitted
Bump sshpk from 1.13.1 to 1.16.1 (#32)
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c35e7a3 commit 286b251

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

yarn.lock

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,16 @@ array-unique@^0.3.2:
521521
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
522522

523523
asn1@~0.2.3:
524-
version "0.2.3"
525-
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
524+
version "0.2.4"
525+
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
526+
integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
527+
dependencies:
528+
safer-buffer "~2.1.0"
526529

527530
assert-plus@1.0.0, assert-plus@^1.0.0:
528531
version "1.0.0"
529532
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
533+
integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
530534

531535
assign-symbols@^1.0.0:
532536
version "1.0.0"
@@ -610,8 +614,9 @@ base@^0.11.1:
610614
pascalcase "^0.1.1"
611615

612616
bcrypt-pbkdf@^1.0.0:
613-
version "1.0.1"
614-
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d"
617+
version "1.0.2"
618+
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
619+
integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
615620
dependencies:
616621
tweetnacl "^0.14.3"
617622

@@ -908,6 +913,7 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
908913
dashdash@^1.12.0:
909914
version "1.14.1"
910915
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
916+
integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
911917
dependencies:
912918
assert-plus "^1.0.0"
913919

@@ -1028,10 +1034,12 @@ domexception@^1.0.0:
10281034
webidl-conversions "^4.0.2"
10291035

10301036
ecc-jsbn@~0.1.1:
1031-
version "0.1.1"
1032-
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
1037+
version "0.1.2"
1038+
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
1039+
integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
10331040
dependencies:
10341041
jsbn "~0.1.0"
1042+
safer-buffer "^2.1.0"
10351043

10361044
end-of-stream@^1.1.0:
10371045
version "1.4.1"
@@ -1308,6 +1316,7 @@ get-value@^2.0.3, get-value@^2.0.6:
13081316
getpass@^0.1.1:
13091317
version "0.1.7"
13101318
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
1319+
integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
13111320
dependencies:
13121321
assert-plus "^1.0.0"
13131322

@@ -2089,6 +2098,7 @@ js-yaml@^3.13.1:
20892098
jsbn@~0.1.0:
20902099
version "0.1.1"
20912100
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
2101+
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
20922102

20932103
jsdom@^11.5.1:
20942104
version "11.11.0"
@@ -3032,7 +3042,7 @@ safe-regex@^1.1.0:
30323042
dependencies:
30333043
ret "~0.1.10"
30343044

3035-
"safer-buffer@>= 2.1.2 < 3":
3045+
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
30363046
version "2.1.2"
30373047
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
30383048
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
@@ -3205,17 +3215,18 @@ sprintf-js@~1.0.2:
32053215
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
32063216

32073217
sshpk@^1.7.0:
3208-
version "1.13.1"
3209-
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3"
3218+
version "1.16.1"
3219+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
3220+
integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
32103221
dependencies:
32113222
asn1 "~0.2.3"
32123223
assert-plus "^1.0.0"
3213-
dashdash "^1.12.0"
3214-
getpass "^0.1.1"
3215-
optionalDependencies:
32163224
bcrypt-pbkdf "^1.0.0"
3225+
dashdash "^1.12.0"
32173226
ecc-jsbn "~0.1.1"
3227+
getpass "^0.1.1"
32183228
jsbn "~0.1.0"
3229+
safer-buffer "^2.0.2"
32193230
tweetnacl "~0.14.0"
32203231

32213232
stack-utils@^1.0.1:
@@ -3519,6 +3530,7 @@ tunnel-agent@^0.6.0:
35193530
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
35203531
version "0.14.5"
35213532
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
3533+
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
35223534

35233535
type-check@~0.3.2:
35243536
version "0.3.2"

0 commit comments

Comments
 (0)