|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 | 34 | "@types/cors": "^2.8.5",
|
35 |
| - "@types/express": "^4.11.1", |
| 35 | + "@types/express": "^4.17.0", |
36 | 36 | "@types/jsonwebtoken": "^8.3.2",
|
37 |
| - "@types/lodash": "^4.14.133", |
38 |
| - "cors": "^2.8.4", |
| 37 | + "@types/lodash": "^4.14.135", |
| 38 | + "cors": "^2.8.5", |
39 | 39 | "express": "^4.17.1",
|
40 |
| - "jsonwebtoken": "^8.3.2", |
41 |
| - "lodash": "^4.6.1" |
| 40 | + "jsonwebtoken": "^8.5.1", |
| 41 | + "lodash": "^4.17.11" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@types/chai": "^4.1.7",
|
45 | 45 | "@types/chai-as-promised": "^7.1.0",
|
46 | 46 | "@types/mocha": "^5.2.7",
|
47 | 47 | "@types/mock-require": "^2.0.0",
|
48 |
| - "@types/nock": "^10.0.2", |
49 |
| - "@types/node": "^8.10.49", |
50 |
| - "@types/sinon": "^7.0.12", |
| 48 | + "@types/nock": "^10.0.3", |
| 49 | + "@types/node": "^8.10.50", |
| 50 | + "@types/sinon": "^7.0.13", |
51 | 51 | "chai": "^4.2.0",
|
52 | 52 | "chai-as-promised": "^7.1.1",
|
53 |
| - "firebase-admin": "^8.0.0", |
54 |
| - "istanbul": "^0.4.2", |
| 53 | + "firebase-admin": "^8.2.0", |
| 54 | + "istanbul": "^0.4.5", |
55 | 55 | "mocha": "^6.1.4",
|
56 | 56 | "mock-require": "^3.0.3",
|
57 | 57 | "nock": "^10.0.6",
|
58 |
| - "prettier": "^1.17.1", |
| 58 | + "prettier": "^1.18.2", |
59 | 59 | "sinon": "^7.3.2",
|
60 |
| - "ts-node": "^8.2.0", |
61 |
| - "tslint": "^5.17.0", |
| 60 | + "ts-node": "^8.3.0", |
| 61 | + "tslint": "^5.18.0", |
62 | 62 | "tslint-config-prettier": "^1.18.0",
|
63 | 63 | "tslint-no-unused-expression-chai": "^0.1.4",
|
64 |
| - "tslint-plugin-prettier": "^2.0.0", |
65 |
| - "typescript": "^3.5.1" |
| 64 | + "tslint-plugin-prettier": "^2.0.1", |
| 65 | + "typescript": "^3.5.2" |
66 | 66 | },
|
67 | 67 | "peerDependencies": {
|
68 | 68 | "firebase-admin": "^8.0.0"
|
|
0 commit comments