From e97b830438fe66d853426d044eff9857290d2dff Mon Sep 17 00:00:00 2001 From: Danny Grander Date: Sat, 2 Jul 2016 21:24:03 +0300 Subject: [PATCH 1/2] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 76ac43e..12357ee 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "a", "author": "Snyk Ltd.", "dependencies": { - "jscs": "2.11.0" + "jscs": "2.11.0", + "sequelize": "1.0.0" } } From 18ccdc19c589b1737ca7ed5e541d6b4e0717721b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Jul 2016 18:24:31 +0000 Subject: [PATCH 2/2] fix: package.json & .snyk to reduce vulnerabilities --- .snyk | 8 ++++++++ package.json | 12 +++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..9b9777b --- /dev/null +++ b/.snyk @@ -0,0 +1,8 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:minimatch:20160620': + - jscs > babel-jscs > babel-core > minimatch: + patched: '2016-07-02T18:24:31.075Z' + - jscs > vow-fs > glob > minimatch: + patched: '2016-07-02T18:24:31.075Z' diff --git a/package.json b/package.json index 12357ee..9db76a0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,12 @@ "author": "Snyk Ltd.", "dependencies": { "jscs": "2.11.0", - "sequelize": "1.0.0" - } -} + "sequelize": "3.20.0", + "snyk": "1.16.0" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true +} \ No newline at end of file