Skip to content

Commit c02b2a8

Browse files
Merge pull request #6641 from BitGo/DX-1663-bump-api-ts
chore: bump @api-ts/typed-express-router to v2.0.0
2 parents 339312b + 04030bd commit c02b2a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"proxyquire": "^2.1.3",
5656
"superagent": "^9.0.1",
5757
"@api-ts/io-ts-http": "^3.2.1",
58-
"@api-ts/typed-express-router": "^1.1.13"
58+
"@api-ts/typed-express-router": "2.0.0"
5959
},
6060
"devDependencies": {
6161
"@bitgo/public-types": "5.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
resolved "https://registry.npmjs.org/@api-ts/response/-/response-2.1.0.tgz#9691128e02949cdc9b2cd3277133b2c7e68220b8"
3636
integrity sha512-x9yt3IShvz9shSw4owsgC39zmPEBh9ha7MOXSMYFDsdZT7NCP4730w6fsGkYTkbQLpF3oNTMFqZONxOwE1aK5Q==
3737

38-
"@api-ts/typed-express-router@^1.1.13":
39-
version "1.1.14"
40-
resolved "https://registry.npmjs.org/@api-ts/typed-express-router/-/typed-express-router-1.1.14.tgz#ac09eaa9eec1ffb4ecabe1064980fda1ff8a1f33"
41-
integrity sha512-mbzFgpFec6yL+Lu3s2mSLPMo08Nf+WehGghhQLdhZLsOMjJKHheuu/iYPoYj+Q1FK9/f5pcs3YpHNSxIWPUcfQ==
38+
"@api-ts/typed-express-router@2.0.0":
39+
version "2.0.0"
40+
resolved "https://registry.npmjs.org/@api-ts/typed-express-router/-/typed-express-router-2.0.0.tgz#36acad8b404b75efca2eef7bff4fb4ca3149d3ee"
41+
integrity sha512-aCZYsgMdulvd78A3xFv7/D1FKLpuQLqdbC/qtKm0JP71Q2+rRaYm1AFA81wnbBUzlHXnwvbdqaIxWX8KX7n0HQ==
4242
dependencies:
4343
"@api-ts/io-ts-http" "3.2.1"
4444
"@types/express" "4.17.21"

0 commit comments

Comments
 (0)