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(security): addresses vulnerability identified by snyk #1540

Merged
merged 4 commits into from
Aug 24, 2022

Conversation

ju-Skinner
Copy link
Collaborator

Jira Ticket

https://kajabi.atlassian.net/browse/SAGE-421

Description

there was a security concern with the previous lodash version we were using. Needed to upgrade @babel/preset-env
to resolve

@ju-Skinner ju-Skinner force-pushed the SAGE-421/snyk-lodash-vulnerability branch from 50728d1 to be1388c Compare August 22, 2022 14:23
@ju-Skinner ju-Skinner force-pushed the SAGE-421/snyk-lodash-vulnerability branch from be1388c to 1e1e551 Compare August 22, 2022 14:46
@ju-Skinner
Copy link
Collaborator Author

@Kajabi/ux-devs I asked you for your review here due to the changes in this commit. I had to fix the lint errors caused by the previous commit to override path-parse

@@ -61,7 +61,7 @@ export const MultipleRadios = (args) => {
<Radio
{...args}
id={`check-${i}`}
key={i.toString()}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -148,7 +148,7 @@ Description.propTypes = {
className: PropTypes.string,
items: PropTypes.arrayOf(PropTypes.shape({
action: PropTypes.shape({
attributes: PropTypes.objectOf(PropTypes.object),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@@ -95,7 +95,7 @@ export const Carousel = ({
disabled={arrowNextDisabled}
icon="caret-right"
id="next"
onClickCallback={handleNextArrowClick}
Copy link
Collaborator Author

@ju-Skinner ju-Skinner Aug 22, 2022

Choose a reason for hiding this comment

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

@Mark-Miller-Kajabi
Copy link
Contributor

LGTM.

@ju-Skinner ju-Skinner merged commit 4a0bf65 into develop Aug 24, 2022
@monicawheeler monicawheeler deleted the SAGE-421/snyk-lodash-vulnerability branch December 6, 2022 15:14
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.

4 participants