|
49 | 49 | "url": "https://github.com/ula-aca/aries-cloudagent-interface-javascript/issues" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@commitlint/cli": "^8.3.5", |
53 | | - "@commitlint/config-conventional": "^8.3.4", |
| 52 | + "@commitlint/cli": "^11.0.0", |
| 53 | + "@commitlint/config-conventional": "^11.0.0", |
54 | 54 | "@istanbuljs/nyc-config-typescript": "^1.0.1", |
55 | | - "@openapitools/openapi-generator-cli": "^1.0.8-4.2.2", |
| 55 | + "@openapitools/openapi-generator-cli": "^1.0.18-5.0.0-beta2", |
56 | 56 | "@semantic-release/changelog": "^5.0.1", |
57 | 57 | "@semantic-release/git": "^9.0.0", |
58 | | - "@types/chai": "^4.2.11", |
| 58 | + "@types/chai": "^4.2.13", |
59 | 59 | "@types/chai-as-promised": "^7.1.2", |
60 | | - "@types/mocha": "^7.0.2", |
| 60 | + "@types/mocha": "^8.0.3", |
61 | 61 | "@types/sinon": "^9.0.0", |
62 | 62 | "@types/sinon-chai": "^3.2.4", |
63 | 63 | "@types/ws": "^7.2.4", |
64 | | - "@typescript-eslint/eslint-plugin": "^2.28.0", |
65 | | - "@typescript-eslint/parser": "^2.28.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "^4.4.0", |
| 65 | + "@typescript-eslint/parser": "^4.4.0", |
66 | 66 | "chai": "^4.2.0", |
67 | 67 | "chai-as-promised": "^7.1.1", |
68 | 68 | "commitizen": "^4.0.4", |
|
77 | 77 | "eslint-plugin-prettier": "^3.1.2", |
78 | 78 | "husky": "^4.2.3", |
79 | 79 | "lint-staged": "^10.1.7", |
80 | | - "mocha": "^8.0.1", |
| 80 | + "mocha": "^8.1.3", |
81 | 81 | "nyc": "^15.0.1", |
82 | 82 | "prettier": "^2.0.4", |
83 | 83 | "semantic-release": "^17.0.4", |
84 | | - "sinon": "^9.0.2", |
| 84 | + "sinon": "^9.2.0", |
85 | 85 | "sinon-chai": "^3.5.0", |
86 | 86 | "source-map-support": "^0.5.19", |
87 | 87 | "swagger2openapi": "^7.0.2", |
88 | | - "ts-node": "^8.8.2", |
89 | | - "typescript": "^3.8.3" |
| 88 | + "ts-node": "^9.0.0", |
| 89 | + "typescript": "^4.0.3" |
90 | 90 | }, |
91 | 91 | "dependencies": { |
92 | | - "axios": "^0.19.2" |
| 92 | + "axios": "^0.20.0" |
93 | 93 | }, |
94 | 94 | "config": { |
95 | 95 | "commitizen": { |
|
0 commit comments