Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Feb 18, 2025
1 parent d8d64fc commit 5ff4f49
Show file tree
Hide file tree
Showing 6 changed files with 8,818 additions and 5,711 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,16 @@ dist

# DS_STORE
.DS_STORE


# Ignore Yarn cache and temporary files
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml

# Commit these
!.yarn/releases/
!.yarn/plugins/
!.yarn/patches/
!.yarnrc.yml
!.pnp.cjs
Binary file added .yarn/install-state.gz
Binary file not shown.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodeLinker: node-modules

packageExtensions:
"@ethersproject/providers@*":
dependencies:
ws: ">=7.5.0 <8"

yarnPath: .yarn/releases/yarn-4.6.0.cjs
37 changes: 22 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,60 +15,67 @@
"author": "Tadeas Kmenta",
"license": "MIT",
"resolutions": {
"viem": "2.22.21"
"viem": "2.23.2",
"elliptic": ">=6.5.7",
"esbuild": "~0.25.0"
},
"overrides": {
"viem": "2.22.21"
"viem": "2.23.2",
"elliptic": ">=6.5.7",
"esbuild": "~0.25.0",
"@ethersproject/providers": {
"ws": ">=7.5.0"
}
},
"dependencies": {
"@runonflux/aa-schnorr-multisig-sdk": "1.1.1",
"@runonflux/utxo-lib": "1.0.1",
"alchemy-sdk": "3.5.1",
"alchemy-sdk": "3.5.3",
"apicache": "1.6.3",
"axios": "1.7.9",
"bchaddrjs": "0.5.2",
"bignumber.js": "9.1.2",
"compression": "1.7.5",
"compression": "1.8.0",
"config": "3.3.12",
"cors": "2.8.5",
"express": "4.21.2",
"express-rate-limit": "7.5.0",
"firebase-admin": "13.0.2",
"firebase-admin": "13.1.0",
"freshdesk-client": "1.9.1",
"lru-cache": "11.0.2",
"mongodb": "6.13.0",
"morgan": "1.10.0",
"node-cmd": "5.0.0",
"qs": "6.14.0",
"socket.io": "4.8.1",
"viem": "2.22.21"
"viem": "2.23.2"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"@types/chai": "5.0.1",
"@types/compression": "1.7.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"@types/expect": "24.3.2",
"@types/mocha": "10.0.10",
"@types/morgan": "1.9.9",
"chai": "4.5.0",
"eslint": "9.19.0",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.3",
"globals": "15.14.0",
"globals": "15.15.0",
"mocha": "11.1.0",
"node-mocks-http": "1.16.2",
"nyc": "17.1.0",
"prettier": "3.4.2",
"prettier": "3.5.1",
"sinon": "19.0.2",
"ts-mocha": "10.0.0",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"sinon": "19.0.2",
"node-mocks-http": "1.16.2"
"typescript-eslint": "8.24.1"
},
"engines": {
"node": ">=20"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5ff4f49

Please sign in to comment.