Bump @types/jszip from 3.1.6 to 3.4.1

Bumps [@types/jszip](https://github.com/Stuk/jszip) from 3.1.6 to 3.4.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-07-30 08:48:47 +00:00
committed by GitHub
parent 6e94bbb5e5
commit b2280f64a1

8
package-lock.json generated
View File

@ -264,11 +264,11 @@
}
},
"@types/jszip": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@types/jszip/-/jszip-3.1.6.tgz",
"integrity": "sha512-m8uFcI+O2EupCfbEVQWsBM/4nhbegjOHL7cQgBpM95FeF98kdFJXzy9/8yhx4b3lCRl/gMBhcvyh30Qt3X+XPQ==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@types/jszip/-/jszip-3.4.1.tgz",
"integrity": "sha512-TezXjmf3lj+zQ651r6hPqvSScqBLvyPI9FxdXBqpEwBijNGQ2NXpaFW/7joGzveYkKQUil7iiDHLo6LV71Pc0A==",
"requires": {
"@types/node": "*"
"jszip": "*"
}
},
"@types/minimatch": {