Skip to content

Commit dbb6464

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

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

samples/client/petstore/typescript-angular-v16-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-v16-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": "^16.1.2",
1515
"@angular/common": "^16.1.2",
16-
"@angular/compiler": "^16.1.2",
16+
"@angular/compiler": "^19.2.17",
1717
"@angular/core": "^16.1.2",
1818
"@angular/forms": "^16.1.2",
1919
"@angular/platform-browser": "^16.1.2",

0 commit comments

Comments
 (0)