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-ANGULARCOMMON-14135651
This commit is contained in:
parent
d669a3fccf
commit
b65328d298
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"@angular/animations": "^14.1.0",
|
||||
"@angular/cdk": "^14.2.0",
|
||||
"@angular/common": "^14.1.0",
|
||||
"@angular/common": "^19.2.16",
|
||||
"@angular/compiler": "^14.1.0",
|
||||
"@angular/core": "^14.1.0",
|
||||
"@angular/forms": "^14.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue