Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6cbbcb1

Browse files
dependabot[bot]justinclift
authored andcommitted
build(deps-dev): bump @babel/cli from 7.24.1 to 7.24.5
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.24.1 to 7.24.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.24.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] <[email protected]>
1 parent f149cc6 commit 6cbbcb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"license": "AGPL-3.0-or-later",
5353
"private": false,
5454
"devDependencies": {
55-
"@babel/cli": "^7.24.1",
55+
"@babel/cli": "^7.24.5",
5656
"autoprefixer": "^10.4.19",
5757
"babel-preset-react": "^6.24.1",
5858
"babel-preset-react-app": "^10.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/cli@^7.24.1":
14-
version "7.24.1"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.1.tgz#2e11e071e32fe82850b4fe514f56b9c9e1c44911"
16-
integrity sha512-HbmrtxyFUr34LwAlV9jS+sSIjUp4FpdtIMGwgufY3AsxrIfsh/HxlMTywsONAZsU0RMYbZtbZFpUCrSGs7o0EA==
13+
"@babel/cli@^7.24.5":
14+
version "7.24.5"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.5.tgz#9eba21699f289c32e63a28aedf82f888dc134b30"
16+
integrity sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.25"
1919
commander "^4.0.1"

0 commit comments

Comments
 (0)