From f37a360c8010df4b664f0eb3ae7a866f50659fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 03:54:29 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/cli from 7.21.0 to 7.21.5 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.21.0 to 7.21.5. - [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.21.5/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 560aad58..a527bf56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "ytdl-core": "^4.11.4" }, "devDependencies": { - "@babel/cli": "^7.21.0", + "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/plugin-transform-runtime": "^7.22.4", "@babel/preset-env": "^7.22.10", @@ -69,9 +69,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz", - "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.5.tgz", + "integrity": "sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", @@ -13321,9 +13321,9 @@ } }, "@babel/cli": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz", - "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.5.tgz", + "integrity": "sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/package.json b/package.json index 57a53b85..bf77b89f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ytdl-core": "^4.11.4" }, "devDependencies": { - "@babel/cli": "^7.21.0", + "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/plugin-transform-runtime": "^7.22.4", "@babel/preset-env": "^7.22.10",