Skip to content

Commit cb163e9

Browse files
committed
Update dependencies and fix the resulting broken tests
The biggest being a breaking changed in AngularJS: angular/angular.js#15715
1 parent c665117 commit cb163e9

22 files changed

+648
-1787
lines changed

package-lock.json

+473-1,326
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+16-18
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616
"license": "ISC",
1717
"dependencies": {
1818
"body-parser": "^1.18.3",
19-
"circular-json": "^0.3.1",
20-
"debug": "^3.1.0",
19+
"debug": "^4.1.0",
2120
"express": "^4.16.3",
2221
"express-session": "^1.14.0",
2322
"express-validator": "^5.3.0",
2423
"http-status-codes": "^1.1.6",
25-
"lodash": "^4.17.10",
26-
"mongoose": "^5.2.14",
27-
"morgan": "^1.7.0",
24+
"lodash": "^4.17.11",
25+
"mongoose": "^5.3.2",
26+
"morgan": "^1.9.1",
2827
"passport": "^0.4.0",
2928
"passport-cas": "^0.1.1",
3029
"passport-http": "^0.3.0",
@@ -33,48 +32,47 @@
3332
"request": "^2.88.0",
3433
"serve-favicon": "^2.5.0",
3534
"tough-cookie": "^2.4.3",
36-
"uri-js": "^3.0.2",
35+
"uri-js": "^4.2.2",
3736
"validate.js": "^0.12.0"
3837
},
3938
"devDependencies": {
40-
"@types/angular": "^1.6.50",
39+
"@types/angular": "^1.6.51",
4140
"@types/angular-route": "^1.7.0",
4241
"@types/body-parser": "^1.17.0",
43-
"@types/chai": "^4.1.4",
44-
"@types/circular-json": "^0.4.0",
42+
"@types/chai": "^4.1.6",
4543
"@types/datatables.net": "^1.10.13",
46-
"@types/debug": "^0.0.30",
44+
"@types/debug": "0.0.31",
4745
"@types/express": "^4.16.0",
4846
"@types/express-session": "^1.15.11",
4947
"@types/http-status-codes": "^1.0.29",
50-
"@types/jquery": "^3.3.6",
51-
"@types/lodash": "^4.14.116",
48+
"@types/jquery": "^3.3.14",
49+
"@types/lodash": "^4.14.117",
5250
"@types/mocha": "^5.2.5",
53-
"@types/mongoose": "^5.2.11",
51+
"@types/mongoose": "^5.2.19",
5452
"@types/morgan": "^1.7.32",
5553
"@types/passport": "^0.4.6",
5654
"@types/passport-http": "^0.3.6",
5755
"@types/rc": "^0.0.1",
5856
"@types/request": "^2.47.1",
59-
"@types/selenium-webdriver": "^3.0.10",
57+
"@types/selenium-webdriver": "^3.0.12",
6058
"@types/serve-favicon": "^2.2.28",
6159
"@types/supertest": "^2.0.6",
6260
"@types/tmp": "0.0.33",
6361
"@types/tough-cookie": "^2.3.3",
64-
"chai": "^4.0.2",
62+
"chai": "^4.2.0",
6563
"grunt": "^1.0.3",
66-
"grunt-contrib-clean": "^1.1.0",
64+
"grunt-contrib-clean": "^2.0.0",
6765
"grunt-ts": "^5.5.1",
6866
"grunt-tslint": "^5.0.2",
6967
"jsonschema": "^1.2.4",
7068
"mocha": "^5.2.0",
71-
"nyc": "^12.0.2",
69+
"nyc": "^13.1.0",
7270
"portfinder": "^1.0.17",
7371
"selenium-webdriver": "^3.6.0",
7472
"supertest": "^3.3.0",
7573
"tmp": "0.0.33",
7674
"tslint": "^5.11.0",
77-
"typescript": "^2.9.2",
75+
"typescript": "^3.0.3",
7876
"xlsx": "^0.12.13"
7977
}
8078
}

0 commit comments

Comments
 (0)