aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-28 16:58:47 +0300
committerGitHub <[email protected]>2020-07-28 16:58:47 +0300
commit8aab8b7c8a1a930ae3e1bd0539c3b1c10351d028 (patch)
treeab6d53ab6f8ea714834cc4952cf146bcaf24613a
parent29e10266f008a2acba7d6cf99c65054f82f25d92 (diff)
downloadbootstrap-8aab8b7c8a1a930ae3e1bd0539c3b1c10351d028.tar.xz
bootstrap-8aab8b7c8a1a930ae3e1bd0539c3b1c10351d028.zip
Bump @babel/cli from 7.10.4 to 7.10.5 (#31372)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 7c6d6ae0f..d351d68ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.4.tgz",
- "integrity": "sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==",
+ "version": "7.10.5",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.5.tgz",
+ "integrity": "sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==",
"dev": true,
"requires": {
"chokidar": "^2.1.8",
@@ -15,7 +15,7 @@
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0",
- "lodash": "^4.17.13",
+ "lodash": "^4.17.19",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
diff --git a/package.json b/package.json
index 05b04f04d..5e4a90dfc 100644
--- a/package.json
+++ b/package.json
@@ -92,7 +92,7 @@
"popper.js": "^1.16.1"
},
"devDependencies": {
- "@babel/cli": "^7.10.4",
+ "@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.1.0",