mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
fix: full-stack-asset-transfer-guide/applications/frontend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
This commit is contained in:
parent
d669a3fccf
commit
b8ecb46aed
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"@angular/animations": "^14.1.0",
|
||||
"@angular/cdk": "^14.2.0",
|
||||
"@angular/common": "^14.1.0",
|
||||
"@angular/compiler": "^14.1.0",
|
||||
"@angular/compiler": "^19.2.17",
|
||||
"@angular/core": "^14.1.0",
|
||||
"@angular/forms": "^14.1.0",
|
||||
"@angular/material": "^14.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue