Skip to content

Commit

Permalink
Merge c2e049b into f04ba65
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 3, 2018
2 parents f04ba65 + c2e049b commit 021a041
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.12.0
ignore: {}
patch: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:lodash:20180130':
- '@hkube/redis-utils > ioredis > lodash':
patched: '2018-07-03T05:06:48.589Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"bull": "^3.1.0",
"djsv": "^3.0.3",
"ioredis": "^3.1.4",
"uuid": "^3.1.0"
"uuid": "^3.1.0",
"snyk": "^1.88.0"
},
"devDependencies": {
"@hkube/metrics": "^1.0.22",
Expand All @@ -29,8 +30,11 @@
"scripts": {
"test": "mocha tests --colors --recursive --exit",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec tests --exit",
"build": "npm publish"
"build": "npm publish",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "Nassi Harel",
"license": "ISC"
"license": "ISC",
"snyk": true
}

0 comments on commit 021a041

Please sign in to comment.