From 290885f5b2e1aef0b7eb7e7ea2e4c74a3f11b58e Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 13 Oct 2022 10:06:33 +0300 Subject: [PATCH] [Snyk] Upgrade jszip from 3.10.0 to 3.10.1 (#5103) * fix: upgrade jszip from 3.10.0 to 3.10.1 Snyk has created this PR to upgrade jszip from 3.10.0 to 3.10.1. See this package in npm: https://www.npmjs.com/package/jszip See this project in Snyk: https://app.snyk.io/org/cvat/project/79336e1b-856f-4136-b448-4ffce40e80f3?utm_source=github&utm_medium=referral&page=upgrade-pr * Updated yarn.lock Co-authored-by: Boris --- cvat-data/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cvat-data/package.json b/cvat-data/package.json index 8cf2ee81..acdce1e1 100644 --- a/cvat-data/package.json +++ b/cvat-data/package.json @@ -21,6 +21,6 @@ "devDependencies": {}, "dependencies": { "async-mutex": "^0.3.2", - "jszip": "3.10.0" + "jszip": "3.10.1" } } diff --git a/yarn.lock b/yarn.lock index 8c5932ef..a15e0eed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4036,7 +4036,7 @@ custom-error-instance@2.1.1: svg.select.js "3.0.1" "cvat-core@link:./cvat-core": - version "7.0.0" + version "7.0.1" dependencies: axios "^0.27.2" browser-or-node "^2.0.0" @@ -4056,7 +4056,7 @@ custom-error-instance@2.1.1: version "1.0.2" dependencies: async-mutex "^0.3.2" - jszip "3.10.0" + jszip "3.10.1" damerau-levenshtein@^1.0.8: version "1.0.8" @@ -7435,10 +7435,10 @@ jsprim@^1.2.2: array-includes "^3.1.5" object.assign "^4.1.2" -jszip@3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.0.tgz#faf3db2b4b8515425e34effcdbb086750a346061" - integrity sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q== +jszip@3.10.1: + version "3.10.1" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2" + integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g== dependencies: lie "~3.3.0" pako "~1.0.2"