mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Bump express and @types/express (#1337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7bee4f76d0
commit
84089e8ee3
2 changed files with 620 additions and 607 deletions
1223
asset-transfer-basic/rest-api-typescript/package-lock.json
generated
1223
asset-transfer-basic/rest-api-typescript/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -11,7 +11,7 @@
|
|||
"cors": "^2.8.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"env-var": "^7.0.1",
|
||||
"express": "^4.20.0",
|
||||
"express": "^5.1.0",
|
||||
"express-validator": "^6.12.0",
|
||||
"fabric-network": "^2.2.20",
|
||||
"helmet": "^4.6.0",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"devDependencies": {
|
||||
"@tsconfig/node12": "^12.1.0",
|
||||
"@types/cors": "^2.8.12",
|
||||
"@types/express": "^4.17.12",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/ioredis": "^4.26.4",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^12.20.55",
|
||||
|
|
|
|||
Loading…
Reference in a new issue