diff --git a/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package-lock.json b/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package-lock.json index 629d629..cab1e07 100644 --- a/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package-lock.json +++ b/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package-lock.json @@ -4589,7 +4589,7 @@ "immediate": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" }, "import-local": { "version": "0.1.1", @@ -5499,9 +5499,9 @@ "integrity": "sha1-OGchPo3Xm/Ho8jAMDPwe+xgsDfE=" }, "jszip": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.2.tgz", - "integrity": "sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.8.0.tgz", + "integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -5512,7 +5512,7 @@ "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" }, "process-nextick-args": { "version": "2.0.1", @@ -5520,9 +5520,9 @@ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, "readable-stream": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", diff --git a/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package.json b/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package.json index 411f731..9b819a2 100644 --- a/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package.json +++ b/InBrowserComputerVision/ReactInBrowserVisualAlerts/ClientApp/package.json @@ -7,7 +7,7 @@ "customvision-tfjs": "^1.0.1", "file-saver": "^2.0.2", "filejs": "0.0.1", - "jszip": "^3.2.2", + "jszip": "^3.8.0", "react": "^16.11.0", "react-bootstrap": "^0.31.5", "react-dom": "^16.11.0",