|
14 | 14 | "worker", |
15 | 15 | "typescript" |
16 | 16 | ], |
17 | | - "publishConfig": { |
18 | | - "access": "public" |
19 | | - }, |
20 | | - "repository": { |
| 17 | + "publishConfig": { |
| 18 | + "access": "public" |
| 19 | + }, |
| 20 | + "repository": { |
21 | 21 | "type": "git", |
22 | 22 | "url": "https://github.com/Lomray-Software/microservice-nodejs-lib.git" |
23 | 23 | }, |
|
38 | 38 | "prepare": "husky install" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "axios": "^0.24.0", |
42 | | - "express": "^4.17.2", |
| 41 | + "axios": "^0.27.2", |
| 42 | + "compression": "^1.7.4", |
| 43 | + "express": "^4.18.1", |
43 | 44 | "lodash": "^4.17.21", |
44 | | - "uuid": "^8.3.2" |
| 45 | + "uuid": "^9.0.0" |
45 | 46 | }, |
46 | 47 | "devDependencies": { |
47 | | - "@commitlint/cli": "^13.2.1", |
48 | | - "@commitlint/config-conventional": "^13.2.0", |
| 48 | + "@commitlint/cli": "^17.1.2", |
| 49 | + "@commitlint/config-conventional": "^17.1.0", |
49 | 50 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
50 | | - "@lomray/eslint-config": "^1.1.2", |
51 | | - "@lomray/prettier-config": "^1.1.0", |
| 51 | + "@lomray/eslint-config": "^1.2.1", |
| 52 | + "@lomray/prettier-config": "^1.2.0", |
52 | 53 | "@types/chai": "^4.3.0", |
| 54 | + "@types/compression": "^1.7.2", |
53 | 55 | "@types/express": "^4.17.13", |
54 | 56 | "@types/lodash": "^4.14.178", |
55 | 57 | "@types/mocha": "^9.0.0", |
|
58 | 60 | "@types/sinon-chai": "^3.2.8", |
59 | 61 | "@types/uuid": "^8.3.4", |
60 | 62 | "@zerollup/ts-transform-paths": "^1.7.18", |
61 | | - "rollup-plugin-ts": "^2.0.5", |
62 | | - "chai": "^4.3.4", |
| 63 | + "chai": "^4.3.6", |
63 | 64 | "eslint": "^7.32.0", |
64 | 65 | "eslint-config-prettier": "^8.3.0", |
65 | 66 | "eslint-plugin-prettier": "^4.0.0", |
66 | | - "husky": "^7.0.4", |
67 | | - "lint-staged": "^11.2.6", |
68 | | - "mocha": "^9.1.3", |
| 67 | + "husky": "^8.0.1", |
| 68 | + "lint-staged": "^13.0.3", |
| 69 | + "mocha": "^9.2.2", |
69 | 70 | "nyc": "^15.1.0", |
70 | | - "prettier": "^2.5.1", |
71 | | - "rollup": "^2.63.0", |
72 | | - "semantic-release": "^18.0.1", |
73 | | - "sinon": "^11.1.2", |
| 71 | + "prettier": "^2.7.1", |
| 72 | + "rollup": "^2.79.1", |
| 73 | + "rollup-plugin-ts": "^2.0.7", |
| 74 | + "semantic-release": "^19.0.5", |
| 75 | + "sinon": "^14.0.0", |
74 | 76 | "sinon-chai": "^3.7.0", |
75 | | - "ts-node": "^10.4.0", |
76 | | - "tsconfig-paths": "^3.12.0", |
| 77 | + "ts-node": "10.9.1", |
| 78 | + "tsconfig-paths": "^3.14.1", |
77 | 79 | "ttypescript": "^1.5.13", |
78 | | - "typescript": "4.4.4" |
| 80 | + "typescript": "4.7.4" |
79 | 81 | } |
80 | 82 | } |
0 commit comments