diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-14 14:57:18 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-01-14 14:57:18 +0200 |
| commit | 7a21544a621281b112ea171c8c3ea7367fe3e96a (patch) | |
| tree | 1847d4fa5655cbdb8b2f709b5f7ce8efad09d4b9 | |
| parent | 4a7b9011243bd688468281bd8ba20c45d8f4b059 (diff) | |
| download | bootstrap-7a21544a621281b112ea171c8c3ea7367fe3e96a.tar.xz bootstrap-7a21544a621281b112ea171c8c3ea7367fe3e96a.zip | |
Bump @babel/cli from 7.7.7 to 7.8.3 (#30019)
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.7 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.3)
Signed-off-by: dependabot-preview[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 0d6a7f0f8..b71c9ffee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/cli": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.7.tgz", - "integrity": "sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.8.3.tgz", + "integrity": "sha512-K2UXPZCKMv7KwWy9Bl4sa6+jTNP7JyDiHKzoOiUUygaEDbC60vaargZDnO9oFMvlq8pIKOOyUUgeMYrsaN9djA==", "dev": true, "requires": { "chokidar": "^2.1.8", diff --git a/package.json b/package.json index e542db6e9..a025c79b4 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "popper.js": "^1.16.0" }, "devDependencies": { - "@babel/cli": "^7.7.7", + "@babel/cli": "^7.8.3", "@babel/core": "^7.7.7", "@babel/plugin-proposal-object-rest-spread": "^7.7.7", "@babel/preset-env": "^7.7.7", |
