Skip to content

Commit 8170289

Browse files
authored
fix: update typescript and ts-node versions for proxy samples (#2020)
Closes #2014 #2015
1 parent 1bc5f03 commit 8170289

File tree

4 files changed

+2304
-4
lines changed

4 files changed

+2304
-4
lines changed

samples/proxy-provider-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/jsonwebtoken": "^8.5.0",
2727
"@types/node": "^14.14.6",
2828
"@types/node-fetch": "^2.5.7",
29-
"ts-node": "^9.0.0",
30-
"typescript": "^4.0.5"
29+
"ts-node": "^10.9.1",
30+
"typescript": "^4.9.5"
3131
}
3232
}

0 commit comments

Comments
 (0)