updated to mustache 2.2.1
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
This commit is contained in:
parent
5abf5001a8
commit
de4efa5d19
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"underscore": "~1.8.3",
|
"underscore": "~1.8.3",
|
||||||
"express": "~4.13.3",
|
"express": "~4.13.3",
|
||||||
"mustache": "~2.1.3",
|
"mustache": "~2.2.1",
|
||||||
"socket.io": "~1.3.7"
|
"socket.io": "~1.3.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue