Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 1600705

Browse files
authored
fix(core): packages update due to insecure old versions that carry vulnerabilities
* fix(core): packages update due to insecure old versions that carry vulnerabilities * updating packages to satisify deps * updating deps for peer dependencies * updating deps for peer dependencies
1 parent d915157 commit 1600705

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
"consolidate": "~0.14.0",
4444
"cookie-parser": "~1.4.1",
4545
"crypto": "0.0.3",
46-
"express": "~4.13.4",
46+
"express": "~4.14.0",
4747
"express-session": "~1.13.0",
4848
"file-stream-rotator": "~0.0.6",
4949
"forever": "~0.15.1",
5050
"generate-password": "~1.1.1",
5151
"glob": "~7.0.0",
52-
"grunt": "0.4.5",
53-
"grunt-cli": "~0.1.13",
52+
"grunt": "~1.0.1",
53+
"grunt-cli": "~1.2.0",
5454
"gulp-wiredep": "~0.0.0",
5555
"helmet": "~1.3.0",
5656
"jasmine-core": "~2.4.1",
5757
"lodash": "~4.6.1",
5858
"lusca": "~1.3.0",
5959
"method-override": "~2.3.5",
60-
"mocha": "~2.4.5",
60+
"mocha": "~2.5.0",
6161
"mongoose": "~4.4.8",
6262
"morgan": "~1.7.0",
6363
"multer": "~1.1.0",
@@ -83,22 +83,22 @@
8383
"eslint": "~2.2.0",
8484
"eslint-config-airbnb": "~6.0.2",
8585
"grunt-concurrent": "~2.0.0",
86-
"grunt-contrib-copy": "~0.8.0",
86+
"grunt-contrib-copy": "~1.0.0",
8787
"grunt-contrib-csslint": "~0.4.0",
8888
"grunt-contrib-cssmin": "~0.12.3",
89-
"grunt-contrib-less": "~1.0.1",
89+
"grunt-contrib-less": "~1.3.0",
9090
"grunt-contrib-uglify": "~1.0.0",
91-
"grunt-contrib-watch": "~0.6.1",
91+
"grunt-contrib-watch": "~1.0.0",
9292
"grunt-env": "~0.4.4",
9393
"grunt-eslint": "~18.0.0",
9494
"grunt-karma": "~0.12.1",
95-
"grunt-mocha-istanbul": "~3.0.1",
95+
"grunt-mocha-istanbul": "~5.0.1",
9696
"grunt-mocha-test": "~0.12.7",
97-
"grunt-ng-annotate": "~1.0.1",
97+
"grunt-ng-annotate": "~2.0.2",
9898
"grunt-node-inspector": "~0.4.1",
9999
"grunt-nodemon": "~0.4.0",
100100
"grunt-protractor-coverage": "~0.2.15",
101-
"grunt-protractor-runner": "~3.0.0",
101+
"grunt-protractor-runner": "~3.2.0",
102102
"grunt-sass": "^1.2.0",
103103
"gulp": "~3.9.1",
104104
"gulp-angular-templatecache": "~1.8.0",

0 commit comments

Comments
 (0)