소스 검색

updated to mustache 2.2.1

prevents XSS vulnerability (see https://github.com/janl/mustache.js/pull/388)
Bjoern Kimminich 9 년 전
부모
커밋
de4efa5d19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
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": {