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' 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 }