chore: migrating to nodejs 22

This commit is contained in:
Rafael Taranto 2025-03-08 12:28:23 +00:00
parent 0296f86060
commit 2e31ab391f
47 changed files with 16384 additions and 11137 deletions

View file

@ -6,6 +6,7 @@
"license": "./LICENSE",
"author": "Lamassu (https://lamassu.is)",
"dependencies": {
"@apollo/server": "^4.11.3",
"@bitgo/sdk-api": "1.33.0",
"@bitgo/sdk-coin-bch": "1.5.22",
"@bitgo/sdk-coin-btc": "1.7.22",
@ -14,7 +15,9 @@
"@bitgo/sdk-coin-zec": "1.5.22",
"@ethereumjs/common": "^2.6.4",
"@ethereumjs/tx": "^3.5.1",
"@graphql-tools/merge": "^6.2.5",
"@graphql-tools/merge": "^9.0.22",
"@graphql-tools/schema": "^10.0.21",
"@graphql-tools/utils": "^10.8.4",
"@haensl/subset-sum": "^3.0.5",
"@lamassu/coins": "v1.6.1",
"@simplewebauthn/server": "^3.0.0",
@ -22,7 +25,6 @@
"@vonage/server-client": "1.7.0",
"@vonage/sms": "1.7.0",
"@vonage/vetch": "1.5.0",
"apollo-server-express": "2.25.1",
"argon2": "0.28.2",
"axios": "0.21.1",
"base-x": "3.0.9",
@ -50,10 +52,10 @@
"form-data": "^4.0.0",
"futoin-hkdf": "^1.0.2",
"got": "^7.1.0",
"graphql": "^15.5.0",
"graphql-iso-date": "^3.6.1",
"graphql-type-json": "^0.3.1",
"graphql-upload": "12.0.0",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.1",
"graphql-tag": "^2.12.6",
"graphql-upload": "^17.0.0",
"helmet": "^3.8.1",
"inquirer": "^5.2.0",
"json2csv": "^5.0.3",
@ -130,8 +132,7 @@
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
"server": "nodemon bin/lamassu-server --mockScoring --logLevel silly",
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
"watch": "concurrently \"npm:server\" \"npm:admin-server\"",
"stress-test": "cd tests/stress/ && node index.js 50 -v"
},
"nodemonConfig": {