Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix security issues #639

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Fix security issues #639

merged 1 commit into from
Jan 15, 2020

Conversation

jlamarr22
Copy link
Contributor

Change Description

Fix security issues on for release

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

"webpack-cli": "3.2.3"
},
"resolutions": {
"braces": "^2.3.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is an issue with upgrading to jest version 24. Tests break around TextEncoder/TextDecoder (seems like versioning of some sort), so this is the easiest way to fix this for now.

Copy link
Contributor Author

@jlamarr22 jlamarr22 Jan 3, 2020

Choose a reason for hiding this comment

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

Removing text-encoding package fixes this, but causes test issues.

@jlamarr22 jlamarr22 changed the base branch from v20.0 to develop January 3, 2020 16:04
@jlamarr22 jlamarr22 changed the base branch from develop to v20.0 January 3, 2020 16:04
lock

lockfile

Stop gap. Need to update jest, but causing error due to Buffer

Update

Fix without resolutions

Remove textdecoder

Revert
@bradlhart bradlhart merged commit 8935e3a into v20.0 Jan 15, 2020
@bradlhart bradlhart deleted the security-audit branch January 15, 2020 20:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants