Skip to content

Commit c335415

Browse files
committed
fix: examples/user-management/angular-user-management/package.json & examples/user-management/angular-user-management/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
1 parent 9e0e4f6 commit c335415

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

examples/user-management/angular-user-management/package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/user-management/angular-user-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/animations": "^14.2.0",
14-
"@angular/common": "^14.2.0",
14+
"@angular/common": "^19.2.16",
1515
"@angular/compiler": "^14.2.0",
1616
"@angular/core": "^14.2.0",
1717
"@angular/forms": "^14.2.0",

0 commit comments

Comments
 (0)