From 4386ee51a88472d7a1d75511750369182bf6d60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:05:29 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/cli from 7.24.6 to 7.24.7 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.24.6 to 7.24.7. - [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.24.7/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 dd110f05..ff1b9cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "serialize-error": "^11.0.0" }, "devDependencies": { - "@babel/cli": "=7.24.6", + "@babel/cli": "=7.24.7", "@babel/core": "^7.13.1", "@babel/eslint-parser": "^7.13.0", "@babel/plugin-proposal-class-properties": "^7.13.0", @@ -81,9 +81,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.6.tgz", - "integrity": "sha512-Sm/YhG/0REw9SKByFHDf4hkk7PYsjcsOyZgHGz1nvab4tUTQ9N4XVv+ykK0Y+VCJ3OshA/7EDyxnwCd8NEP/mQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.7.tgz", + "integrity": "sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -9615,9 +9615,9 @@ } }, "@babel/cli": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.6.tgz", - "integrity": "sha512-Sm/YhG/0REw9SKByFHDf4hkk7PYsjcsOyZgHGz1nvab4tUTQ9N4XVv+ykK0Y+VCJ3OshA/7EDyxnwCd8NEP/mQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.7.tgz", + "integrity": "sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index ddae1f3d..74650455 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ } }, "devDependencies": { - "@babel/cli": "=7.24.6", + "@babel/cli": "=7.24.7", "@babel/core": "^7.13.1", "@babel/eslint-parser": "^7.13.0", "@babel/plugin-proposal-class-properties": "^7.13.0",