netlify-plugin-inline-functions-env
netlify-plugin-inline-functions-env copied to clipboard
[Snyk] Upgrade @babel/core from 7.12.10 to 7.16.0
Snyk has created this PR to upgrade @babel/core from 7.12.10 to 7.16.0.
:information_source: 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 22 versions ahead of your current version.
- The recommended version was released 22 days ago, on 2021-10-29.
The recommended version fixes:
Severity | Issue | PriorityScore (*) | Exploit Maturity |
---|---|---|---|
![]() |
Command Injection SNYK-JS-LODASH-1040724 |
467/1000 Why? Proof of Concept exploit, CVSS 7.2 |
Proof of Concept |
![]() |
Regular Expression Denial of Service (ReDoS) SNYK-JS-LODASH-1018905 |
467/1000 Why? Proof of Concept exploit, CVSS 7.2 |
Proof of Concept |
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @babel/core
-
7.16.0 - 2021-10-29
v7.16.0 (2021-10-30)
👓 Spec Compliancebabel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #13824 Await promises from sync iterators with
for-await
(@ nicolo-ribaudo)
- #13824 Await promises from sync iterators with
🚀 New Featurebabel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
- #13802 Support TypeScript 4.5 type-only import/export specifiers (@ sosukesuzuki)
babel-parser
babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-plugin-syntax-typescript
,babel-preset-typescript
- #13838 Handle
.mts
and.cts
files in@ babel/preset-typescript
(@ nicolo-ribaudo)
- #13838 Handle
- Other
- #13782 Add ESLint 8 support to
@ babel/eslint-parser
(@ nicolo-ribaudo)
- #13782 Add ESLint 8 support to
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
babel-compat-data
,babel-generator
,babel-parser
,babel-preset-env
,babel-types
- #13713 Enable class static blocks by default (@ sosukesuzuki)
babel-helper-skip-transparent-expression-wrappers
,babel-plugin-proposal-optional-chaining
- #13687 add
skipTransparentExprWrapperNodes
helper (@ lightmare)
- #13687 add
babel-traverse
,babel-types
- #13666 Add aliases for Standardized, TypeScript, and Flow (@ jridgewell)
🐛 Bug Fixbabel-parser
,babel-plugin-transform-typescript
- #13876 [ts] Support private methods overloads (@ nicolo-ribaudo)
babel-plugin-transform-typescript
- #13865 fix: allow enum member without initializer after non-literal member (@ lightmare)
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-transform-typescript
- #13854 Don't transform
declare class
in plugin-proposal-class-properties (@ forivall)
- #13854 Don't transform
babel-compat-data
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-traverse
babel-plugin-proposal-async-generator-functions
,babel-traverse
babel-traverse
,babel-types
babel-generator
- #13825 Fix missing inner comments in function expressions (@ overlookmotel)
🏠 Internal- Every package
- #13772 Use
workspace:^
to specify@ babel/
dependencies (@ nicolo-ribaudo)
- #13772 Use
- Other
- #13856 Update to Yarn 3.1 (@ nicolo-ribaudo)
- #13867 Test on Node.js 17 (@ nicolo-ribaudo)
babel-helper-fixtures
,babel-plugin-proposal-class-properties
,babel-plugin-transform-runtime
,babel-preset-react
- #13858 Force loading plugins/presets from the monorepo in tests (@ nicolo-ribaudo)
babel-types
- #13844 [ts] precise return type on
createTypeAnnotationBasedOnTypeof
(babel-types) (@ lightmare)
- #13844 [ts] precise return type on
babel-helpers
- #13841 minor: remove ineffectual helper names filter (@ lightmare)
babel-core
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-types
🏃♀️ Performancebabel-types
- #13843 Simplify (transpiled) babel-types builder wrappers (@ lightmare)
Committers: 9
- Babel Bot (@ babel-bot)
- Emily Marigold Klassen (@ forivall)
- Huáng Jùnliàng (@ JLHwung)
- J. S. Choi (@ js-choi)
- Justin Ridgewell (@ jridgewell)
- Mickey Rose (@ lightmare)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sosuke Suzuki (@ sosukesuzuki)
- @ overlookmotel
-
7.15.8 - 2021-10-06
v7.15.8 (2021-10-06)
Thanks @ julienw, @ NotWearingPants and @ shoonia for your first PRs!
👓 Spec Compliancebabel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
🐛 Bug Fixbabel-generator
- #13821 Fix missing inner comments in class expressions (@ overlookmotel)
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
- #13803 Collect comments around parentheses in expressions (@ nicolo-ribaudo)
babel-plugin-transform-typescript
💅 Polishbabel-core
babel-node
🏠 Internal- #13808 Update parser plugins for TypeScript tests (@ sosukesuzuki)
- #13795 Fix Gulpfile path separator issue on Windows (@ NotWearingPants)
🏃♀️ PerformanceCommitters: 10
- Alexander Zaytsev (@ shoonia)
- Babel Bot (@ babel-bot)
- Hirotaka Tagawa / wafuwafu13 (@ wafuwafu13)
- Huáng Jùnliàng (@ JLHwung)
- Julien Wajsberg (@ julienw)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Patrick Eriksson (@ paleite)
- Sosuke Suzuki (@ sosukesuzuki)
- @ NotWearingPants
- @ overlookmotel
-
7.15.5 - 2021-09-04
v7.15.5 (2021-09-04)
👓 Spec Compliancebabel-parser
- #13727 Disallow
#a in #b in c
and similar expressions (@ nicolo-ribaudo)
- #13727 Disallow
↩️ RevertCommitters: 3
- Babel Bot (@ babel-bot)
- Federico Ciardi (@ fedeci)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- 7.15.4 - 2021-09-02 Read more
- 7.15.0 - 2021-08-04
- 7.14.8 - 2021-07-20
- 7.14.6 - 2021-06-14
- 7.14.5 - 2021-06-09
- 7.14.3 - 2021-05-17
- 7.14.2 - 2021-05-12
- 7.14.0 - 2021-04-29
- 7.13.16 - 2021-04-20
- 7.13.15 - 2021-04-08
- 7.13.14 - 2021-03-29
- 7.13.13 - 2021-03-26
- 7.13.10 - 2021-03-08
- 7.13.8 - 2021-02-26
- 7.13.1 - 2021-02-23
- 7.13.0 - 2021-02-22
- 7.12.17 - 2021-02-18
- 7.12.16 - 2021-02-11
- 7.12.13 - 2021-02-03
- 7.12.10 - 2020-12-09
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:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs