|
5 | 5 | "main": "lib/index.js", |
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "dependencies": { |
8 | | - "@drift-labs/jit-proxy": "0.12.3", |
9 | | - "@drift-labs/sdk": "2.104.0-beta.8", |
10 | | - "@opentelemetry/api": "^1.1.0", |
11 | | - "@opentelemetry/auto-instrumentations-node": "^0.31.1", |
12 | | - "@opentelemetry/exporter-prometheus": "^0.31.0", |
13 | | - "@opentelemetry/sdk-node": "^0.31.0", |
14 | | - "@project-serum/anchor": "^0.19.1-beta.1", |
15 | | - "@project-serum/serum": "^0.13.65", |
16 | | - "@pythnetwork/price-service-client": "^1.9.0", |
| 8 | + "@drift-labs/jit-proxy": "0.12.7", |
| 9 | + "@drift-labs/sdk": "2.104.0-beta.12", |
| 10 | + "@opentelemetry/api": "1.7.0", |
| 11 | + "@opentelemetry/auto-instrumentations-node": "0.31.2", |
| 12 | + "@opentelemetry/exporter-prometheus": "0.31.0", |
| 13 | + "@opentelemetry/sdk-node": "0.31.0", |
| 14 | + "@project-serum/anchor": "0.19.1-beta.1", |
| 15 | + "@project-serum/serum": "0.13.65", |
| 16 | + "@pythnetwork/price-service-client": "1.9.0", |
17 | 17 | "@solana/spl-token": "0.3.7", |
18 | 18 | "@solana/web3.js": "1.92.3", |
19 | | - "@types/bn.js": "^5.1.0", |
20 | | - "@types/minimist": "^1.2.5", |
21 | | - "@types/mocha": "^10.0.1", |
22 | | - "async": "^3.2.2", |
| 19 | + "@types/bn.js": "5.1.5", |
| 20 | + "@types/minimist": "1.2.5", |
| 21 | + "@types/mocha": "10.0.6", |
| 22 | + "async": "3.2.5", |
23 | 23 | "async-mutex": "0.3.2", |
24 | | - "aws-sdk": "^2.1062.0", |
25 | | - "axios": "^1.7.7", |
26 | | - "commander": "^9.4.0", |
27 | | - "dotenv": "^10.0.0", |
| 24 | + "aws-sdk": "2.1511.0", |
| 25 | + "axios": "1.7.7", |
| 26 | + "commander": "9.5.0", |
| 27 | + "dotenv": "10.0.0", |
28 | 28 | "jito-ts": "4.1.1", |
29 | | - "lru-cache": "^10.2.0", |
30 | | - "minimist": "^1.2.8", |
| 29 | + "lru-cache": "10.2.0", |
| 30 | + "minimist": "1.2.8", |
31 | 31 | "rpc-websockets": "7.11.0", |
32 | | - "tweetnacl": "^1.0.3", |
33 | | - "tweetnacl-util": "^0.15.1", |
| 32 | + "tweetnacl": "1.0.3", |
| 33 | + "tweetnacl-util": "0.15.1", |
34 | 34 | "typescript": "4.5.4", |
35 | | - "undici": "^6.19.2", |
36 | | - "winston": "^3.8.1", |
37 | | - "ws": "^8.18.0", |
38 | | - "yaml": "^2.2.1" |
| 35 | + "undici": "6.19.2", |
| 36 | + "winston": "3.11.0", |
| 37 | + "ws": "8.18.0", |
| 38 | + "yaml": "2.3.4" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@types/chai": "^4.3.5", |
42 | | - "@types/mocha": "^10.0.1", |
43 | | - "@typescript-eslint/eslint-plugin": "^5.59.11", |
44 | | - "@typescript-eslint/parser": "^4.28.0", |
45 | | - "chai": "^4.3.7", |
46 | | - "eslint": "^7.29.0", |
47 | | - "eslint-config-prettier": "^8.3.0", |
48 | | - "eslint-plugin-prettier": "^3.4.0", |
49 | | - "husky": "^7.0.4", |
50 | | - "mocha": "^10.2.0", |
| 41 | + "@types/chai": "4.3.11", |
| 42 | + "@types/mocha": "10.0.6", |
| 43 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 44 | + "@typescript-eslint/parser": "4.33.0", |
| 45 | + "chai": "4.3.10", |
| 46 | + "eslint": "7.32.0", |
| 47 | + "eslint-config-prettier": "8.10.0", |
| 48 | + "eslint-plugin-prettier": "3.4.1", |
| 49 | + "husky": "7.0.4", |
| 50 | + "mocha": "10.2.0", |
51 | 51 | "prettier": "3.0.1", |
52 | | - "ts-node": "^10.9.1" |
| 52 | + "ts-node": "10.9.1" |
53 | 53 | }, |
54 | 54 | "scripts": { |
55 | 55 | "prepare": "husky install", |
|
0 commit comments