Skip to content

Commit 3dca84e

Browse files
committed
fix: 01-express-nodemon/app/package.json & 01-express-nodemon/app/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:uglify-js:20150824 Latest report for ops-sandy/docker-compose-nodejs-examples:01-express-nodemon/app/package.json: https://snyk.io/test/github/ops-sandy/docker-compose-nodejs-examples?targetFile=01-express-nodemon/app/package.json
1 parent db6018b commit 3dca84e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

01-express-nodemon/app/.snyk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ patch:
66
'npm:uglify-js:20151024':
77
- jade > transformers > uglify-js:
88
patched: '2018-04-23T06:24:41.330Z'
9+
'npm:uglify-js:20150824':
10+
- jade > transformers > uglify-js:
11+
patched: '2018-04-23T06:30:06.680Z'

01-express-nodemon/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"express": "~4.16.0",
12-
"body-parser": "~1.17.1",
12+
"body-parser": "~1.18.2",
1313
"cookie-parser": "~1.3.3",
1414
"morgan": "~1.3.0",
1515
"serve-favicon": "~2.4.5",

0 commit comments

Comments
 (0)