fix: upgrade jszip from 3.7.0 to 3.7.1 (#3605)

Snyk has created this PR to upgrade jszip from 3.7.0 to 3.7.1.

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

See this project in Snyk:
https://app.snyk.io/org/cvat/project/6457ad1f-89ea-4fc9-a983-bdb963e74086?utm_source=github&utm_medium=upgrade-pr
main
Snyk bot 5 years ago committed by GitHub
parent 6a29b344c7
commit 0993e5825d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4832,9 +4832,9 @@
"dev": true "dev": true
}, },
"jszip": { "jszip": {
"version": "3.7.0", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz", "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
"integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==", "integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
"requires": { "requires": {
"lie": "~3.3.0", "lie": "~3.3.0",
"pako": "~1.0.2", "pako": "~1.0.2",

@ -35,6 +35,6 @@
}, },
"dependencies": { "dependencies": {
"async-mutex": "^0.3.1", "async-mutex": "^0.3.1",
"jszip": "3.7.0" "jszip": "3.7.1"
} }
} }

Loading…
Cancel
Save