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

[Chores] Fixed security vulnerabilities and added new factories #1294

Merged
merged 7 commits into from
Oct 14, 2020

Conversation

macrigiuseppe
Copy link
Collaborator

No description provided.

Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
… file

Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
@macrigiuseppe macrigiuseppe changed the title Refactor chores [Chores] Added export-utils tests. Created LayerTypeSelectorFactory and ColumnSelectorFactory. Fixed security vulnerabilities" Oct 13, 2020
@macrigiuseppe macrigiuseppe changed the title [Chores] Added export-utils tests. Created LayerTypeSelectorFactory and ColumnSelectorFactory. Fixed security vulnerabilities" [Chores] Fixed security vulnerabilities and added new factories Oct 13, 2020
package.json Outdated
"lodash": "4.17.19",
"minimist": "1.2.3",
"node-fetch": "^2.6.1",
"tough-cookie": "^2.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The suggested resolution is to fix version to 2.3.0

@@ -103,7 +103,7 @@ const DropdownListWrapper = styled.div`
`;

function LayerTypeListItemFactory() {
const LayerTypeListItem = ({value, isTile}) => (
return ({value, isTile}) => (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will probably hahve the missing displayName error without the const LayerTypeListItem= it's also better for React devTools if we keep the declaration

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i will update this one

Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
@macrigiuseppe
Copy link
Collaborator Author

macrigiuseppe commented Oct 14, 2020

just to double-check, did you run yarn after updated the resolution?
I can still see multiple version kind-of in yarn.lock
Screen Shot 2020-10-14 at 8 16 57 AM

Yeah i did. I re-ran and no differences. let me try to force push it again

@macrigiuseppe
Copy link
Collaborator Author

macrigiuseppe commented Oct 14, 2020

Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
@macrigiuseppe macrigiuseppe merged commit 9a13ce6 into master Oct 14, 2020
@delete-merged-branch delete-merged-branch bot deleted the refactor_chores branch October 14, 2020 19:09
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

2 participants