aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-02 19:27:15 +0300
committerGitHub <[email protected]>2020-06-02 19:27:15 +0300
commitb274c22d7f0aebf3a58a45843a4ca6e97fdde388 (patch)
tree883249f50b245568e2765fd9789e930abdaa0fef
parent2c12dfd1a426933232566105036029d9f9ad3294 (diff)
downloadbootstrap-b274c22d7f0aebf3a58a45843a4ca6e97fdde388.tar.xz
bootstrap-b274c22d7f0aebf3a58a45843a4ca6e97fdde388.zip
Bump @babel/cli from 7.8.4 to 7.10.1 (#30947)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.8.4 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-cli) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 0777c925e..6a13548d0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.8.4",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.8.4.tgz",
- "integrity": "sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==",
+ "version": "7.10.1",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.1.tgz",
+ "integrity": "sha512-cVB+dXeGhMOqViIaZs3A9OUAe4pKw4SBNdMw6yHJMYR7s4TB+Cei7ThquV/84O19PdIFWuwe03vxxES0BHUm5g==",
"dev": true,
"requires": {
"chokidar": "^2.1.8",
diff --git a/package.json b/package.json
index 823eb2260..71e4ee9f7 100644
--- a/package.json
+++ b/package.json
@@ -92,7 +92,7 @@
"popper.js": "^1.16.0"
},
"devDependencies": {
- "@babel/cli": "^7.8.4",
+ "@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/preset-env": "^7.9.6",