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

Update babel to 7.12.13 to fix __proto__ #7763

Merged
merged 2 commits into from Feb 4, 2021

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Feb 4, 2021

Refs: babel/babel#12693

As this repo uses loose transforms, Babel < 7.12.13 produces code that hits __proto__ and doesn't work in hardened environments where it has been disabled.

Updating to ^7.12.13 fixes this issue.

Al alternative solution would be to disable loose mode (but that would generate bigger code).

@timdorr
Copy link
Member

timdorr commented Feb 4, 2021

Thanks!

@timdorr timdorr merged commit 346153e into remix-run:master Feb 4, 2021
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