Skip to content

Commit da70c36

Browse files
authored
Fix required node version and missed npm package (#485)
* Fix: upgrade node to v10.15.0 as it required by npm modules * Fix: add http-signature to package.json
1 parent 75020ce commit da70c36

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.11.0
1+
v10.15.0

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"bootstrap": "^4.3.1",
2424
"compression-webpack-plugin": "^3.0.1",
2525
"history": "^4.7.2",
26+
"http-signature": "^1.3.5",
2627
"i18n-iso-countries": "^3.7.8",
2728
"immutability-helper": "^3.0.0",
2829
"javascript-obfuscator": "^2.6.1",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -6500,13 +6500,18 @@ http-proxy@^1.17.0:
65006500
follow-redirects "^1.0.0"
65016501
requires-port "^1.0.0"
65026502

6503-
http-signature@~1.2.0:
6504-
version "1.2.0"
6505-
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
6503+
http-signature@^1.3.5:
6504+
version "1.3.5"
6505+
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.5.tgz#9f19496ffbf3227298d7b5f156e0e1a948678683"
6506+
integrity sha512-NwoTQYSJoFt34jSBbwzDHDofoA61NGXzu6wXh95o1Ry62EnmKjXb/nR/RknLeZ3G/uGwrlKNY2z7uPt+Cdl7Tw==
65066507
dependencies:
65076508
assert-plus "^1.0.0"
65086509
jsprim "^1.2.2"
6509-
sshpk "^1.7.0"
6510+
sshpk "^1.14.1"
6511+
6512+
http-signature@~1.2.0:
6513+
version "1.2.0"
6514+
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
65106515

65116516
https-browserify@^1.0.0:
65126517
version "1.0.0"
@@ -12045,7 +12050,7 @@ ssh-config@^1.1.1:
1204512050
version "1.1.6"
1204612051
resolved "https://registry.yarnpkg.com/ssh-config/-/ssh-config-1.1.6.tgz#c6ce2d7f85f395178c9e47c448d62b8adf9b2523"
1204712052

12048-
sshpk@^1.7.0:
12053+
sshpk@^1.14.1, sshpk@^1.7.0:
1204912054
version "1.16.1"
1205012055
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
1205112056
dependencies:

0 commit comments

Comments
 (0)