Skip to content

Commit d6c2b1a

Browse files
committed
fix: samples/client/petstore/typescript-angular-v19/package.json & samples/client/petstore/typescript-angular-v19/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-15353393
1 parent ddb15d4 commit d6c2b1a

File tree

2 files changed

+117
-104
lines changed

2 files changed

+117
-104
lines changed

samples/client/petstore/typescript-angular-v19/package-lock.json

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

samples/client/petstore/typescript-angular-v19/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/animations": "^19.0.0",
1414
"@angular/common": "^19.0.0",
1515
"@angular/compiler": "^19.0.0",
16-
"@angular/core": "^19.0.0",
16+
"@angular/core": "^19.2.19",
1717
"@angular/forms": "^19.0.0",
1818
"@angular/platform-browser": "^19.0.0",
1919
"@angular/platform-browser-dynamic": "^19.0.0",

0 commit comments

Comments
 (0)