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

Add resolution for NPM package lodash due to security vulnerability #951

Merged
merged 1 commit into from Jul 17, 2019

Conversation

radu-matei
Copy link
Contributor

@radu-matei radu-matei commented Jul 17, 2019

One of our dev dependencies (typedoc) has a dependency on lodash - https://github.com/TypeStrong/typedoc/blob/master/package.json#L37, which has a known vulnerability - lodash/lodash#4336

This PR adds a resolutions section in package.json, according to https://yarnpkg.com/lang/en/docs/selective-version-resolutions.

Since it's a dependency of a dev dependency, it means we don't actually ship this package in our worker image, but we should update it nonetheless.
When typedoc releases a new version, we could remove the manual resolution.

@netlify
Copy link

netlify bot commented Jul 17, 2019

Deploy preview for brigade-docs ready!

Built with commit 0162a8f

https://deploy-preview-951--brigade-docs.netlify.com

@radu-matei radu-matei merged commit 523ab2f into brigadecore:master Jul 17, 2019
@radu-matei radu-matei deleted the fix-lodash branch July 17, 2019 02:57
@radu-matei radu-matei added this to the 1.2 milestone Aug 5, 2019
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.

None yet

3 participants