aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-25 12:43:15 +0200
committerXhmikosR <[email protected]>2019-11-25 12:43:15 +0200
commit4787347c85771076bf159dfc0df9f1cd5cd20dc8 (patch)
tree444892f53f4b9a5e9d2ab5ca86160202a7ebde51 /package-lock.json
parenta02f771e4b89cb297d89434f66bc09b56a89bb1d (diff)
downloadbootstrap-4787347c85771076bf159dfc0df9f1cd5cd20dc8.tar.xz
bootstrap-4787347c85771076bf159dfc0df9f1cd5cd20dc8.zip
Bump @babel/cli from 7.7.0 to 7.7.4 (#29726)
Bumps [@babel/cli](https://github.com/babel/babel) from 7.7.0 to 7.7.4. - [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.0...v7.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index fc332ffd1..8c2fed815 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,13 +5,13 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.7.0",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.0.tgz",
- "integrity": "sha512-jECEqAq6Ngf3pOhLSg7od9WKyrIacyh1oNNYtRXNn+ummSHCTXBamGywOAtiae34Vk7zKuQNnLvo2BKTMCoV4A==",
+ "version": "7.7.4",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.4.tgz",
+ "integrity": "sha512-O7mmzaWdm+VabWQmxuM8hqNrWGGihN83KfhPUzp2lAW4kzIMwBxujXkZbD4fMwKMYY9FXTbDvXsJqU+5XHXi4A==",
"dev": true,
"requires": {
"chokidar": "^2.1.8",
- "commander": "^2.8.1",
+ "commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0",
@@ -19,6 +19,14 @@
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.0.1.tgz",
+ "integrity": "sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==",
+ "dev": true
+ }
}
},
"@babel/code-frame": {