Bump @babel/cli from 7.27.2 to 7.28.0

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.27.2 to 7.28.0.
- [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.28.0/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-version: 7.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-03 08:13:04 +00:00
committed by GitHub
parent e299772842
commit 28e2203622
2 changed files with 16 additions and 17 deletions
+15 -16
View File
@@ -9,7 +9,7 @@
"version": "3.8.63",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.27.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.27.1",
@@ -65,13 +65,12 @@
}
},
"node_modules/@babel/cli": {
"version": "7.27.2",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.27.2.tgz",
"integrity": "sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz",
"integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"@jridgewell/trace-mapping": "^0.3.28",
"commander": "^6.2.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
@@ -3002,9 +3001,9 @@
"dev": true
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
"version": "0.3.29",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
"integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
"dev": true,
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
@@ -13904,12 +13903,12 @@
}
},
"@babel/cli": {
"version": "7.27.2",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.27.2.tgz",
"integrity": "sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz",
"integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.25",
"@jridgewell/trace-mapping": "^0.3.28",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.6.0",
"commander": "^6.2.0",
@@ -15888,9 +15887,9 @@
"dev": true
},
"@jridgewell/trace-mapping": {
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
"version": "0.3.29",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
"integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
"dev": true,
"requires": {
"@jridgewell/resolve-uri": "^3.1.0",
+1 -1
View File
@@ -39,7 +39,7 @@
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.27.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.27.1",