Skip to content

Commit c99b304

Browse files
committed
chore(package.json): Update dependencies in package.json
Updated version of moment to include version that has a fix for the RegEx DoS defect. Also updated dev dependencies.
1 parent 0e0f5d9 commit c99b304

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,37 @@
1616
],
1717
"dependencies": {
1818
"angular": "^1.x",
19-
"moment": "^2.x"
19+
"moment": "^2.15.x"
2020
},
2121
"devDependencies": {
2222
"angular-mocks": "^1.x",
23-
"coveralls": "^2.11.6",
24-
"cz-conventional-changelog": "^1.1.5",
25-
"eslint": "^3.5.0",
26-
"gulp": "^3.8.11",
27-
"gulp-htmlmin": "^2.0.0",
23+
"coveralls": "^2.11.14",
24+
"cz-conventional-changelog": "^1.2.0",
25+
"eslint": "^3.6.1",
26+
"gulp": "^3.9.1",
27+
"gulp-htmlmin": "^3.0.0",
2828
"gulp-jscs": "^4.0.0",
29-
"gulp-jshint": "^2.0.0",
29+
"gulp-jshint": "^2.0.1",
3030
"gulp-standard": "^8.0.2",
31-
"jasmine-core": "^2.4.1",
32-
"jquery": "^3.1.0",
33-
"jshint": "^2.9.1",
34-
"jshint-stylish": "^2.1.0",
31+
"jasmine-core": "^2.5.2",
32+
"jquery": "^3.1.1",
33+
"jshint": "^2.9.3",
34+
"jshint-stylish": "^2.2.1",
3535
"karma": "^1.3.0",
3636
"karma-chrome-launcher": "^2.0.0",
3737
"karma-coverage": "^1.1.1",
3838
"karma-firefox-launcher": "^1.0.0",
3939
"karma-jasmine": "^1.0.2",
40-
"karma-phantomjs-launcher": "^1.0.0",
41-
"karma-threshold-reporter": "^0.1.12",
40+
"karma-phantomjs-launcher": "^1.0.2",
41+
"karma-threshold-reporter": "^0.1.15",
4242
"karma-webpack": "^1.8.0",
43-
"lodash": "^4.5.0",
44-
"phantomjs-prebuilt": "^2.1.4",
45-
"plato": "^1.5.0",
43+
"lodash": "^4.16.2",
44+
"phantomjs-prebuilt": "^2.1.12",
45+
"plato": "^1.7.0",
4646
"run-browser": "^2.0.2",
4747
"semantic-release": "^6.3.0",
48-
"standard": "^8.0.0",
49-
"tape": "^4.4.0",
48+
"standard": "^8.2.0",
49+
"tape": "^4.6.0",
5050
"webpack": "^1.13.2"
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)