Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[Snyk] Security upgrade axios from 0.19.2 to 0.20.0 #689

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: client/package.json & client/package-lock.json to reduce vulnera…
…bilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346
  • Loading branch information
snyk-bot committed Feb 10, 2022
commit 554cbc5116c4e2df71cfae39ad730d543a78f706
31 changes: 4 additions & 27 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@topcoder-platform/tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.1",
"axios": "^0.19.2",
"axios": "^0.20.0",
"core-js": "^3.6.5",
"form-data": "^3.0.0",
"history": "^4.10.1",
Expand Down