From 5de4c5a6acbfa8b483409c22e18e967cc26d12b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 10:01:22 +0000 Subject: [PATCH] build(deps): bump node-forge in /network/code/MITM/https-proxy Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/0.9.2...0.10.0) Signed-off-by: dependabot[bot] --- network/code/MITM/https-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/code/MITM/https-proxy/package.json b/network/code/MITM/https-proxy/package.json index 56b44b03..d4f08591 100644 --- a/network/code/MITM/https-proxy/package.json +++ b/network/code/MITM/https-proxy/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-forge": "^0.9.1", + "node-forge": "^0.10.0", "shelljs": "^0.8.3" } }