From 69d9ebfa409a7f76379ec1d6786bbdb9fb9c9fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:51:55 +0000 Subject: [PATCH] Bump zip-local from 0.3.4 to 0.3.5 in /bimviewer Bumps [zip-local](https://github.com/Mostafa-Samir/zip-local) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/Mostafa-Samir/zip-local/releases) - [Changelog](https://github.com/Mostafa-Samir/zip-local/blob/master/CHANGELOG.md) - [Commits](https://github.com/Mostafa-Samir/zip-local/commits) --- updated-dependencies: - dependency-name: zip-local dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bimviewer/package-lock.json | 14 +++++++------- bimviewer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bimviewer/package-lock.json b/bimviewer/package-lock.json index 0240b77..72aef39 100644 --- a/bimviewer/package-lock.json +++ b/bimviewer/package-lock.json @@ -1251,9 +1251,9 @@ "dev": true }, "pako": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", - "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" }, "parseurl": { "version": "1.3.3", @@ -1986,13 +1986,13 @@ } }, "zip-local": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/zip-local/-/zip-local-0.3.4.tgz", - "integrity": "sha1-4pMZByV6lGR56lvQ0OIK3+srWgc=", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/zip-local/-/zip-local-0.3.5.tgz", + "integrity": "sha512-GRV3D5TJY+/PqyeRm5CYBs7xVrKTKzljBoEXvocZu0HJ7tPEcgpSOYa2zFIsCZWgKWMuc4U3yMFgFkERGFIB9w==", "requires": { "async": "^1.4.2", "graceful-fs": "^4.1.3", - "jszip": "^2.5.0", + "jszip": "^2.6.1", "q": "^1.4.1" }, "dependencies": { diff --git a/bimviewer/package.json b/bimviewer/package.json index dcd271f..367965e 100644 --- a/bimviewer/package.json +++ b/bimviewer/package.json @@ -18,7 +18,7 @@ "node-xlsx": "^0.15.0", "url-parse": "^1.4.4", "uuid": "^3.3.2", - "zip-local": "^0.3.4" + "zip-local": "^0.3.5" }, "devDependencies": { "mocha": "^6.1.4",