Skip to content

Commit 7fb00f1

Browse files
⬆️ 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] <[email protected]>
1 parent 1ec6f27 commit 7fb00f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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

+4-4
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/[email protected].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/[email protected].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)