Skip to content

Commit 4897a1b

Browse files
degrade nest-form-data
1 parent 06bb4dd commit 4897a1b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

redisinsight/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"keytar": "^7.9.0",
8282
"lodash": "^4.17.20",
8383
"nest-winston": "^1.9.7",
84-
"nestjs-form-data": "^1.8.7",
84+
"nestjs-form-data": "~1.8.7",
8585
"node-version-compare": "^1.0.3",
8686
"quicktype-core": "^23.0.116",
8787
"redis": "^4.6.10",

redisinsight/api/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6370,12 +6370,13 @@ nest-winston@^1.9.7:
63706370
dependencies:
63716371
fast-safe-stringify "^2.1.1"
63726372

6373-
nestjs-form-data@^1.8.7:
6374-
version "1.9.91"
6375-
resolved "https://registry.yarnpkg.com/nestjs-form-data/-/nestjs-form-data-1.9.91.tgz#379812fb9b920cb505b50960433be38bc9bda72f"
6376-
integrity sha512-g9PDq97UjOoDFjYnhtc/N5HIwTWiyp1DDA9iYs8suSXZK7Z17UE+Hw8HsKH9l2TXlUGUY/BrvaiACFZ472CXuw==
6373+
nestjs-form-data@~1.8.7:
6374+
version "1.8.7"
6375+
resolved "https://registry.yarnpkg.com/nestjs-form-data/-/nestjs-form-data-1.8.7.tgz#ccdbc2060849e34018841bfba557de37ae64abdb"
6376+
integrity sha512-mk17APNXELILClea2nwffRrD/NK5Q6zulTJCzNPxwMWfWucHO2HD7Ftjwg2BVnwO27QgqILDLuaO6LEpP6Ng4w==
63776377
dependencies:
63786378
uid "^2.0.0"
6379+
append-field "^1.0.0"
63796380
busboy "^1.6.0"
63806381
concat-stream "^2.0.0"
63816382
file-type "^16.5.4"

0 commit comments

Comments
 (0)