Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 26, 2024
1 parent 05c7643 commit 694a86c
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 499 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"concurrently": "^6.5.1",
"copy-webpack-plugin": "^10.2.4",
"cypress": "^9.4.1",
"eslint": "^7.32.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.3",
Expand Down Expand Up @@ -71,6 +71,6 @@
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "4.7.4"
"webpack-dev-server": "4.8.0"
}
}
Loading

0 comments on commit 694a86c

Please sign in to comment.