Merge pull request #2272 from hodgef/dependabot/npm_and_yarn/babel/cli-7.24.5

Bump @babel/cli from 7.23.9 to 7.24.5
This commit is contained in:
Francisco Hodge 2024-04-30 04:56:35 -04:00 committed by GitHub
commit 56ae497baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.7.77", "version": "3.7.77",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.23.9", "@babel/cli": "^7.24.5",
"@babel/core": "^7.24.4", "@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.24.5", "@babel/plugin-transform-typescript": "^7.24.5",
@ -64,12 +64,12 @@
} }
}, },
"node_modules/@babel/cli": { "node_modules/@babel/cli": {
"version": "7.23.9", "version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.9.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz",
"integrity": "sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==", "integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jridgewell/trace-mapping": "^0.3.17", "@jridgewell/trace-mapping": "^0.3.25",
"commander": "^4.0.1", "commander": "^4.0.1",
"convert-source-map": "^2.0.0", "convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0", "fs-readdir-recursive": "^1.1.0",
@ -16379,12 +16379,12 @@
} }
}, },
"@babel/cli": { "@babel/cli": {
"version": "7.23.9", "version": "7.24.5",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.9.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz",
"integrity": "sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==", "integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jridgewell/trace-mapping": "^0.3.17", "@jridgewell/trace-mapping": "^0.3.25",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.4.0", "chokidar": "^3.4.0",
"commander": "^4.0.1", "commander": "^4.0.1",

View File

@ -40,7 +40,7 @@
], ],
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.23.9", "@babel/cli": "^7.24.5",
"@babel/core": "^7.24.4", "@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.24.5", "@babel/plugin-transform-typescript": "^7.24.5",