Skip to content

Commit 0d9c7ad

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-ANGULARCOMPILER-14157154
1 parent ddb15d4 commit 0d9c7ad

File tree

2 files changed

+117
-112
lines changed

2 files changed

+117
-112
lines changed

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

Lines changed: 116 additions & 111 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
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@angular/animations": "^19.0.0",
1414
"@angular/common": "^19.0.0",
15-
"@angular/compiler": "^19.0.0",
15+
"@angular/compiler": "^19.2.17",
1616
"@angular/core": "^19.0.0",
1717
"@angular/forms": "^19.0.0",
1818
"@angular/platform-browser": "^19.0.0",

0 commit comments

Comments
 (0)