From 902207da712126803ab44c9dd964e5194ed2924f Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Tue, 14 Mar 2017 18:21:00 -0700 Subject: [PATCH] node: Update package.json to eliminate vulnerable dependecies. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index daf0214e0f..f7cc3ff0b4 100644 --- a/package.json +++ b/package.json @@ -6,17 +6,17 @@ "main": "", "dependencies": { "handlebars": "4.0.6", - "i18next": "3.0.0", + "i18next": "3.4.4", "i18next-parser": "0.11.1", "i18next-xhr-backend": "0.5.4", "i18next-browser-languagedetector": "0.3.0", "i18next-localstorage-cache": "0.3.0", "jquery": "1.12.1", - "jquery-validation": "1.15.1", + "jquery-validation": "1.16.0", "plotly.js": "1.19.2", "string.prototype.codepointat": "0.2.0", "underscore": "1.8.3", - "webpack": "1.12.2", + "webpack": "1.12.5", "winchan": "0.2.0", "xdate": "0.8.0", "zxcvbn": "4.4.1"