From 86d7fc64caab90bf12a6697022741542ad2d5de9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 23:46:46 +0100 Subject: [PATCH 1/2] fix: benchmark/node-cache@3.1.0/package.json & benchmark/node-cache@3.1.0/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- benchmark/node-cache@3.1.0/package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/benchmark/node-cache@3.1.0/package.json b/benchmark/node-cache@3.1.0/package.json index e3935be..b9c8c45 100644 --- a/benchmark/node-cache@3.1.0/package.json +++ b/benchmark/node-cache@3.1.0/package.json @@ -4,11 +4,15 @@ "description": "", "main": "insert-time.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "author": "", "dependencies": { "node-cache": "^3.1.0", - "uuid": "^2.0.1" - } + "uuid": "^2.0.1", + "snyk": "^1.316.1" + }, + "snyk": true } From 13369a8f12fcab44bb7ab1e35511916304ed0c05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 23:46:47 +0100 Subject: [PATCH 2/2] fix: benchmark/node-cache@3.1.0/package.json & benchmark/node-cache@3.1.0/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- benchmark/node-cache@3.1.0/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 benchmark/node-cache@3.1.0/.snyk diff --git a/benchmark/node-cache@3.1.0/.snyk b/benchmark/node-cache@3.1.0/.snyk new file mode 100644 index 0000000..baba30e --- /dev/null +++ b/benchmark/node-cache@3.1.0/.snyk @@ -0,0 +1,8 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - node-cache > lodash: + patched: '2020-04-30T22:46:43.841Z'