Skip to content

Commit

Permalink
chore(package.json): Update dependencies in package.json
Browse files Browse the repository at this point in the history
Updated version of moment to include version that has a fix for the RegEx DoS defect. Also updated dev dependencies.
  • Loading branch information
dalelotts committed Sep 27, 2016
1 parent 0e0f5d9 commit c99b304
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
],
"dependencies": {
"angular": "^1.x",
"moment": "^2.x"
"moment": "^2.15.x"
},
"devDependencies": {
"angular-mocks": "^1.x",
"coveralls": "^2.11.6",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^3.5.0",
"gulp": "^3.8.11",
"gulp-htmlmin": "^2.0.0",
"coveralls": "^2.11.14",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.6.1",
"gulp": "^3.9.1",
"gulp-htmlmin": "^3.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-jshint": "^2.0.1",
"gulp-standard": "^8.0.2",
"jasmine-core": "^2.4.1",
"jquery": "^3.1.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"jasmine-core": "^2.5.2",
"jquery": "^3.1.1",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-threshold-reporter": "^0.1.12",
"karma-phantomjs-launcher": "^1.0.2",
"karma-threshold-reporter": "^0.1.15",
"karma-webpack": "^1.8.0",
"lodash": "^4.5.0",
"phantomjs-prebuilt": "^2.1.4",
"plato": "^1.5.0",
"lodash": "^4.16.2",
"phantomjs-prebuilt": "^2.1.12",
"plato": "^1.7.0",
"run-browser": "^2.0.2",
"semantic-release": "^6.3.0",
"standard": "^8.0.0",
"tape": "^4.4.0",
"standard": "^8.2.0",
"tape": "^4.6.0",
"webpack": "^1.13.2"
},
"scripts": {
Expand Down

0 comments on commit c99b304

Please sign in to comment.