Skip to content

Commit

Permalink
fix: upgrade jszip from 3.5.0 to 3.6.0 (cvat-ai#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich and snyk-bot authored Mar 4, 2021
1 parent 8d862b3 commit dcfdddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions cvat-data/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-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"async-mutex": "^0.3.0",
"jszip": "3.5.0"
"jszip": "3.6.0"
},
"scripts": {
"patch": "cd src/js && patch --dry-run --forward -p0 < 3rdparty_patch.diff >> /dev/null && patch -p0 < 3rdparty_patch.diff; true",
Expand Down

0 comments on commit dcfdddf

Please sign in to comment.