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/core, @babel/plugin-transform-runtime, @babel/preset-env #133

Closed

Conversation

NicolasOmar
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


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.

Name Versions Released on
@babel/core
from 7.23.0 to 7.23.2
1 version ahead of your current version 23 days ago
on 2023-10-12
@babel/plugin-transform-runtime
from 7.22.15 to 7.23.2
1 version ahead of your current version 23 days ago
on 2023-10-11
@babel/preset-env
from 7.22.20 to 7.23.2
1 version ahead of your current version 23 days ago
on 2023-10-11

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
536/1000
Why? Recently disclosed, CVSS 9.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: @babel/core
  • 7.23.2 - 2023-10-12

    v@babel/[email protected]

  • 7.23.0 - 2023-09-25

    v7.23.0 (2023-09-25)

    Thanks @ lorenzoferre and @ RajShukla1 for your first PRs!

    🚀 New Feature

    • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
    • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
    • babel-generator, babel-parser, babel-types
    • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
    • babel-standalone
    • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
    • babel-helpers, babel-plugin-proposal-decorators
    • babel-traverse, babel-types
    • babel-preset-typescript
    • babel-parser

    🐛 Bug Fix

    • babel-plugin-transform-block-scoping
      • #15962 fix: transform-block-scoping captures the variables of the method in the loop (@ liuxingbaoyu)

    💅 Polish

    • babel-traverse
    • babel-plugin-proposal-explicit-resource-management

    🔬 Output optimization

    • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

    Committers: 7

from @babel/core GitHub release notes
Package name: @babel/plugin-transform-runtime from @babel/plugin-transform-runtime GitHub release notes
Package name: @babel/preset-env
  • 7.23.2 - 2023-10-11

    v@babel/[email protected]

  • 7.22.20 - 2023-09-16

    v7.22.20 (2023-09-16)

    🏠 Internal

    • babel-helper-validator-identifier
    • babel-plugin-transform-dotall-regex

    ↩️ Revert

    • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

    Committers: 3

from @babel/preset-env GitHub release notes

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 has created this PR to upgrade:
  - @babel/core from 7.23.0 to 7.23.2.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/plugin-transform-runtime from 7.22.15 to 7.23.2.
    See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime
  - @babel/preset-env from 7.22.20 to 7.23.2.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env

See this project in Snyk:
https://app.snyk.io/org/nicolasomar/project/60ec4060-af9f-4cb0-a535-c6629264064b?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sonarcloud bot commented Nov 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a4d3523) 81.63% compared to head (4fdbce3) 81.63%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   81.63%   81.63%           
=======================================
  Files          10       10           
  Lines         196      196           
  Branches       49       49           
=======================================
  Hits          160      160           
  Misses         36       36           
Flag Coverage Δ
unittests 81.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NicolasOmar
Copy link
Owner Author

Solved in #146

@NicolasOmar NicolasOmar deleted the snyk-upgrade-226dada4b30e77422ac8380721f07985 branch January 22, 2024 05:13
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.

2 participants