Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Feb 29, 2024
commit 5a93a79b77ab29d83f7f65801099d2d87fea5af0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
"pageSetup"
],
"dependencies": {
"archiver": "^3.0.0",
"archiver": "^7.0.0",
"dayjs": "^1.8.15",
"fast-csv": "^3.4.0",
"jszip": "^3.1.5",
"proxyquire": "^2.1.3",
"saxes": "5.0.0-rc.2",
"tmp": "^0.1.0",
"tmp": "^0.2.2",
"unzipper": "^0.9.12",
"uuid": "^3.3.3"
},
Expand Down