|
3 | 3 | "url": "https://github.com/bennycode/coinbase-pro-node/issues" |
4 | 4 | }, |
5 | 5 | "dependencies": { |
6 | | - "@types/node": "20.10.1", |
| 6 | + "@types/node": "20.10.3", |
7 | 7 | "@types/ws": "8.5.10", |
8 | | - "axios": "1.6.0", |
| 8 | + "axios": "1.6.2", |
9 | 9 | "axios-retry": "4.0.0", |
10 | 10 | "reconnecting-websocket": "4.4.0", |
11 | 11 | "ws": "8.14.2", |
|
14 | 14 | "description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.", |
15 | 15 | "devDependencies": { |
16 | 16 | "@types/jasmine": "4.3.5", |
17 | | - "@typescript-eslint/eslint-plugin": "6.13.1", |
18 | | - "@typescript-eslint/parser": "6.13.1", |
| 17 | + "@typescript-eslint/eslint-plugin": "6.13.2", |
| 18 | + "@typescript-eslint/parser": "6.13.2", |
19 | 19 | "c8": "8.0.1", |
20 | 20 | "cross-env": "7.0.3", |
21 | 21 | "dotenv-defaults": "5.0.2", |
22 | | - "eslint": "8.54.0", |
23 | | - "eslint-config-prettier": "9.0.0", |
| 22 | + "eslint": "8.55.0", |
| 23 | + "eslint-config-prettier": "9.1.0", |
24 | 24 | "eslint-plugin-prettier": "5.0.1", |
25 | 25 | "eslint-plugin-sort-keys-fix": "1.1.2", |
26 | 26 | "eslint-plugin-typescript-sort-keys": "3.1.0", |
27 | 27 | "generate-changelog": "1.8.0", |
28 | 28 | "husky": "8.0.3", |
29 | 29 | "jasmine": "3.99.0", |
30 | | - "lint-staged": "15.1.0", |
| 30 | + "lint-staged": "15.2.0", |
31 | 31 | "nock": "13.4.0", |
32 | 32 | "prettier": "3.1.0", |
33 | 33 | "rimraf": "5.0.5", |
34 | 34 | "ts-node": "10.9.1", |
35 | 35 | "typedoc": "0.25.4", |
36 | 36 | "typedoc-plugin-markdown": "3.17.1", |
37 | | - "typescript": "5.2.2" |
| 37 | + "typescript": "5.3.2" |
38 | 38 | }, |
39 | 39 | "engines": { |
40 | 40 | "node": ">= 18", |
|
0 commit comments