diff --git a/workspaces/api/package.json b/workspaces/api/package.json index 39d6e105..d4def5eb 100644 --- a/workspaces/api/package.json +++ b/workspaces/api/package.json @@ -43,7 +43,7 @@ "@nestjs/schematics": "10.1.3", "@nestjs/testing": "10.3.10", "@types/express": "4.17.21", - "@types/multer": "1.4.11", + "@types/multer": "1.4.12", "@types/node": "20.17.12", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", diff --git a/yarn.lock b/yarn.lock index 35b18c13..2172c958 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2114,10 +2114,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/multer@1.4.11": - version "1.4.11" - resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.11.tgz#c70792670513b4af1159a2b60bf48cc932af55c5" - integrity sha512-svK240gr6LVWvv3YGyhLlA+6LRRWA4mnGIU7RcNmgjBYFl6665wcXrRfxGp5tEPVHUNm5FMcmq7too9bxCwX/w== +"@types/multer@1.4.12": + version "1.4.12" + resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.12.tgz#da67bd0c809f3a63fe097c458c0d4af1fea50ab7" + integrity sha512-pQ2hoqvXiJt2FP9WQVLPRO+AmiIm/ZYkavPlIQnx282u4ZrVdztx0pkh3jjpQt0Kz+YI0YhSG264y08UJKoUQg== dependencies: "@types/express" "*"