diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-09-23 19:53:06 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-09-23 19:53:06 +0200 |
| commit | 0c284062655247a7a86ea88fbfc03f99ffaf390b (patch) | |
| tree | 3cc45d5d615f8a0427e627a9f184fa29086202bb /package-lock.json | |
| parent | f3885f7d43dffe4e0fcf49e3e8f9f9e248bc6f76 (diff) | |
package lock
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 83d6013..4a226be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10917,12 +10917,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -10942,7 +10944,8 @@ "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", @@ -11090,6 +11093,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } |
