Update dependency @babel/cli to v7.14.8

This commit is contained in:
Renovate Bot 2021-07-20 18:24:11 +00:00 committed by renovate[bot]
parent 1ca27382cf
commit 678c25fb08
2 changed files with 4 additions and 15 deletions

17
package-lock.json generated
View file

@ -20,9 +20,9 @@
} }
}, },
"@babel/cli": { "@babel/cli": {
"version": "7.14.5", "version": "7.14.8",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.5.tgz", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.8.tgz",
"integrity": "sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==", "integrity": "sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==",
"requires": { "requires": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2", "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2",
"chokidar": "^3.4.0", "chokidar": "^3.4.0",
@ -5054,17 +5054,6 @@
"path-is-absolute": "^1.0.0", "path-is-absolute": "^1.0.0",
"readdirp": "^2.2.1", "readdirp": "^2.2.1",
"upath": "^1.1.1" "upath": "^1.1.1"
},
"dependencies": {
"glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"optional": true,
"requires": {
"is-glob": "^4.0.1"
}
}
} }
}, },
"@nodelib/fs.scandir": { "@nodelib/fs.scandir": {

View file

@ -19,7 +19,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/cli": "7.14.5", "@babel/cli": "7.14.8",
"@babel/plugin-transform-typescript": "7.14.6", "@babel/plugin-transform-typescript": "7.14.6",
"@mdx-js/mdx": "1.6.22", "@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22", "@mdx-js/react": "1.6.22",