From 47e8102e3e97ceb35fd8fdabede2e6fe6049763a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2019 03:28:24 +0000 Subject: [PATCH 1/4] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-THRIFT-474613 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f00df6c..b1ad218 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "MIT", "analyze": true, "dependencies": { - "thrift": "^0.11.0" + "thrift": "^0.13.0" }, "devDependencies": { "ava": "^0.18.1", From 4f8489302bb6e81c68a4ecf2055da4331b79cd10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:27:59 -0300 Subject: [PATCH 2/4] 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 b1ad218..072b86b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ ], "scripts": { "test": "eslint . && ava --verbose", - "start": "node index.js" + "start": "node index.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "main": "index.js", "repository": { @@ -32,7 +34,8 @@ "license": "MIT", "analyze": true, "dependencies": { - "thrift": "^0.13.0" + "thrift": "^0.13.0", + "snyk": "^1.316.1" }, "devDependencies": { "ava": "^0.18.1", @@ -48,5 +51,6 @@ "gulp": "^3.9.0", "gulp-babel": "^6.1.2", "gulp-thrift": "0.0.2" - } + }, + "snyk": true } From 5077bbe181dc17bff8340f16bb40d648915a5875 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 00:28:00 -0300 Subject: [PATCH 3/4] 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 0000000..49130e0 --- /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: + - thrift > jsdoc > catharsis > lodash: + patched: '2020-05-01T03:27:52.187Z' + - thrift > jsdoc > requizzle > lodash: + patched: '2020-05-01T03:27:52.187Z' From 66c5e6c6a4d35cc090209013324962b2c48a25ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Feb 2021 03:28:11 +0000 Subject: [PATCH 4/4] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116 - https://snyk.io/vuln/SNYK-JS-MARKED-451540 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 072b86b..37f9d38 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "MIT", "analyze": true, "dependencies": { - "thrift": "^0.13.0", + "thrift": "^0.14.0", "snyk": "^1.316.1" }, "devDependencies": {