Skip to content

Commit 3276026

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 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 86bc7dc commit 3276026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular-builders/custom-webpack": "^15.0.0",
16-
"@angular-devkit/build-angular": "^15.0.4",
15+
"@angular-builders/custom-webpack": "^17.0.0",
16+
"@angular-devkit/build-angular": "^20.0.0",
1717
"@angular-material-extensions/password-strength": "^6.0.0",
1818
"@angular/animations": "^15.0.4",
1919
"@angular/cdk": "^14.0.4",

0 commit comments

Comments
 (0)