|
22 | 22 | "dependencies": { |
23 | 23 | "axios": "^0.19.0", |
24 | 24 | "is-ip": "^3.1.0", |
25 | | - "lodash": "4.17.15", |
26 | | - "lru-cache": "5.1.1", |
27 | | - "tslib": "1.10.0", |
28 | | - "url-join": "4.0.0" |
| 25 | + "lodash": "^4.17.15", |
| 26 | + "lru-cache": "^5.1.1", |
| 27 | + "tslib": "^1.10.0", |
| 28 | + "url-join": "^4.0.1" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@types/jest": "^24.0.19", |
32 | | - "@types/lodash": "4.14.144", |
33 | | - "@types/lru-cache": "5.1.0", |
34 | | - "@types/nock": "9.3.0", |
35 | | - "@types/node": "10.9.4", |
36 | | - "@types/url-join": "0.8.2", |
37 | | - "@typescript-eslint/eslint-plugin": "^2.4.0", |
38 | | - "@typescript-eslint/parser": "^2.4.0", |
| 31 | + "@types/jest": "^24.0.22", |
| 32 | + "@types/lodash": "^4.14.144", |
| 33 | + "@types/lru-cache": "^5.1.0", |
| 34 | + "@types/node": "^12.12.6", |
| 35 | + "@types/url-join": "^4.0.0", |
| 36 | + "@typescript-eslint/eslint-plugin": "^2.6.1", |
| 37 | + "@typescript-eslint/parser": "^2.6.1", |
39 | 38 | "del-cli": "^3.0.0", |
40 | | - "dotenv-cli": "3.0.0", |
| 39 | + "dotenv-cli": "^3.0.0", |
41 | 40 | "eslint": "^6.5.1", |
42 | 41 | "eslint-config-airbnb-base": "^14.0.0", |
43 | 42 | "eslint-config-prettier": "^6.4.0", |
44 | 43 | "eslint-plugin-import": "^2.18.2", |
45 | 44 | "eslint-plugin-prettier": "^3.1.1", |
46 | 45 | "jest": "^24.9.0", |
47 | | - "nock": "9.6.1", |
48 | 46 | "prettier": "^1.18.2", |
49 | 47 | "ts-jest": "^24.1.0", |
50 | | - "typescript": "^3.6.4" |
| 48 | + "typescript": "^3.7.2" |
51 | 49 | }, |
52 | 50 | "files": [ |
53 | 51 | "lib" |
|
0 commit comments