Skip to content

Commit

Permalink
pin dependencies (#314)
Browse files Browse the repository at this point in the history
* pin dependencies

* Revert "pin dependencies"

This reverts commit 6eec1a4.

* pin dependencies

* update yarn.lock
  • Loading branch information
crispheaney authored Dec 11, 2024
1 parent f916ba1 commit 2e3f6ca
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 93 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@
"dependencies": {
"@drift-labs/jit-proxy": "0.12.6",
"@drift-labs/sdk": "2.104.0-beta.10",
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/auto-instrumentations-node": "^0.31.1",
"@opentelemetry/exporter-prometheus": "^0.31.0",
"@opentelemetry/sdk-node": "^0.31.0",
"@project-serum/anchor": "^0.19.1-beta.1",
"@project-serum/serum": "^0.13.65",
"@pythnetwork/price-service-client": "^1.9.0",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/auto-instrumentations-node": "0.31.2",
"@opentelemetry/exporter-prometheus": "0.31.0",
"@opentelemetry/sdk-node": "0.31.0",
"@project-serum/anchor": "0.19.1-beta.1",
"@project-serum/serum": "0.13.65",
"@pythnetwork/price-service-client": "1.9.0",
"@solana/spl-token": "0.3.7",
"@solana/web3.js": "1.92.3",
"@types/bn.js": "^5.1.0",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.1",
"async": "^3.2.2",
"@types/bn.js": "5.1.5",
"@types/minimist": "1.2.5",
"@types/mocha": "10.0.6",
"async": "3.2.5",
"async-mutex": "0.3.2",
"aws-sdk": "^2.1062.0",
"axios": "^1.7.7",
"commander": "^9.4.0",
"dotenv": "^10.0.0",
"aws-sdk": "2.1511.0",
"axios": "1.7.7",
"commander": "9.5.0",
"dotenv": "10.0.0",
"jito-ts": "4.1.1",
"lru-cache": "^10.2.0",
"minimist": "^1.2.8",
"lru-cache": "10.2.0",
"minimist": "1.2.8",
"rpc-websockets": "7.11.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"tweetnacl": "1.0.3",
"tweetnacl-util": "0.15.1",
"typescript": "4.5.4",
"undici": "^6.19.2",
"winston": "^3.8.1",
"ws": "^8.18.0",
"yaml": "^2.2.1"
"undici": "6.19.2",
"winston": "3.11.0",
"ws": "8.18.0",
"yaml": "2.3.4"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^4.28.0",
"chai": "^4.3.7",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.4",
"mocha": "^10.2.0",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "4.33.0",
"chai": "4.3.10",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "3.4.1",
"husky": "7.0.4",
"mocha": "10.2.0",
"prettier": "3.0.1",
"ts-node": "^10.9.1"
"ts-node": "10.9.1"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -76,4 +76,4 @@
"engines": {
"node": ">=20.18.0"
}
}
}
Loading

0 comments on commit 2e3f6ca

Please sign in to comment.