From 3cf731635b6f01a13ab2bdd97bff482409d2c029 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 May 2020 07:51:10 +0200 Subject: [PATCH 1/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1405af3f32..94a9d1934f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "require-relative": "^0.8.7", "run-auto": "^2.0.0", "run-series": "^1.1.3", - "semver": "^5.2.0" + "semver": "^5.2.0", + "snyk": "^1.317.0" }, "devDependencies": { "coveralls": "^2.11.4", @@ -85,6 +86,9 @@ "semantic-release": "./bin/semantic-release.js pre && npm publish && ./bin/semantic-release.js post", "test": "npm run test:unit && npm run test:integration", "test:integration": "tap --no-cov test/scenarios/*.js", - "test:unit": "nyc tap --no-cov test/specs/*.js" - } + "test:unit": "nyc tap --no-cov test/specs/*.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From 6b7d4e5299ffc904c1b534a10e8ba299f100b2a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 May 2020 07:51:11 +0200 Subject: [PATCH 2/2] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- .snyk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000..d1e08f6a99 --- /dev/null +++ b/.snyk @@ -0,0 +1,10 @@ +# 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: + - lodash: + patched: '2020-05-04T05:51:08.536Z' + - '@semantic-release/condition-travis > travis-deploy-once > request-promise > request-promise-core > lodash': + patched: '2020-05-04T05:51:08.536Z'