chore(deps-dev): bump @babel/cli from 7.16.8 to 7.21.0 (#8416)

This commit is contained in:
dependabot[bot]
2023-02-24 11:29:05 +00:00
committed by GitHub
parent e00fefde4e
commit b6648c5493
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"name": "swagger-ui", "name": "swagger-ui",
"version": "4.15.5", "version": "4.16.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@@ -48,7 +48,7 @@
"zenscroll": "^4.0.2" "zenscroll": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "=7.16.8", "@babel/cli": "=7.21.0",
"@babel/core": "=7.14.6", "@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.19.1", "@babel/eslint-parser": "=7.19.1",
"@babel/plugin-proposal-class-properties": "=7.16.7", "@babel/plugin-proposal-class-properties": "=7.16.7",
@@ -136,18 +136,18 @@
} }
}, },
"node_modules/@babel/cli": { "node_modules/@babel/cli": {
"version": "7.16.8", "version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.8.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz",
"integrity": "sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA==", "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"commander": "^4.0.1", "commander": "^4.0.1",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0", "fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0", "glob": "^7.2.0",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"slash": "^2.0.0", "slash": "^2.0.0"
"source-map": "^0.5.0"
}, },
"bin": { "bin": {
"babel": "bin/babel.js", "babel": "bin/babel.js",
@@ -30568,20 +30568,20 @@
}, },
"dependencies": { "dependencies": {
"@babel/cli": { "@babel/cli": {
"version": "7.16.8", "version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.8.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz",
"integrity": "sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA==", "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jridgewell/trace-mapping": "^0.3.17",
"@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",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0", "fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0", "glob": "^7.2.0",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"slash": "^2.0.0", "slash": "^2.0.0"
"source-map": "^0.5.0"
} }
}, },
"@babel/code-frame": { "@babel/code-frame": {

View File

@@ -101,7 +101,7 @@
"zenscroll": "^4.0.2" "zenscroll": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "=7.16.8", "@babel/cli": "=7.21.0",
"@babel/core": "=7.14.6", "@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.19.1", "@babel/eslint-parser": "=7.19.1",
"@babel/plugin-proposal-class-properties": "=7.16.7", "@babel/plugin-proposal-class-properties": "=7.16.7",