Skip to content

Commit e75278b

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

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

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

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

0 commit comments

Comments
 (0)