From 0ce439fc3cc3e03732bafc7d9eea8b6acdbb3d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:27:18 +0000 Subject: [PATCH] chore(deps): bump jszip from `7da9564` to `b89bc29` Bumps [jszip](https://github.com/alemayhu/jszip) from `7da9564` to `b89bc29`. - [Release notes](https://github.com/alemayhu/jszip/releases) - [Commits](https://github.com/alemayhu/jszip/compare/7da9564d29bb41194c76f0a6a08c1bd50ff6386b...b89bc29d0b1ffe45790fd6a76220985e25515f59) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e324a59c1..9087ebb12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notion2anki-server", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notion2anki-server", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "license": "MIT", "dependencies": { "@notionhq/client": "^0.4.12", @@ -7096,8 +7096,9 @@ }, "node_modules/jszip": { "name": "@alemayhu/jszip", - "version": "3.7.2", - "resolved": "git+ssh://git@github.com/alemayhu/jszip.git#7da9564d29bb41194c76f0a6a08c1bd50ff6386b", + "version": "3.7.3", + "resolved": "git+ssh://git@github.com/alemayhu/jszip.git#b89bc29d0b1ffe45790fd6a76220985e25515f59", + "integrity": "sha512-ef3kKOg0Fa/ZpD+vJhurtpcW04NnFjdnDTE+ExomJjYDCKhUydMVHQwabd7+T4bC2plLPM82HAl5zFYrocFiJA==", "license": "(MIT OR GPL-3.0-or-later)", "dependencies": { "lie": "~3.3.0", @@ -15880,8 +15881,9 @@ } }, "jszip": { - "version": "git+ssh://git@github.com/alemayhu/jszip.git#7da9564d29bb41194c76f0a6a08c1bd50ff6386b", - "from": "jszip@https://github.com/alemayhu/jszip#v3.7.3", + "version": "git+ssh://git@github.com/alemayhu/jszip.git#b89bc29d0b1ffe45790fd6a76220985e25515f59", + "integrity": "sha512-ef3kKOg0Fa/ZpD+vJhurtpcW04NnFjdnDTE+ExomJjYDCKhUydMVHQwabd7+T4bC2plLPM82HAl5zFYrocFiJA==", + "from": "jszip@https://github.com/alemayhu/jszip#b89bc29d0b1ffe45790fd6a76220985e25515f59", "requires": { "lie": "~3.3.0", "pako": "~1.0.2",