From 2a9269201b469790ee5201bd56089730f697bfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:50:40 +0000 Subject: [PATCH] build(deps-dev): bump @babel/cli from 7.22.9 to 7.22.10 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.9 to 7.22.10. - [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.10/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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df783d57b..31e6320662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@db-ui/base": "^0.22.2" }, "devDependencies": { - "@babel/cli": "^7.22.9", + "@babel/cli": "^7.22.10", "@babel/preset-env": "^7.22.9", "@commitlint/cli": "^17.6.7", "@commitlint/config-conventional": "^17.6.7", @@ -79,9 +79,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz", - "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==", + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.10.tgz", + "integrity": "sha512-rM9ZMmaII630zGvtMtQ3P4GyHs28CHLYE9apLG7L8TgaSqcfoIGrlLSLsh4Q8kDTdZQQEXZm1M0nQtOvU/2heg==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", @@ -18540,9 +18540,9 @@ } }, "@babel/cli": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz", - "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==", + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.10.tgz", + "integrity": "sha512-rM9ZMmaII630zGvtMtQ3P4GyHs28CHLYE9apLG7L8TgaSqcfoIGrlLSLsh4Q8kDTdZQQEXZm1M0nQtOvU/2heg==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/package.json b/package.json index 95690b8c6f..6002c6ed22 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@db-ui/base": "^0.22.2" }, "devDependencies": { - "@babel/cli": "^7.22.9", + "@babel/cli": "^7.22.10", "@babel/preset-env": "^7.22.9", "@commitlint/cli": "^17.6.7", "@commitlint/config-conventional": "^17.6.7",