Skip to content

Commit

Permalink
fix: modules/web-ui/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-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
  • Loading branch information
snyk-bot committed Nov 25, 2023
1 parent 56897fa commit 17239a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"typescript": "^4.1.3",
"dotenv-webpack": "^6.0.4",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.18.0",
"webpack-cli": "^3.3.12",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.7.3"
},
"devDependencies": {
Expand Down

0 comments on commit 17239a7

Please sign in to comment.