Skip to content

Commit 47822bf

Browse files
committed
fix: samples/client/others/typescript-angular/package.json & samples/client/others/typescript-angular/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
1 parent ddb15d4 commit 47822bf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

samples/client/others/typescript-angular/package-lock.json

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

samples/client/others/typescript-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"dependencies": {
99
"@angular/animations": "^17.0.0",
10-
"@angular/common": "^17.0.0",
10+
"@angular/common": "^19.2.16",
1111
"@angular/compiler": "^17.0.0",
1212
"@angular/core": "^17.0.0",
1313
"@angular/platform-browser": "^17.0.0",

0 commit comments

Comments
 (0)