Skip to content

Commit

Permalink
fix: ui/package.json & ui/package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent 8e8cb9a commit ce79945
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 32 deletions.
76 changes: 45 additions & 31 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.4",
"ansi-regex": "^5.0.1",
"axios": "^0.26.0",
"axios": "^1.6.4",
"core-js": "^3.20.3",
"glob-parent": "^5.1.2",
"json-schema": "^0.4.0",
Expand Down

0 comments on commit ce79945

Please sign in to comment.