git.fiddlerwoaroof.com
Browse code

build(deps-dev): bump @babel/cli from 7.5.5 to 7.6.0

Bumps [@babel/cli](https://github.com/babel/babel) from 7.5.5 to 7.6.0.
- [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.5.5...v7.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] authored on 09/09/2019 06:04:23
Showing 1 changed files
... ...
@@ -5,12 +5,12 @@
5 5
   "requires": true,
6 6
   "dependencies": {
7 7
     "@babel/cli": {
8
-      "version": "7.5.5",
9
-      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.5.5.tgz",
10
-      "integrity": "sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w==",
8
+      "version": "7.6.0",
9
+      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.0.tgz",
10
+      "integrity": "sha512-1CTDyGUjQqW3Mz4gfKZ04KGOckyyaNmKneAMlABPS+ZyuxWv3FrVEVz7Ag08kNIztVx8VaJ8YgvYLSNlMKAT5Q==",
11 11
       "dev": true,
12 12
       "requires": {
13
-        "chokidar": "^2.0.4",
13
+        "chokidar": "^2.1.8",
14 14
         "commander": "^2.8.1",
15 15
         "convert-source-map": "^1.1.0",
16 16
         "fs-readdir-recursive": "^1.1.0",
... ...
@@ -20,6 +20,36 @@
20 20
         "output-file-sync": "^2.0.0",
21 21
         "slash": "^2.0.0",
22 22
         "source-map": "^0.5.0"
23
+      },
24
+      "dependencies": {
25
+        "chokidar": {
26
+          "version": "2.1.8",
27
+          "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
28
+          "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
29
+          "dev": true,
30
+          "optional": true,
31
+          "requires": {
32
+            "anymatch": "^2.0.0",
33
+            "async-each": "^1.0.1",
34
+            "braces": "^2.3.2",
35
+            "fsevents": "^1.2.7",
36
+            "glob-parent": "^3.1.0",
37
+            "inherits": "^2.0.3",
38
+            "is-binary-path": "^1.0.0",
39
+            "is-glob": "^4.0.0",
40
+            "normalize-path": "^3.0.0",
41
+            "path-is-absolute": "^1.0.0",
42
+            "readdirp": "^2.2.1",
43
+            "upath": "^1.1.1"
44
+          }
45
+        },
46
+        "normalize-path": {
47
+          "version": "3.0.0",
48
+          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
49
+          "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
50
+          "dev": true,
51
+          "optional": true
52
+        }
23 53
       }
24 54
     },
25 55
     "@babel/code-frame": {
... ...
@@ -10534,6 +10564,18 @@
10534 10564
         "util-deprecate": "~1.0.1"
10535 10565
       }
10536 10566
     },
10567
+    "readdirp": {
10568
+      "version": "2.2.1",
10569
+      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
10570
+      "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
10571
+      "dev": true,
10572
+      "optional": true,
10573
+      "requires": {
10574
+        "graceful-fs": "^4.1.11",
10575
+        "micromatch": "^3.1.10",
10576
+        "readable-stream": "^2.0.2"
10577
+      }
10578
+    },
10537 10579
     "realpath-native": {
10538 10580
       "version": "1.1.0",
10539 10581
       "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",