From eac7c33700dea97fb51fcd4c3cc9f9f99af4a3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:12:48 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/cli from 7.25.6 to 7.25.9 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.25.6 to 7.25.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 614d1d6a5..8580b1408 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "url": "https://github.com/WTTJ/welcome-ui/issues" }, "devDependencies": { - "@babel/cli": "7.25.6", + "@babel/cli": "7.25.9", "@babel/core": "7.25.2", "@babel/eslint-parser": "^7.25.1", "@babel/plugin-proposal-class-properties": "7.18.6", diff --git a/yarn.lock b/yarn.lock index 9e0edc89c..6c11158a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -189,10 +189,10 @@ dependencies: "@ariakit/react-core" "0.4.3" -"@babel/cli@7.25.6": - version "7.25.6" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.6.tgz#bc35561adc78ade43ac9c09a690768493ab9ed95" - integrity sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA== +"@babel/cli@7.25.9": + version "7.25.9" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.9.tgz#51036166fd0e9cfb26eee1b9ddc264a0d6d5f843" + integrity sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q== dependencies: "@jridgewell/trace-mapping" "^0.3.25" commander "^6.2.0"