diff --git a/scripts/integration/package.json b/scripts/integration/package.json index a45d3ccb..8286d7bb 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.0.0", "tmp": "^0.2.1" }, "devDependencies": { diff --git a/scripts/integration/yarn.lock b/scripts/integration/yarn.lock index d245c42b..53ae8050 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.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.0.0.tgz#a025e3beeeb90d9cee37dae34d25b968ec3e6f15" + integrity sha512-ShkiiAlzSsgH1IwGlA0jybk9vQTIOLyJ9nBd0JTuP+nzADJFLY0NoDijM2zvD/JaezooGu3G2p2FNxOAK6459g== node-int64@^0.4.0: version "0.4.0"