Skip to content

Commit

Permalink
[chore] upgrade express to fix npm audit warning (#19298)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
hayes-mysten authored Sep 10, 2024
1 parent 89224b4 commit 4f68326
Show file tree
Hide file tree
Showing 3 changed files with 1,476 additions and 350 deletions.
2 changes: 1 addition & 1 deletion examples/trading/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@mysten/sui": "workspace:*",
"@prisma/client": "^5.16.2",
"cors": "^2.8.5",
"express": "^4.19.2"
"express": "^4.20.0"
}
}
Loading

0 comments on commit 4f68326

Please sign in to comment.