Skip to content

Commit fd6a4ad

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-ANGULARCOMMON-14135651
1 parent ddb15d4 commit fd6a4ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 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
@@ -11,7 +11,7 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/animations": "^19.0.0",
14-
"@angular/common": "^19.0.0",
14+
"@angular/common": "^19.2.16",
1515
"@angular/compiler": "^19.0.0",
1616
"@angular/core": "^19.0.0",
1717
"@angular/forms": "^19.0.0",

0 commit comments

Comments
 (0)