Skip to content
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

fix(deps): busboy and dicer security vulnerability in dependencies #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sunnz
Copy link

@sunnz sunnz commented Nov 25, 2022

bump multer version from 1.4.2 to 1.4.5-lts.1 to remove dicer
vulnerability: GHSA-wm7h-9275-46v2

to fully remove busboy and dicer you still need to update typescript-rest-ioc dependencies with a new version of typescript-rest, but it needs to be removed in typescript-rest first.

dependencies before this patch:

[email protected] ~/typescript-rest
└─┬ [email protected]
  └─┬ [email protected]
    └── [email protected]

dependencies after this patch:

[email protected] ~/typescript-rest
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected]

bump multer version from 1.4.2 to 1.4.5-lts.1 to remove dicer
vulnerability: GHSA-wm7h-9275-46v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant