Bump @babel/cli from 7.28.0 to 7.28.6

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-13 09:10:11 +00:00
committed by GitHub
parent 6605554068
commit ab830c628b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "3.8.98",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.28.5",
@@ -52,9 +52,9 @@
}
},
"node_modules/@babel/cli": {
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz",
"integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==",
"version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.6.tgz",
"integrity": "sha512-6EUNcuBbNkj08Oj4gAZ+BUU8yLCgKzgVX4gaTh09Ya2C8ICM4P+G30g4m3akRxSYAp3A/gnWchrNst7px4/nUQ==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.28",
@@ -12417,9 +12417,9 @@
"dev": true
},
"@babel/cli": {
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.0.tgz",
"integrity": "sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==",
"version": "7.28.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.6.tgz",
"integrity": "sha512-6EUNcuBbNkj08Oj4gAZ+BUU8yLCgKzgVX4gaTh09Ya2C8ICM4P+G30g4m3akRxSYAp3A/gnWchrNst7px4/nUQ==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.28",

View File

@@ -39,7 +39,7 @@
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.28.5",