Skip to content

Commit 8fce09c

Browse files
Merge pull request #6915 from BitGo/DX-1550_cookie_package_validation
fix(express): express cookie package upgrade
2 parents d1d9b5c + abecb54 commit 8fce09c

File tree

3 files changed

+103
-219
lines changed

3 files changed

+103
-219
lines changed

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"@types/lodash": "^4.14.121",
148148
"aws-sdk": "^2.1155.0",
149149
"io-ts-types": "^0.5.16",
150-
"karma": "^5.1.1",
150+
"karma": "^6.4.2",
151151
"karma-chrome-launcher": "^3.1.0",
152152
"karma-jasmine": "^4.0.0",
153153
"karma-typescript": "^5.0.3",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"web3-utils": "4.2.1",
8888
"@polkadot/api": "14.1.1",
8989
"elliptic": "^6.6.1",
90+
"cookie": "^0.7.1",
9091
"axios": "^1.11.0",
9192
"canvg": "4.0.3",
9293
"**/stellar-sdk/**/bignumber.js": "4.1.0",

0 commit comments

Comments
 (0)