Skip to content

Commit 354c8c9

Browse files
committed
fix: js zip dependency (VF-000) (#74)
<!-- You can erase any parts of this template not applicable to your Pull Request. --> **Fixes or implements VF-000** ### Brief description. What is this change? <!-- Notes regarding deployment the contained body of work. These should note any db migrations, etc. --> ### Related PRs <!-- List related PRs against other branches --> | branch | PR | | ------------------- | ----------- | | other_pr_production | [link](url) | | other_pr_master | [link](url) | ### Checklist - [ ] this is a breaking change and should publish a new major version - [ ] appropriate tests have been written
1 parent 1fdff22 commit 354c8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dotenv": "^10.0.0",
1919
"http-errors": "^2.0.0",
2020
"http-status": "^1.4.2",
21+
"jszip": "3.7.1",
2122
"lodash": "^4.17.11",
2223
"luxon": "^1.21.3",
2324
"rate-limiter-flexible": "^2.2.2",
@@ -55,7 +56,6 @@
5556
"express-validator": "^6.10.1",
5657
"fixpack": "^4.0.0",
5758
"husky": "^4.3.8",
58-
"jszip": "^3.7.1",
5959
"lint-staged": "12.2.2",
6060
"mocha": "9.1.4",
6161
"nyc": "^15.1.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4793,7 +4793,7 @@ jsx-ast-utils@^2.2.1:
47934793
array-includes "^3.1.2"
47944794
object.assign "^4.1.2"
47954795

4796-
jszip@^3.7.1:
4796+
47974797
version "3.7.1"
47984798
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
47994799
integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==

0 commit comments

Comments
 (0)