|
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | 25 | "lodash": "^4.17.15", |
26 | | - "moment": "2.29.2" |
| 26 | + "moment": "2.29.3" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "^7.12.13", |
30 | | - "@babel/core": "^7.12.13", |
31 | | - "@babel/plugin-proposal-class-properties": "^7.12.13", |
32 | | - "@babel/preset-env": "^7.12.13", |
33 | | - "@babel/preset-typescript": "^7.12.13", |
34 | | - "@types/jest": "^26.0.20", |
35 | | - "@types/lodash": "^4.14.168", |
36 | | - "@types/moment": "^2.13.0", |
37 | | - "@types/node": "^14.14.25", |
| 29 | + "@babel/cli": "7.17.10", |
| 30 | + "@babel/core": "7.18.2", |
| 31 | + "@babel/plugin-proposal-class-properties": "7.17.12", |
| 32 | + "@babel/preset-env": "7.18.2", |
| 33 | + "@babel/preset-typescript": "7.17.12", |
| 34 | + "@types/jest": "28.1.1", |
| 35 | + "@types/node": "17.0.40", |
38 | 36 | "@types/serverless": "1.78.33", |
39 | | - "@typescript-eslint/eslint-plugin": "^4.14.2", |
40 | | - "@typescript-eslint/parser": "^4.14.2", |
| 37 | + "@typescript-eslint/eslint-plugin": "5.27.0", |
| 38 | + "@typescript-eslint/parser": "5.27.0", |
41 | 39 | "asl-types": "^1.2.1", |
42 | 40 | "babel-plugin-add-module-exports": "^1.0.4", |
43 | | - "eslint": "^7.19.0", |
44 | | - "eslint-config-prettier": "^7.2.0", |
45 | | - "eslint-plugin-prettier": "^3.3.1", |
46 | | - "jest": "^26.6.3", |
47 | | - "jest-junit": "^12.0.0", |
| 41 | + "eslint": "8.17.0", |
| 42 | + "eslint-config-prettier": "8.5.0", |
| 43 | + "eslint-plugin-prettier": "4.0.0", |
| 44 | + "jest": "28.1.0", |
| 45 | + "jest-junit": "13.2.0", |
48 | 46 | "pre-commit": "^1.1.3", |
49 | | - "prettier": "^2.2.1", |
| 47 | + "prettier": "2.6.2", |
50 | 48 | "serverless": "2.53.1", |
51 | | - "ts-node": "^9.1.1", |
52 | | - "typescript": "^4.1.3" |
| 49 | + "ts-node": "10.8.1", |
| 50 | + "typescript": "4.7.3" |
53 | 51 | }, |
54 | 52 | "pre-commit": [ |
55 | 53 | "lint" |
|
0 commit comments