Skip to content

Commit bddafd5

Browse files
authored
Merge pull request icebob#52 from icebob/snyk-fix-20e913e9
[Snyk Update] New fixes for 21 vulnerable dependency paths
2 parents 46dbf21 + 601a7aa commit bddafd5

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

.snyk

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.7.0
2+
version: v1.7.1
33
ignore: {}
44
# patches apply the minimum changes required to fix a vulnerability
55
patch:
@@ -26,3 +26,30 @@ patch:
2626
patched: '2016-11-05T16:53:47.533Z'
2727
- jade > transformers > uglify-js:
2828
patched: '2016-11-05T17:17:21.252Z'
29+
'npm:ms:20170412':
30+
- compression > debug > ms:
31+
patched: '2017-05-25T02:19:02.329Z'
32+
- socket.io > socket.io-adapter > debug > ms:
33+
patched: '2017-05-25T02:19:02.329Z'
34+
- express-status-monitor > socket.io > engine.io > debug > ms:
35+
patched: '2017-05-25T02:19:02.329Z'
36+
- express-status-monitor > socket.io > socket.io-adapter > debug > ms:
37+
patched: '2017-05-25T02:19:02.329Z'
38+
- express-status-monitor > socket.io > socket.io-client > debug > ms:
39+
patched: '2017-05-25T02:19:02.329Z'
40+
- express-status-monitor > socket.io > socket.io-client > engine.io-client > debug > ms:
41+
patched: '2017-05-25T02:19:02.329Z'
42+
- express-status-monitor > socket.io > debug > ms:
43+
patched: '2017-05-25T02:19:02.329Z'
44+
- nodemailer-mailgun-transport > mailgun-js > debug > ms:
45+
patched: '2017-05-25T02:19:02.329Z'
46+
- express-status-monitor > socket.io > socket.io-parser > debug > ms:
47+
patched: '2017-05-25T02:19:02.329Z'
48+
- express-status-monitor > socket.io > socket.io-adapter > socket.io-parser > debug > ms:
49+
patched: '2017-05-25T02:19:02.329Z'
50+
- express-status-monitor > socket.io > socket.io-client > socket.io-parser > debug > ms:
51+
patched: '2017-05-25T02:19:02.329Z'
52+
- socket.io-client > debug > ms:
53+
patched: '2017-05-25T02:19:02.329Z'
54+
- socket.io > socket.io-client > debug > ms:
55+
patched: '2017-05-25T02:19:02.329Z'

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"async": "2.1.4",
4747
"axios": "0.15.3",
4848
"bcrypt-nodejs": "0.0.3",
49-
"body-parser": "1.17.1",
49+
"body-parser": "1.17.2",
5050
"chalk": "1.1.3",
5151
"cli-table2": "0.2.0",
5252
"clui": "0.3.1",
@@ -58,7 +58,7 @@
5858
"express": "4.15.3",
5959
"express-flash": "0.0.2",
6060
"express-list-endpoints": "3.0.0",
61-
"express-session": "1.14.2",
61+
"express-session": "1.15.3",
6262
"express-status-monitor": "0.1.7",
6363
"express-validator": "3.1.2",
6464
"fakerator": "0.3.0",
@@ -68,20 +68,20 @@
6868
"graphql-subscriptions": "0.2.2",
6969
"graphql-tools": "0.8.4",
7070
"hashids": "1.1.1",
71-
"helmet": "3.2.0",
71+
"helmet": "3.6.1",
7272
"helmet-crossdomain": "0.1.0",
7373
"i18next": "4.1.4",
7474
"i18next-express-middleware": "1.0.2",
7575
"i18next-node-fs-backend": "0.1.3",
7676
"ioredis": "2.4.3",
7777
"le_node": "1.7.0",
7878
"lodash": "4.17.3",
79-
"method-override": "2.3.7",
79+
"method-override": "2.3.9",
8080
"mkdirp": "0.5.1",
8181
"moment": "2.17.1",
82-
"mongoose": "4.7.5",
82+
"mongoose": "4.10.2",
8383
"mongoose-auto-increment": "5.0.1",
84-
"morgan": "1.7.0",
84+
"morgan": "1.8.2",
8585
"netjet": "1.1.3",
8686
"node-sass": "4.1.1",
8787
"nodemailer": "2.7.0",
@@ -101,7 +101,7 @@
101101
"require-webpack-compat": "3.0.0",
102102
"serve-favicon": "2.4.3",
103103
"slug": "0.9.1",
104-
"snyk": "^1.22.1",
104+
"snyk": "^1.30.1",
105105
"socket.io": "2.0.0",
106106
"socket.io-client": "2.0.0",
107107
"uuid-token-generator": "0.5.0",

0 commit comments

Comments
 (0)