Skip to content

Commit

Permalink
chore: update uuid and typescript in server
Browse files Browse the repository at this point in the history
Signed-off-by: Nadezhda Popova <[email protected]>
  • Loading branch information
nadezhdapopovaa committed Feb 4, 2025
1 parent b487f01 commit a71bafb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"koa-router": "^13.0.1",
"pino": "^7.11.0",
"pino-pretty": "^7.6.1",
"uuid": "^3.3.2"
"uuid": "^11.0.5"
},
"devDependencies": {
"@hashgraph/sdk": "^2.54.0-beta.1",
Expand All @@ -41,7 +41,7 @@
"sinon": "^19.0.2",
"ts-mocha": "^9.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.5.5"
"typescript": "^5.7.3"
},
"scripts": {
"build": "pnpm clean && pnpm compile",
Expand Down

0 comments on commit a71bafb

Please sign in to comment.