diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a8652e2b8..e8771a014 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -8601,6 +8601,13 @@ "integrity": "sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA==", "requires": { "node-forge": "^0.10.0" + }, + "dependencies": { + "node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" + } } }, "google-protobuf": { @@ -13414,9 +13421,9 @@ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-forge": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.0.tgz", + "integrity": "sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA==" }, "node-gyp": { "version": "3.8.0", diff --git a/package.json b/package.json index 901496113..c80a82b34 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "json-stable-stringify": "^1.0.1", "keccak": "^2.1.0", "moment": "^2.29.1", - "node-forge": "^0.10.0", + "node-forge": "^1.3.0", "ramda": "0.27.1", "rxjs": "^6.6.3", "secp256k1": "^3.7.1",