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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
This commit is contained in:
parent
d669a3fccf
commit
5b7fdf221d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
"@angular/animations": "^14.1.0",
|
"@angular/animations": "^14.1.0",
|
||||||
"@angular/cdk": "^14.2.0",
|
"@angular/cdk": "^14.2.0",
|
||||||
"@angular/common": "^14.1.0",
|
"@angular/common": "^14.1.0",
|
||||||
"@angular/compiler": "^14.1.0",
|
"@angular/compiler": "^19.2.18",
|
||||||
"@angular/core": "^14.1.0",
|
"@angular/core": "^19.2.18",
|
||||||
"@angular/forms": "^14.1.0",
|
"@angular/forms": "^14.1.0",
|
||||||
"@angular/material": "^14.2.0",
|
"@angular/material": "^14.2.0",
|
||||||
"@angular/platform-browser": "^14.1.0",
|
"@angular/platform-browser": "^14.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue