git.fiddlerwoaroof.com
Browse code

Merge pull request #126 from fiddlerwoaroof/dependabot/npm_and_yarn/babel/cli-7.6.4

build(deps-dev): bump @babel/cli from 7.6.2 to 7.6.4

Ed Langley authored on 16/10/2019 22:23:43
Showing 1 changed files
... ...
@@ -5,9 +5,9 @@
5 5
   "requires": true,
6 6
   "dependencies": {
7 7
     "@babel/cli": {
8
-      "version": "7.6.2",
9
-      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.2.tgz",
10
-      "integrity": "sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==",
8
+      "version": "7.6.4",
9
+      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.4.tgz",
10
+      "integrity": "sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==",
11 11
       "dev": true,
12 12
       "requires": {
13 13
         "chokidar": "^2.1.8",
... ...
@@ -20,36 +20,6 @@
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
-        }
53 23
       }
54 24
     },
55 25
     "@babel/code-frame": {