From 8790588bcc4f512f9692c11487bb2aee3566d037 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 22:41:38 -0400 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 f4022c1..f9dee74 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "lyndon-helper": "latest", "lyndon-io": "latest", "semver": "^5.5.0", - "tar-fs": "^1.16.0" + "tar-fs": "^1.16.0", + "snyk": "^1.316.1" }, "devDependencies": { "@types/chai": "^4.1.3", @@ -77,6 +78,9 @@ "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && lyndon-helper manifest", "test": "mocha --forbid-only \"test/**/*.test.ts\"", - "version": "lyndon-helper readme && git add README.md" - } + "version": "lyndon-helper readme && git add README.md", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From 79b8b7c722ddb25bd3ba5d8b1e4581e22f0b6b5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 22:41:39 -0400 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..7be57fa --- /dev/null +++ b/.snyk @@ -0,0 +1,20 @@ +# 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-01T02:41:36.397Z' + - lyndon-io > lodash: + patched: '2020-05-01T02:41:36.397Z' + - lyndon-helper > lodash: + patched: '2020-05-01T02:41:36.397Z' + - lyndon-helper > lyndon-io > lodash: + patched: '2020-05-01T02:41:36.397Z' + - guidancejs > lyndon-test > fancy-test > lodash: + patched: '2020-05-01T02:41:36.397Z' + - lyndon-helper > guidancejs > lyndon-test > fancy-test > lodash: + patched: '2020-05-01T02:41:36.397Z' + - lyndon-helper > houston-plugin-help > guidancejs > lyndon-test > fancy-test > lodash: + patched: '2020-05-01T02:41:36.397Z'