aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBjoern Kimminich <bjoern.kimminich@gmx.de>2015-12-21 23:17:53 +0100
committerBjoern Kimminich <bjoern.kimminich@gmx.de>2015-12-21 23:17:53 +0100
commitde4efa5d194329095f90911101a67c5b5e13922f (patch)
tree8e4b6d9b43788cd9dc3d656261363575d62cf969 /package.json
parent5abf5001a8ccde91fddcab8794dce23441143545 (diff)
downloadperl-software-in-gnu-guix-de4efa5d194329095f90911101a67c5b5e13922f.tar
perl-software-in-gnu-guix-de4efa5d194329095f90911101a67c5b5e13922f.tar.gz
updated to mustache 2.2.1
prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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": {