Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent c5fc2ea commit 5d63d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@cypress/webpack-preprocessor": "^4.1.5",
"@types/node": "^12.19.3",
"cypress-commands": "^1.1.0",
"cypress-visual-regression": "^1.5.2",
"cypress-visual-regression": "^1.5.6",
"diff": "^4.0.1",
"mocha": "^8.2.1",
"mochawesome": "^4.1.0",
Expand All @@ -168,7 +168,7 @@
"tsify": "^4.0.2",
"tunnel-ssh": "4.1.4",
"unzipper": "^0.10.11",
"webpack": "^4.44.2"
"webpack": "^5.1.1"
},
"standard": {
"env": [
Expand Down

0 comments on commit 5d63d8e

Please sign in to comment.