Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: sample/package.json & sample/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and abisalehalliprasan committed May 1, 2020
commit e60f0aa2612f47ec3dbf83de53a4d29edf3331af
10 changes: 7 additions & 3 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "A sample NodeJs application to demonstrate the use of the client OAuth library",
"scripts": {
"start": "node app",
"test": "./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec"
"test": "./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "[email protected]",
"license": "APACHE",
Expand All @@ -17,6 +19,8 @@
"ejs": "^2.5.2",
"dotenv": "^5.0.1",
"ngrok": "^3.2.5",
"intuit-oauth": "1.3.0"
}
"intuit-oauth": "1.3.0",
"snyk": "^1.316.1"
},
"snyk": true
}