Skip to content

Commit d5da52a

Browse files
committed
chore: upgrade node to v22
Ticket: WP-4684
1 parent 95b9566 commit d5da52a

File tree

3 files changed

+795
-879
lines changed

3 files changed

+795
-879
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22.1.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"generate-test-ssl": "openssl req -x509 -newkey rsa:2048 -keyout test-ssl-key.pem -out test-ssl-cert.pem -days 365 -nodes -subj '/CN=localhost'"
1818
},
1919
"dependencies": {
20-
"@bitgo/sdk-core": "^33.2.0",
21-
"bitgo": "^44.2.0",
20+
"@bitgo/sdk-core": "^35.2.0",
21+
"bitgo": "^48.0.0",
2222
"body-parser": "^1.20.3",
2323
"connect-timeout": "^1.9.0",
2424
"debug": "^3.1.0",
@@ -59,8 +59,8 @@
5959
"supertest": "^4.0.2",
6060
"ts-jest": "^29.1.2",
6161
"typescript": "^4.2.4"
62-
},
62+
},
6363
"engines": {
64-
"node": ">=20.18.0"
64+
"node": ">=22.1.0"
6565
}
6666
}

0 commit comments

Comments
 (0)