Skip to content

Commit

Permalink
fix: upgrade axios from 0.20.0 to 0.21.0 (#2425)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade axios from 0.20.0 to 0.21.0.

See this package in npm:
https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6ec290d2-fdd9-480b-aeef-3552213525dd?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Nov 14, 2020
1 parent f2d0b71 commit b540c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cvat-core/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 cvat-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"webpack-cli": "^3.3.2"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.0",
"browser-or-node": "^1.2.1",
"cvat-data": "../cvat-data",
"detect-browser": "^5.2.0",
Expand Down

0 comments on commit b540c4c

Please sign in to comment.