Skip to content

Commit

Permalink
Merge pull request #711 from aaronreed708/fix-CVE-error
Browse files Browse the repository at this point in the history
Fix CVE error
  • Loading branch information
aaronreed708 authored Nov 3, 2023
2 parents f4cca85 + 65f7887 commit 5574685
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
32 changes: 23 additions & 9 deletions code/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 code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.21",
"@types/nodemailer": "^6.4.4",
"axios": "0.25.0",
"axios": "^1.6.0",
"axios-debug-log": "^0.8.4",
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion code/src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-router-dom": "5.3.3",
"@types/uuid": "^8.3.4",
"@types/webfontloader": "^1.6.35",
"axios": "^0.26.1",
"axios": "^1.6.0",
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"colord": "^2.9.3",
Expand Down

0 comments on commit 5574685

Please # to comment.