From 0c307b43460fb58d9e1f5484f5b5309c9e9471ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 20:51:36 -0400 Subject: [PATCH] Bump @babel/cli from 7.21.5 to 7.22.5 (#1478) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.21.5 to 7.22.5.
Release notes

Sourced from @​babel/cli's releases.

v7.22.5 (2023-06-08)

:bug: Bug Fix

:nail_care: Polish

Committers: 4

v7.22.4 (2023-05-29)

:bug: Bug Fix

:house: Internal

Committers: 3

v7.22.3 (2023-05-27)

v7.22.2 (2023-05-26)

:bug: Bug Fix

Committers: 1

v7.22.1 (2023-05-26)

:bug: Bug Fix

... (truncated)

Changelog

Sourced from @​babel/cli's changelog.

v7.22.5 (2023-06-08)

:bug: Bug Fix

:nail_care: Polish

v7.22.4 (2023-05-29)

:bug: Bug Fix

:house: Internal

v7.22.3 (2023-05-27)

v7.22.2 (2023-05-26)

:bug: Bug Fix

v7.22.1 (2023-05-26)

:bug: Bug Fix

v7.22.0 (2023-05-26)

:rocket: New Feature

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/cli&package-manager=npm_and_yarn&previous-version=7.21.5&new-version=7.22.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/plexus/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plexus/package.json b/packages/plexus/package.json index 75ad178487..4658972983 100644 --- a/packages/plexus/package.json +++ b/packages/plexus/package.json @@ -14,7 +14,7 @@ "directory": "packages/plexus" }, "devDependencies": { - "@babel/cli": "7.21.5", + "@babel/cli": "7.22.5", "@babel/core": "7.22.5", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-syntax-dynamic-import": "7.8.3", diff --git a/yarn.lock b/yarn.lock index bd1869d56b..f3dfb7d43b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,10 +43,10 @@ resolved "https://registry.yarnpkg.com/@ant-design/icons/-/icons-2.1.1.tgz#7b9c08dffd4f5d41db667d9dbe5e0107d0bd9a4a" integrity sha512-jCH+k2Vjlno4YWl6g535nHR09PwCEmTBKAG6VqF+rhkrSPRLfgpU2maagwbZPLjaHuU5Jd1DFQ2KJpQuI6uG8w== -"@babel/cli@7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.5.tgz#a685a5b50b785f2edfbf6e042c1265c653547d9d" - integrity sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g== +"@babel/cli@7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.5.tgz#eb323bd69f50297792c2b7c205a97306a305d703" + integrity sha512-N5d7MjzwsQ2wppwjhrsicVDhJSqF9labEP/swYiHhio4Ca2XjEehpgPmerjnLQl7BPE59BLud0PTWGYwqFl/cQ== dependencies: "@jridgewell/trace-mapping" "^0.3.17" commander "^4.0.1"