Merge pull request #2288 from hodgef/dependabot/npm_and_yarn/babel/cli-7.24.7

Bump @babel/cli from 7.24.6 to 7.24.7
This commit is contained in:
Francisco Hodge 2024-06-06 04:51:53 -04:00 committed by GitHub
commit 6e7579eb83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.7.83",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.24.6",
@ -64,9 +64,9 @@
}
},
"node_modules/@babel/cli": {
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.6.tgz",
"integrity": "sha512-Sm/YhG/0REw9SKByFHDf4hkk7PYsjcsOyZgHGz1nvab4tUTQ9N4XVv+ykK0Y+VCJ3OshA/7EDyxnwCd8NEP/mQ==",
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.7.tgz",
"integrity": "sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
@ -16383,9 +16383,9 @@
}
},
"@babel/cli": {
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.6.tgz",
"integrity": "sha512-Sm/YhG/0REw9SKByFHDf4hkk7PYsjcsOyZgHGz1nvab4tUTQ9N4XVv+ykK0Y+VCJ3OshA/7EDyxnwCd8NEP/mQ==",
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.7.tgz",
"integrity": "sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.25",

View File

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