Skip to content

Commit 0ae1ef4

Browse files
Merge pull request #60 from ganeshparsads/jquery-vulnerability
Updating packages for avoiding vulnerabilities.
2 parents 5019719 + 1731982 commit 0ae1ef4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"colors": "^1.0.3",
11-
"nodemailer": "^1.3.4"
11+
"nodemailer": "^5.1.1"
1212
},
1313
"scripts": {
1414
"test": "karma start"
@@ -24,24 +24,24 @@
2424
},
2525
"homepage": "https://github.com/unbxd/js-sdk",
2626
"devDependencies": {
27-
"chai": "^3.5.0",
27+
"chai": "^4.2.0",
2828
"handlebars": "^4.0.5",
2929
"jquery": "^3.3.1",
30-
"jquery-ui": "1.12.0",
31-
"karma": "^1.3.0",
30+
"jquery-ui": "^1.12.1",
31+
"karma": "^4.0.0",
3232
"karma-chai": "^0.1.0",
3333
"karma-fixture": "^0.2.6",
3434
"karma-handlebars-preprocessor": "^0.3.0",
3535
"karma-html2js-preprocessor": "^1.0.0",
36-
"karma-jquery": "^0.1.0",
36+
"karma-jquery": "^0.2.3",
3737
"karma-json-fixtures-preprocessor": "0.0.6",
38-
"karma-mocha": "^0.1.10",
38+
"karma-mocha": "^1.3.0",
3939
"karma-phantomjs-launcher": "^1.0.2",
4040
"karma-sinon": "^1.0.5",
41-
"karma-spec-reporter": "0.0.26",
42-
"karma-verbose-reporter": "0.0.3",
43-
"mocha": "^3.2.0",
44-
"phantom": "^2.1.7",
45-
"sinon": "^1.17.7"
41+
"karma-spec-reporter": "0.0.32",
42+
"karma-verbose-reporter": "0.0.6",
43+
"mocha": "^6.0.1",
44+
"phantom": "^6.0.3",
45+
"sinon": "^7.2.4"
4646
}
4747
}

0 commit comments

Comments
 (0)