From 87f3922b89168dfcb78558a5483aa6b5a7ddbcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 01:49:34 +0000 Subject: [PATCH] Bump node-forge from 0.10.0 to 1.3.0 in /scripts/integration Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.10.0 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/integration/package.json | 2 +- scripts/integration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"