arty-name / martian-cidr

Check if an IP address is from reserved subnet
MIT License
2 stars 1 forks source link

[Snyk] Upgrade: @babel/cli, @babel/node #11

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

: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.

Name Versions Released on
@babel/cli
from 7.10.1 to 7.10.3
1 version ahead of your current version a day ago
on 2020-06-19
@babel/node
from 7.10.1 to 7.10.3
1 version ahead of your current version a day ago
on 2020-06-19
Release notes
Package name: @babel/cli
  • 7.10.3 - 2020-06-19

    v7.10.3 (2020-06-19)

    Thanks @AjayPoshak, @jessethomson, @sajadtorkamani, @shaodahong and @wlawt for their first PRs!

    👓 Spec Compliance

    • babel-parser
      • #11676 Properly parse export default from when exportDefaultFrom is not enabled (@JLHwung)
    • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
      • #11662 refactor: do not rely on AST extra properties in plugins (@JLHwung)
    • babel-plugin-proposal-logical-assignment-operators
      • #11658 Perform NamedEvaluation of Anonymous Functions in Logical Assignment (@jridgewell)
    • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining

    🐛 Bug Fix

    • babel-parser, babel-plugin-transform-flow-comments
    • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties
    • babel-template
    • babel-types
      • #11687 improve node type definitions to avoid any's in generated types (@zxbodya)
    • babel-plugin-transform-react-pure-annotations
      • #11685 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (@jessethomson)
    • babel-parser
      • #11676 Properly parse export default from when exportDefaultFrom is not enabled (@JLHwung)
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods

    💅 Polish

    🏠 Internal

    Committers: 11

  • 7.10.1 - 2020-05-27

    v7.10.1 (2020-05-27)

    This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon.

    Thanks @saulosantiago for your first PR!

    🐛 Bug Fix

    • babel-preset-env
    • babel-standalone

    🏠 Internal

    Committers: 3

from @babel/cli GitHub release notes
Package name: @babel/node
  • 7.10.3 - 2020-06-19

    v7.10.3 (2020-06-19)

    Thanks @AjayPoshak, @jessethomson, @sajadtorkamani, @shaodahong and @wlawt for their first PRs!

    👓 Spec Compliance

    • babel-parser
      • #11676 Properly parse export default from when exportDefaultFrom is not enabled (@JLHwung)
    • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
      • #11662 refactor: do not rely on AST extra properties in plugins (@JLHwung)
    • babel-plugin-proposal-logical-assignment-operators
      • #11658 Perform NamedEvaluation of Anonymous Functions in Logical Assignment (@jridgewell)
    • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining

    🐛 Bug Fix

    • babel-parser, babel-plugin-transform-flow-comments
    • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties
    • babel-template
    • babel-types
      • #11687 improve node type definitions to avoid any's in generated types (@zxbodya)
    • babel-plugin-transform-react-pure-annotations
      • #11685 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (@jessethomson)
    • babel-parser
      • #11676 Properly parse export default from when exportDefaultFrom is not enabled (@JLHwung)
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods

    💅 Polish

    🏠 Internal

    Committers: 11

  • 7.10.1 - 2020-05-27

    v7.10.1 (2020-05-27)

    This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon.

    Thanks @saulosantiago for your first PR!

    🐛 Bug Fix

    • babel-preset-env
    • babel-standalone

    🏠 Internal

    Committers: 3

from @babel/node GitHub release notes
Commit messages
Package name: @babel/cli
  • 2787ee2 v7.10.3
  • 7cc8f8d Revert "chore: pin windows node.js version (#11522)" (#11730)
  • eea156b Migrate from "master" branch to "main" (#11715)
  • e498bee replace whitelist by allowlist in parser-tests (#11727)
  • fd3c769 [gitpod] Run "make watch" in a second terminal (#11718)
  • e15a5c7 Fix innercomments (#11697)
  • 183acba fix:added check for forXstatement pattern (#11703)
  • 3704728 Fix README markdown formatting [skip ci]
  • 1b95879 Setup Gitpod (#11704)
  • b27abd3 fix: add optional: false to MemberExpression (#11709)
  • 3fba971 Allow templates to parse v8intrinsics (#11695)
  • 36f9798 improve node type definitions to avoid any's in generated types (#11687)
  • 4108524 Update prettier to v2 (#11579)
  • 426acf3 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (#11685)
  • 9d289c1 Fix small typo (#11682)
  • 71d3527 Properly parse `export default from` when `exportDefaultFrom` is not enabled (#11676)
  • 3874470 Bump @babel/* deps (#11677)
  • c9da3bc refactor: do not rely on AST extra properties in plugins (#11662)
  • fdbbb57 chore: add npmignore to babel-helper-plugin-utils (#11674)
  • 8a98ec9 chore: output ascii only standalone minified bundle (#11672)
  • a3f0089 Infer names of anonymous functions in logical assignments (#11658)
  • 1440d97 update test fixture
  • 1e115ae fix: ensure (a?.b)() has proper this (#11623)
  • 3a3457d Fix some test fixtures (#11655)
Compare
Package name: @babel/node
  • 2787ee2 v7.10.3
  • 7cc8f8d Revert "chore: pin windows node.js version (#11522)" (#11730)
  • eea156b Migrate from "master" branch to "main" (#11715)
  • e498bee replace whitelist by allowlist in parser-tests (#11727)
  • fd3c769 [gitpod] Run "make watch" in a second terminal (#11718)
  • e15a5c7 Fix innercomments (#11697)
  • 183acba fix:added check for forXstatement pattern (#11703)
  • 3704728 Fix README markdown formatting [skip ci]
  • 1b95879 Setup Gitpod (#11704)
  • b27abd3 fix: add optional: false to MemberExpression (#11709)
  • 3fba971 Allow templates to parse v8intrinsics (#11695)
  • 36f9798 improve node type definitions to avoid any's in generated types (#11687)
  • 4108524 Update prettier to v2 (#11579)
  • 426acf3 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (#11685)
  • 9d289c1 Fix small typo (#11682)
  • 71d3527 Properly parse `export default from` when `exportDefaultFrom` is not enabled (#11676)
  • 3874470 Bump @babel/* deps (#11677)
  • c9da3bc refactor: do not rely on AST extra properties in plugins (#11662)
  • fdbbb57 chore: add npmignore to babel-helper-plugin-utils (#11674)
  • 8a98ec9 chore: output ascii only standalone minified bundle (#11672)
  • a3f0089 Infer names of anonymous functions in logical assignments (#11658)
  • 1440d97 update test fixture
  • 1e115ae fix: ensure (a?.b)() has proper this (#11623)
  • 3a3457d Fix some test fixtures (#11655)
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