From 9b59d060d12c08ad617b1cafc22fe21131a20014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:30:32 +0000 Subject: [PATCH] build(deps-dev): bump @babel/cli from 7.22.5 to 7.22.9 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.5 to 7.22.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.22.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] --- packages/webpack-plugin/package-lock.json | 6 +++--- packages/webpack-plugin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/webpack-plugin/package-lock.json b/packages/webpack-plugin/package-lock.json index cd2203f771..a3cd36b327 100644 --- a/packages/webpack-plugin/package-lock.json +++ b/packages/webpack-plugin/package-lock.json @@ -15,9 +15,9 @@ } }, "@babel/cli": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.5.tgz", - "integrity": "sha512-N5d7MjzwsQ2wppwjhrsicVDhJSqF9labEP/swYiHhio4Ca2XjEehpgPmerjnLQl7BPE59BLud0PTWGYwqFl/cQ==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz", + "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index cb7362e746..bf3e2ddbce 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.0" }, "devDependencies": { - "@babel/cli": "7.22.5", + "@babel/cli": "7.22.9", "@babel/core": "7.22.9", "@babel/preset-env": "7.22.9", "@types/jest": "29.5.2",