From 05e26be585942875e7cc3e21011cc9c1903527b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:09:28 +0200 Subject: [PATCH] Bump @babel/cli from 7.17.10 to 7.18.9 (#1075) Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.10 to 7.18.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.18.9/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2801dd956..0e4e29aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "whatwg-fetch": "^3.6.2" }, "devDependencies": { - "@babel/cli": "^7.8.4", + "@babel/cli": "^7.18.9", "@babel/core": "^7.18.5", "@babel/eslint-parser": "^7.16.3", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -185,9 +185,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.10.tgz", - "integrity": "sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.18.9.tgz", + "integrity": "sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.8", @@ -23575,9 +23575,9 @@ } }, "@babel/cli": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.17.10.tgz", - "integrity": "sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.18.9.tgz", + "integrity": "sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.8", diff --git a/package.json b/package.json index 612f98b97..e3dd647f6 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "whatwg-fetch": "^3.6.2" }, "devDependencies": { - "@babel/cli": "^7.8.4", + "@babel/cli": "^7.18.9", "@babel/core": "^7.18.5", "@babel/eslint-parser": "^7.16.3", "@babel/plugin-proposal-class-properties": "^7.12.1",