Skip to content
Open
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: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and g0ldleaf committed Apr 30, 2020
commit 0e34996d9dcb608867b46c900dd9f0e8cbfa0b3a
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"start": "node app.js",
"build": "browserify -r jquery > public/js/bundle.js",
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'",
"test": "snyk test"
"test": "snyk test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"engines": {
"node": "6.14.1"
Expand All @@ -32,7 +34,7 @@
"express-fileupload": "0.0.5",
"file-type": "^8.1.0",
"humanize-ms": "1.0.1",
"jquery": "^2.2.4",
"jquery": "^3.5.0",
"lodash": "4.17.4",
"marked": "0.3.9",
"method-override": "latest",
Expand All @@ -44,10 +46,11 @@
"optional": "^0.1.3",
"st": "0.2.4",
"stream-buffers": "^3.0.1",
"tap": "^11.1.3"
"tap": "^11.1.3",
"snyk": "^1.316.1"
},
"devDependencies": {
"browserify": "^13.1.1",
"snyk": "^1.244.0"
}
"browserify": "^13.1.1"
},
"snyk": true
}