diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 13:34:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 13:34:42 +0000 |
commit | c9fe790489473998ba07348c3e16c64f01f1b7fa (patch) | |
tree | 3d8cb8c2b3f4b3d2c2bd1bd03c52dc72cebc27d4 /package.json | |
parent | 4d3ba6a8d3d6b5a59c237b82fcb0e2fc9336365a (diff) | |
parent | 56ecf9c63bc9fdb95d7ff2020d4c75432a817db2 (diff) |
Merge pull request #1275 from ueokande/dependabot/npm_and_yarn/jszip-3.7.1
Bump jszip from 3.6.0 to 3.7.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4e7a49b..da039cb 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", |