-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning / Errors when using Multer latest version #490
Warning / Errors when using Multer latest version #490
Comments
This is meant to deal with CVE-2022-24434 and should also fix devconcept#490.
@devconcept I changed manually the version needed "peerDependencies": {
|
Looks like this issue is caused by the non-standard semver naming scheme multer has chosen to employ:
Given that <1.4.5 is now considered insecure, bumping the dep version to =1.4.5-lts.1 would still be a good idea until the upstream(?) issue is resolved. |
Yes but how do you do that I changed it in the node_model folder but it won't recompile. |
Changing it in |
I mean why forking when there is already pull request here, please merge it |
Describe the bug
When using multer version ^1.4.5-lts.1 as well as the latest version of this plugin we get the following error
Environment
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
I'm using
multer-gridfs-storage
version "multer": "^1.4.5-lts.1",My installed MongoDb version is "mongodb": "^4.5.0",
I have Multer ^1.4.5-lts.1 installed to upload files
The Node version used to run the code is v17.9.0
I'm using Mongoose connection objects to create storage instances. The Mongoose version installed is ^6.3.5
To Reproduce
Create a project with this as your package.json
Expected behavior
no error or warnings.
The text was updated successfully, but these errors were encountered: