Skip to content

Commit 7ed8b88

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-ANGULARCOMMON-14135651
1 parent ddb15d4 commit 7ed8b88

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

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

Lines changed: 10 additions & 9 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
@@ -12,7 +12,7 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "^13.3.4",
15-
"@angular/common": "^13.3.4",
15+
"@angular/common": "^19.2.16",
1616
"@angular/compiler": "^13.3.4",
1717
"@angular/core": "^13.3.4",
1818
"@angular/forms": "^13.3.4",

0 commit comments

Comments
 (0)