Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
  • Loading branch information
snyk-test committed Jul 9, 2019
1 parent 6b2be92 commit 8a769bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- lodash:
patched: '2019-07-09T06:47:28.558Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -6,7 +6,9 @@
"bin": "./bin/tamarin.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha",
"coverage": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
"coverage": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,6 +64,8 @@
"cli-spinner": "^0.2.5",
"commander": "^2.9.0",
"lodash": "^4.17.2",
"selenium-webdriver": "^3.0.1"
}
"selenium-webdriver": "^3.0.1",
"snyk": "^1.192.4"
},
"snyk": true
}

0 comments on commit 8a769bb

Please sign in to comment.