Skip to content

Commit

Permalink
fix: public/package.json & public/package-lock.json to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
  • Loading branch information
snyk-bot committed Dec 27, 2023
1 parent 81a38b9 commit 3886241
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 33 deletions.
87 changes: 55 additions & 32 deletions public/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 public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"proxy": "http://localhost:3000",
"private": true,
"dependencies": {
"axios": "^0.21.4",
"axios": "^1.6.3",
"dangerously-set-html-content": "^1.0.8",
"get-browser-fingerprint": "^2.0.1",
"history": "^4.10.1",
Expand Down

0 comments on commit 3886241

Please sign in to comment.