[Snyk] Upgrade: @babel/cli, @babel/core, @babel/preset-env #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ 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.
from 7.13.10 to 7.13.14
on 2021-03-29
from 7.13.10 to 7.13.14
on 2021-03-29
from 7.13.10 to 7.13.12
on 2021-03-22
The recommended version fixes:
SNYK-JS-LODASH-1040724
Why? Proof of Concept exploit, CVSS 7.2
SNYK-JS-NODENOTIFIER-1035794
Why? Proof of Concept exploit, CVSS 7.2
SNYK-JS-LODASH-1018905
Why? Proof of Concept exploit, CVSS 7.2
SNYK-JS-HOSTEDGITINFO-1088355
Why? Proof of Concept exploit, CVSS 7.2
SNYK-JS-GLOBPARENT-1016905
Why? Proof of Concept exploit, CVSS 7.2
SNYK-JS-GLOBPARENT-1016905
Why? Proof of Concept exploit, CVSS 7.2
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @babel/cli
-
7.13.14 - 2021-03-29
- #13068 fix(core): make sure "clone-deep-browser" code path is used on browsers (@ charlessuh)
- Other
- #13066 add SHOW_CONFIG_FOR to template (@ hzoo)
- #13057 Remove lodash deps (@ hzoo)
- #13063 Only resolve
- Bogdan Savluk (@ zxbodya)
- Charles Suh (@ charlessuh)
- Henry Zhu (@ hzoo)
- Mark Banner (@ Standard8)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.13.10 - 2021-03-08
- #12967 Lazily initialize and cache constant JSX elements (@ nicolo-ribaudo)
- #12918 Ensure static private method init run before static property (@ JLHwung)
- #12707 Evaluate object and initializer when setting a private method (@ JLHwung)
- #12917 Class static private field destructure set (@ JLHwung)
- #12687 (ts) Raise syntax error for an abstract method that has body (@ sosukesuzuki)
- #12908 Fix
- Other
- #12956 Suggest using
- #12910 check descriptor before private field access (@ JLHwung)
- #12974 Capitalize design docs headings (@ MrBrain295)
- #12982 Optionally enable external-helpers in tests (@ jridgewell)
- Every package
- #12963 Avoid using CJS globals in internal source files (@ nicolo-ribaudo)
- #12795 [internal] Use the Node.js behavior for default imports (@ nicolo-ribaudo)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sosuke Suzuki (@ sosukesuzuki)
- @ MrBrain295
from @babel/cli GitHub release notesv7.13.14 (2021-03-29)
Thanks @ charlessuh for your first PR to Babel!
🐛 Bug Fix
babel-core🏠 Internal
babel-cli,babel-core,babel-helper-transform-fixture-test-runner,babel-register,babel-types🏃♀️ Performance
babel-corepackage.jsonwhen relative configs are enabled (@ nicolo-ribaudo)Committers: 5
v7.13.10 (2021-03-08)
Thanks @ MrBrain295 for your first PR!
🐛 Bug Fix
babel-plugin-transform-async-to-generator,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-jsxbabel-helper-create-class-features-plugin,babel-plugin-proposal-private-methodsbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methodsbabel-parserbabel-helper-compilation-targets,babel-preset-envesmodules: truewithout specified browsers (@ nicolo-ribaudo)💅 Polish
babel.config.jsonwhen linting dependencies (@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods📝 Documentation
🏠 Internal
babel-helper-fixturesbabel-helper-transform-fixture-test-runner,babel-highlight,babel-plugin-transform-runtime,babel-preset-envCommitters: 6
Package name: @babel/core
-
7.13.14 - 2021-03-29
- #13068 fix(core): make sure "clone-deep-browser" code path is used on browsers (@ charlessuh)
- Other
- #13066 add SHOW_CONFIG_FOR to template (@ hzoo)
- #13057 Remove lodash deps (@ hzoo)
- #13063 Only resolve
- Bogdan Savluk (@ zxbodya)
- Charles Suh (@ charlessuh)
- Henry Zhu (@ hzoo)
- Mark Banner (@ Standard8)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.13.13 - 2021-03-26
- #12441 Disallow await before exponential (@ JLHwung)
- #13031 Correctly handle relative
- #13028 Resolve
- #13054 fix: constant variables only enable constant react elements (@ cgood92)
- #13046 fix(types): add missing range for BaseNode (@ JounQin)
- #13037 fix: make babel-node spawned process bubble msg (@ lambertkevin)
- #12933 fix(ts): parenthesized assert and assign (@ fedeci)
- #12954 Do not bail on SHOW_CONFIG_FOR matches (@ JLHwung)
- #13021 Remove lodash sortBy use (@ jridgewell)
- Other
- #13055 Replace CircleCI badge by GitHub CI (@ JLHwung)
- #13044 Expand type definitions for path.{get,set}Data to cover symbols (@ addaleax)
- #13040 Set
- Anna Henningsen (@ addaleax)
- Clint Goodman (@ cgood92)
- Federico Ciardi (@ fedeci)
- Huáng Jùnliàng (@ JLHwung)
- JounQin (@ JounQin)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ lambertkevin
-
7.13.10 - 2021-03-08
- #12967 Lazily initialize and cache constant JSX elements (@ nicolo-ribaudo)
- #12918 Ensure static private method init run before static property (@ JLHwung)
- #12707 Evaluate object and initializer when setting a private method (@ JLHwung)
- #12917 Class static private field destructure set (@ JLHwung)
- #12687 (ts) Raise syntax error for an abstract method that has body (@ sosukesuzuki)
- #12908 Fix
- Other
- #12956 Suggest using
- #12910 check descriptor before private field access (@ JLHwung)
- #12974 Capitalize design docs headings (@ MrBrain295)
- #12982 Optionally enable external-helpers in tests (@ jridgewell)
- Every package
- #12963 Avoid using CJS globals in internal source files (@ nicolo-ribaudo)
- #12795 [internal] Use the Node.js behavior for default imports (@ nicolo-ribaudo)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sosuke Suzuki (@ sosukesuzuki)
- @ MrBrain295
from @babel/core GitHub release notesv7.13.14 (2021-03-29)
Thanks @ charlessuh for your first PR to Babel!
🐛 Bug Fix
babel-core🏠 Internal
babel-cli,babel-core,babel-helper-transform-fixture-test-runner,babel-register,babel-types🏃♀️ Performance
babel-corepackage.jsonwhen relative configs are enabled (@ nicolo-ribaudo)Committers: 5
v7.13.13 (2021-03-26)
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-corebrowserslistConfigFilepaths (@ nicolo-ribaudo)babel-core,babel-preset-env.browserslistrcas a project-wide file (@ nicolo-ribaudo)babel-plugin-transform-react-constant-elementsbabel-typesbabel-nodebabel-parser💅 Polish
babel-cli,babel-core🏠 Internal
babel-corebabel-traverse🏃♀️ Performance
babel-corerootMode: "root"inloadPartialConfig(@ nicolo-ribaudo)Committers: 8
v7.13.10 (2021-03-08)
Thanks @ MrBrain295 for your first PR!
🐛 Bug Fix
babel-plugin-transform-async-to-generator,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-jsxbabel-helper-create-class-features-plugin,babel-plugin-proposal-private-methodsbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methodsbabel-parserbabel-helper-compilation-targets,babel-preset-envesmodules: truewithout specified browsers (@ nicolo-ribaudo)💅 Polish
babel.config.jsonwhen linting dependencies (@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods📝 Documentation
🏠 Internal
babel-helper-fixturesbabel-helper-transform-fixture-test-runner,babel-highlight,babel-plugin-transform-runtime,babel-preset-envCommitters: 6
Package name: @babel/preset-env
-
7.13.12 - 2021-03-22
-
7.13.10 - 2021-03-08
from @babel/preset-env GitHub release notesRead more
Read more
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