git.fiddlerwoaroof.com
Browse code

build(deps-dev): bump @babel/cli from 7.10.4 to 7.10.5

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-cli)

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

dependabot-preview[bot] authored on 15/07/2020 05:48:14
Showing 1 changed files
... ...
@@ -5,9 +5,9 @@
5 5
   "requires": true,
6 6
   "dependencies": {
7 7
     "@babel/cli": {
8
-      "version": "7.10.4",
9
-      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.4.tgz",
10
-      "integrity": "sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==",
8
+      "version": "7.10.5",
9
+      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.5.tgz",
10
+      "integrity": "sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==",
11 11
       "dev": true,
12 12
       "requires": {
13 13
         "chokidar": "^2.1.8",
... ...
@@ -15,10 +15,18 @@
15 15
         "convert-source-map": "^1.1.0",
16 16
         "fs-readdir-recursive": "^1.1.0",
17 17
         "glob": "^7.0.0",
18
-        "lodash": "^4.17.13",
18
+        "lodash": "^4.17.19",
19 19
         "make-dir": "^2.1.0",
20 20
         "slash": "^2.0.0",
21 21
         "source-map": "^0.5.0"
22
+      },
23
+      "dependencies": {
24
+        "lodash": {
25
+          "version": "4.17.19",
26
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
27
+          "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
28
+          "dev": true
29
+        }
22 30
       }
23 31
     },
24 32
     "@babel/code-frame": {