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

[Snyk] Upgrade babel-eslint from 10.0.3 to 10.1.0 #40

Merged
merged 2 commits into from
Mar 12, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade babel-eslint from 10.0.3 to 10.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 13 days ago, on 2020-02-26.

The recommended version fixes:

Severity Issue Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
No Known Exploit
Release notes
Package name: babel-eslint
  • 10.1.0 - 2020-02-26

    10.1.0

  • 10.0.3 - 2019-08-25

    Fixes #791, also eslint/eslint#12117

    Some context: #793 (comment)

    We ended up going with @JLHwung's PR #794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

    babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

from babel-eslint GitHub release notes
Commit messages
Package name: babel-eslint
  • 4bd049e 10.1.0
  • 2c754a8 Update Babel to ^7.7.0 and enable Flow enums parsing (#812)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

[//]: # (snyk:metadata:{"dependencies":[{"name":"babel-eslint","from":"10.0.3","to":"10.1.0"}],"packageManager":"npm","type":"auto","projectUrl":"https://app.snyk.io/org/skyscanner/project/9360bf56-7683-431d-8912-ca31594f1e41?utm_source=github&utm_medium=upgrade-pr","projectPublicId":"9360bf56-7683-431d-8912-ca31594f1e41","env":"prod","prType":"upgrade","vulns":["SNYK-JS-ACORN-559469"],"issuesToFix":[{"issueId":"SNYK-JS-ACORN-559469","severity":"high","title":"Regular Expression Denial of Service (ReDoS)","exploitMaturity":"no-known-exploit"}],"upgrade":["SNYK-JS-ACORN-559469"],"upgradeInfo":{"versionsDiff":1,"publishedDate":"2020-02-26T00:13:23.677Z"},"templateVariants":[],"hasFixes":true,"isMajorUpgrade":false,"isBreakingChange":false})

@olliecurtis olliecurtis self-assigned this Mar 10, 2020
@olliecurtis olliecurtis force-pushed the snyk-upgrade-7c3874c4e3d806ff0d956f1b5a5356f2 branch from f04c8ff to b78d445 Compare March 12, 2020 10:56
@olliecurtis olliecurtis force-pushed the snyk-upgrade-7c3874c4e3d806ff0d956f1b5a5356f2 branch from b78d445 to dbb402b Compare March 12, 2020 10:57
@olliecurtis olliecurtis merged commit 5a89370 into master Mar 12, 2020
@olliecurtis olliecurtis deleted the snyk-upgrade-7c3874c4e3d806ff0d956f1b5a5356f2 branch March 12, 2020 11:03
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.

ESLint 6.2.0 + babel-eslint + no-unused-vars false positive with for-in loop
2 participants