Skip to content

Commit 2fbe135

Browse files
authored
fix: docs/themes/docdock/static/revealjs/plugin/multiplex/package.json to reduce vulnerabilities (#700)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:engine.io-client:20160426 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:negotiator:20160616 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:ws:20160624 - https://snyk.io/vuln/npm:ws:20171108
1 parent 97bc3e8 commit 2fbe135

File tree

1 file changed

+2
-2
lines changed
  • docs/themes/docdock/static/revealjs/plugin/multiplex

1 file changed

+2
-2
lines changed

docs/themes/docdock/static/revealjs/plugin/multiplex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"node": "~4.1.1"
1111
},
1212
"dependencies": {
13-
"express": "~4.13.3",
13+
"express": "~4.15.5",
1414
"grunt-cli": "~1.3.0",
1515
"mustache": "~2.2.1",
16-
"socket.io": "~1.3.7"
16+
"socket.io": "~1.7.4"
1717
},
1818
"license": "MIT"
1919
}

0 commit comments

Comments
 (0)