|
31 | 31 | "prepare": "husky"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "axios": "^1.7.9", |
35 |
| - "simple-oauth2": "^5.1.0" |
| 34 | + "axios": "^1.8.2" |
36 | 35 | },
|
37 | 36 | "devDependencies": {
|
38 |
| - "@eslint/eslintrc": "^3.2.0", |
39 |
| - "@eslint/js": "^9.16.0", |
40 |
| - "@ianvs/prettier-plugin-sort-imports": "^4.4.0", |
41 |
| - "@types/chai": "^5.0.1", |
42 |
| - "@types/chai-as-promised": "^8.0.1", |
| 37 | + "@eslint/eslintrc": "^3.3.0", |
| 38 | + "@eslint/js": "^9.22.0", |
| 39 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
| 40 | + "@types/chai": "^5.2.0", |
| 41 | + "@types/chai-as-promised": "^8.0.2", |
43 | 42 | "@types/mocha": "^10.0.10",
|
44 |
| - "@types/node": "^22.10.1", |
| 43 | + "@types/node": "^22.13.10", |
45 | 44 | "@types/simple-oauth2": "^5.0.7",
|
46 |
| - "@typescript-eslint/eslint-plugin": "^8.17.0", |
47 |
| - "@typescript-eslint/parser": "^8.17.0", |
48 |
| - "chai": "^5.1.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 46 | + "@typescript-eslint/parser": "^8.26.0", |
| 47 | + "chai": "^5.2.0", |
49 | 48 | "chai-as-promised": "^8.0.1",
|
50 |
| - "eslint": "^9.16.0", |
51 |
| - "eslint-config-prettier": "^9.1.0", |
| 49 | + "eslint": "^9.22.0", |
| 50 | + "eslint-config-prettier": "^10.1.1", |
52 | 51 | "eslint-plugin-tsdoc": "^0.4.0",
|
53 |
| - "globals": "^15.13.0", |
| 52 | + "globals": "^16.0.0", |
54 | 53 | "husky": "^9.1.7",
|
55 |
| - "lint-staged": "^15.2.10", |
56 |
| - "mocha": "^10.8.2", |
57 |
| - "nock": "^13.5.6", |
| 54 | + "lint-staged": "^15.4.3", |
| 55 | + "mocha": "^11.1.0", |
| 56 | + "nock": "^14.0.1", |
58 | 57 | "nyc": "^17.1.0",
|
59 |
| - "prettier": "^3.4.2", |
60 |
| - "tsx": "^4.19.2", |
61 |
| - "typedoc": "^0.26.11", |
62 |
| - "typescript": "^5.7.2" |
| 58 | + "prettier": "^3.5.3", |
| 59 | + "tsx": "^4.19.3", |
| 60 | + "typedoc": "^0.27.9", |
| 61 | + "typescript": "^5.8.2" |
63 | 62 | },
|
64 | 63 | "lint-staged": {
|
65 | 64 | "*": [
|
|
0 commit comments