Skip to content

Commit 890af4e

Browse files
committed
fix: samples/client/petstore/typescript-angular-v15-provided-in-root/package.json & samples/client/petstore/typescript-angular-v15-provided-in-root/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 890af4e

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

samples/client/petstore/typescript-angular-v15-provided-in-root/package-lock.json

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

samples/client/petstore/typescript-angular-v15-provided-in-root/package.json

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

0 commit comments

Comments
 (0)