diff options
author | Bjoern Kimminich | 2015-12-21 23:17:53 +0100 |
---|---|---|
committer | Bjoern Kimminich | 2015-12-21 23:17:53 +0100 |
commit | de4efa5d194329095f90911101a67c5b5e13922f (patch) | |
tree | 8e4b6d9b43788cd9dc3d656261363575d62cf969 | |
parent | 5abf5001a8ccde91fddcab8794dce23441143545 (diff) |
updated to mustache 2.2.1
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 15c84d0..f7035aa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "underscore": "~1.8.3", "express": "~4.13.3", - "mustache": "~2.1.3", + "mustache": "~2.2.1", "socket.io": "~1.3.7" }, "devDependencies": { |