Skip to content

Commit efb50c4

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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
1 parent dd17760 commit efb50c4

File tree

2 files changed

+22
-27
lines changed

2 files changed

+22
-27
lines changed

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

Lines changed: 20 additions & 25 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@angular/animations": "^15.0.3",
1515
"@angular/common": "^15.0.3",
16-
"@angular/compiler": "^15.0.3",
17-
"@angular/core": "^15.0.3",
16+
"@angular/compiler": "^19.2.18",
17+
"@angular/core": "^19.2.18",
1818
"@angular/forms": "^15.0.3",
1919
"@angular/platform-browser": "^15.0.3",
2020
"@angular/platform-browser-dynamic": "^15.0.3",

0 commit comments

Comments
 (0)