From 6bfb9cbe20826c3aef795dbc3cc1f550f0c2e5e6 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 1 Jul 2018 21:16:13 +0200 Subject: [PATCH] Updated packages --- rpdata-ui/package-lock.json | 28 +++++++++++++++++++++------- rpdata-ui/package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/rpdata-ui/package-lock.json b/rpdata-ui/package-lock.json index 65c4874..83249aa 100644 --- a/rpdata-ui/package-lock.json +++ b/rpdata-ui/package-lock.json @@ -3930,11 +3930,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3947,15 +3949,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4058,7 +4063,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4068,6 +4074,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4080,17 +4087,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -4107,6 +4117,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4179,7 +4190,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4189,6 +4201,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4294,6 +4307,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", diff --git a/rpdata-ui/package.json b/rpdata-ui/package.json index 16d616c..6b817ae 100644 --- a/rpdata-ui/package.json +++ b/rpdata-ui/package.json @@ -13,4 +13,4 @@ "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } -} \ No newline at end of file +}