From febbbe9f36e1403f8736c23b922bab0a50ab7ad3 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Mon, 20 Jan 2020 11:54:14 -0700 Subject: [PATCH] Update mattermost-redux (#3823) * Update mattermost-redux * Update package.json --- package-lock.json | 45 +++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 498113314..99e8e0916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7065,8 +7065,7 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true, - "optional": true + "bundled": true }, "aproba": { "version": "1.2.0", @@ -7084,13 +7083,11 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true, - "optional": true + "bundled": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7103,18 +7100,15 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "concat-map": { "version": "0.0.1", - "bundled": true, - "optional": true + "bundled": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true, - "optional": true + "bundled": true }, "core-util-is": { "version": "1.0.2", @@ -7217,8 +7211,7 @@ }, "inherits": { "version": "2.0.3", - "bundled": true, - "optional": true + "bundled": true }, "ini": { "version": "1.3.5", @@ -7228,7 +7221,6 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -7241,20 +7233,17 @@ "minimatch": { "version": "3.0.4", "bundled": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true, - "optional": true + "bundled": true }, "minipass": { "version": "2.3.5", "bundled": true, - "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -7271,7 +7260,6 @@ "mkdirp": { "version": "0.5.1", "bundled": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -7344,8 +7332,7 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true, - "optional": true + "bundled": true }, "object-assign": { "version": "4.1.1", @@ -7355,7 +7342,6 @@ "once": { "version": "1.4.0", "bundled": true, - "optional": true, "requires": { "wrappy": "1" } @@ -7431,8 +7417,7 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true, - "optional": true + "bundled": true }, "safer-buffer": { "version": "2.1.2", @@ -7462,7 +7447,6 @@ "string-width": { "version": "1.0.2", "bundled": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -7480,7 +7464,6 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -7519,13 +7502,11 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true, - "optional": true + "bundled": true }, "yallist": { "version": "3.0.3", - "bundled": true, - "optional": true + "bundled": true } } }, @@ -9974,8 +9955,8 @@ } }, "mattermost-redux": { - "version": "github:mattermost/mattermost-redux#876c4cbe4087509442bae3aaba6aaae947cbf8d8", - "from": "github:mattermost/mattermost-redux#876c4cbe4087509442bae3aaba6aaae947cbf8d8", + "version": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", + "from": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", "requires": { "core-js": "3.1.4", "form-data": "2.5.1", diff --git a/package.json b/package.json index 15bdcd3e9..2d80f032a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "intl": "1.2.5", "jail-monkey": "2.3.1", "jsc-android": "241213.2.0", - "mattermost-redux": "github:mattermost/mattermost-redux#876c4cbe4087509442bae3aaba6aaae947cbf8d8", + "mattermost-redux": "github:mattermost/mattermost-redux#efc039e1a436eed566f4ffed571b7dc107db5d14", "mime-db": "1.43.0", "moment-timezone": "0.5.27", "prop-types": "15.7.2",