Skip to content

Commit 08545ce

Browse files
⬆️ Bump @babel/cli from 7.27.0 to 7.27.1 (#1434)
⬆️ Bump @babel/cli from 7.27.0 to 7.27.1 Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.27.0 to 7.27.1. - [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.27.1/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54b5612 commit 08545ce

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
@@ -62,7 +62,7 @@
6262
"validator": "^13.15.0"
6363
},
6464
"devDependencies": {
65-
"@babel/cli": "7.27.0",
65+
"@babel/cli": "7.27.2",
6666
"@babel/core": "7.27.1",
6767
"@babel/plugin-syntax-import-assertions": "^7.26.0",
6868
"@babel/preset-env": "7.27.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/cli@7.27.0":
19-
version "7.27.0"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.0.tgz#076603b25fc7dd88298ea94ab249c8237c7e71cc"
21-
integrity sha512-bZfxn8DRxwiVzDO5CEeV+7IqXeCkzI4yYnrQbpwjT76CUyossQc6RYE7n+xfm0/2k40lPaCpW0FhxYs7EBAetw==
18+
"@babel/cli@7.27.2":
19+
version "7.27.2"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.2.tgz#d54560567a73a269b31d3201bedb70692ace8684"
21+
integrity sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.25"
2424
commander "^6.2.0"

0 commit comments

Comments
 (0)