Merge pull request #2110 from hodgef/dependabot/npm_and_yarn/babel/cli-7.23.0

Bump @babel/cli from 7.22.15 to 7.23.0
This commit is contained in:
Francisco Hodge 2023-09-25 04:28:41 -04:00 committed by GitHub
commit baf40b4674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 10 deletions

32
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.7.14",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.22.20",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.22.15",
@ -64,14 +64,14 @@
}
},
"node_modules/@babel/cli": {
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.15.tgz",
"integrity": "sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==",
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz",
"integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.2.0",
"make-dir": "^2.1.0",
@ -92,6 +92,12 @@
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/cli/node_modules/convert-source-map": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
"dev": true
},
"node_modules/@babel/code-frame": {
"version": "7.22.13",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
@ -16418,20 +16424,28 @@
}
},
"@babel/cli": {
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.15.tgz",
"integrity": "sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==",
"version": "7.23.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz",
"integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.17",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.4.0",
"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.2.0",
"make-dir": "^2.1.0",
"slash": "^2.0.0"
},
"dependencies": {
"convert-source-map": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
"dev": true
}
}
},
"@babel/code-frame": {

View File

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