diff --git a/package-lock.json b/package-lock.json index 0a2d24777b..230aa4d750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -583,14 +583,6 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, - "@types/jszip": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@types/jszip/-/jszip-3.4.1.tgz", - "integrity": "sha512-TezXjmf3lj+zQ651r6hPqvSScqBLvyPI9FxdXBqpEwBijNGQ2NXpaFW/7joGzveYkKQUil7iiDHLo6LV71Pc0A==", - "requires": { - "jszip": "*" - } - }, "@types/mocha": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", @@ -3521,7 +3513,7 @@ "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/package.json b/package.json index 95d3d4ab84..816cfcb96d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ ], "types": "./build/index.d.ts", "dependencies": { - "@types/jszip": "^3.1.4", "@types/node": "^16.0.0", "jszip": "^3.1.5", "nanoid": "^3.1.20",