Skip to content

Commit 284e2e2

Browse files
committed
fix: frontend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent 86bc7dc commit 284e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular-builders/custom-webpack": "^15.0.0",
15+
"@angular-builders/custom-webpack": "^18.0.0",
1616
"@angular-devkit/build-angular": "^15.0.4",
1717
"@angular-material-extensions/password-strength": "^6.0.0",
1818
"@angular/animations": "^15.0.4",

0 commit comments

Comments
 (0)