diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-01 13:18:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 13:18:02 +0000 |
commit | 56ecf9c63bc9fdb95d7ff2020d4c75432a817db2 (patch) | |
tree | 5cef05a949158661b7ea77368d3131a001dab386 | |
parent | 71c4bedea522627b12ea609557ee5a8d4b4fb468 (diff) |
Bump jszip from 3.6.0 to 3.7.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.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/compare/v3.6.0...v3.7.1)
---
updated-dependencies:
- dependency-name: jszip
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index b13bb6a..a4da00e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "html-webpack-plugin": "4.5.2", "jest": "^27.2.2", "jsonwebtoken": "^8.5.1", - "jszip": "^3.2.2", + "jszip": "^3.7.0", "lanthan": "0.0.2", "prettier": "2.3.2", "prettier-eslint": "13.0.0", @@ -3856,10 +3856,10 @@ jsprim@^1.2.2: array-includes "^3.1.1" object.assign "^4.1.1" -jszip@^3.2.2: - version "3.6.0" - resolved "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz" - integrity sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ== +jszip@^3.2.2, jszip@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6" + integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw== dependencies: lie "~3.3.0" pako "~1.0.2" |