diff --git a/scripts/integration/package.json b/scripts/integration/package.json index a45d3ccb..1a739ff3 100644 --- a/scripts/integration/package.json +++ b/scripts/integration/package.json @@ -13,7 +13,7 @@ "esm": "^3.2.25", "js-base64": "^2.5.2", "node-fetch": "^2.6.1", - "node-forge": "^0.10.0", + "node-forge": "^1.3.0", "tmp": "^0.2.1" }, "devDependencies": { diff --git a/scripts/integration/yarn.lock b/scripts/integration/yarn.lock index d245c42b..f2eb4388 100644 --- a/scripts/integration/yarn.lock +++ b/scripts/integration/yarn.lock @@ -2557,10 +2557,10 @@ node-fetch@^2.6.1: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -node-forge@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" - integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== +node-forge@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2" + integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA== node-int64@^0.4.0: version "0.4.0"