Skip to content

Commit 16c0283

Browse files
committed
fix: exercises/udacity-c2-frontend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
1 parent a7f4f03 commit 16c0283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/udacity-c2-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/common": "^7.2.15",
16+
"@angular/common": "^19.2.16",
1717
"@angular/core": "^7.2.15",
1818
"@angular/forms": "^7.2.15",
1919
"@angular/http": "^7.2.15",

0 commit comments

Comments
 (0)