From 675265afcc92c8db9dde00a0a163d863704ab9d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:12:37 +0630 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20node-forge?= =?UTF-8?q?=20to=20version=200.10.0=20=F0=9F=8C=9F=20(#8800)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot --- packages/https-proxy/package.json | 2 +- yarn.lock | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/https-proxy/package.json b/packages/https-proxy/package.json index d1d28fb9f0..ad6da35bf4 100644 --- a/packages/https-proxy/package.json +++ b/packages/https-proxy/package.json @@ -18,7 +18,7 @@ "debug": "4.1.1", "fs-extra": "8.1.0", "lodash": "4.17.19", - "node-forge": "0.9.0", + "node-forge": "0.10.0", "proxy-from-env": "1.0.0", "semaphore": "1.1.0" }, diff --git a/yarn.lock b/yarn.lock index f92520656a..a69c7a5021 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21963,12 +21963,7 @@ 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.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" - integrity sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== - -node-forge@^0.10.0: +node-forge@0.10.0, 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==