Skip to content

Commit

Permalink
fix: examples/radix-example-oauth-proxy/api/package.json & examples/r…
Browse files Browse the repository at this point in the history
…adix-example-oauth-proxy/api/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent a250723 commit 105e4e2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 44 deletions.
91 changes: 48 additions & 43 deletions examples/radix-example-oauth-proxy/api/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/radix-example-oauth-proxy/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^9.0.2",
"express": "^4.19.2",
"express": "^4.21.0",
"node-fetch": "^2.7.0"
}
}

0 comments on commit 105e4e2

Please sign in to comment.