From e4fdc5787d5d5d1cc8cca943b10c0c14008828f8 Mon Sep 17 00:00:00 2001 From: CJ <38697367+imisshtml@users.noreply.github.com> Date: Wed, 30 Oct 2019 13:56:32 -0400 Subject: [PATCH] Redux Hash Updated (#3493) --- package-lock.json | 45 ++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d98d63f60..20da08269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4884,7 +4884,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4902,11 +4903,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" @@ -4919,15 +4922,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", @@ -5030,7 +5036,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -5040,6 +5047,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5052,17 +5060,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.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -5079,6 +5090,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5151,7 +5163,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -5161,6 +5174,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -5236,7 +5250,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -5266,6 +5281,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", @@ -5283,6 +5299,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -5321,11 +5338,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -7759,8 +7778,8 @@ } }, "mattermost-redux": { - "version": "github:mattermost/mattermost-redux#43131529bbef5e99ea1d5b0d34c6c570cd5145bb", - "from": "github:mattermost/mattermost-redux#43131529bbef5e99ea1d5b0d34c6c570cd5145bb", + "version": "github:mattermost/mattermost-redux#1c2faee2660a3fdd69485ea44f0dea89b0204426", + "from": "github:mattermost/mattermost-redux#1c2faee2660a3fdd69485ea44f0dea89b0204426", "requires": { "gfycat-sdk": "1.4.18", "isomorphic-fetch": "2.2.1", diff --git a/package.json b/package.json index 95434146c..f0e956d30 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "intl": "1.2.5", "jail-monkey": "2.3.0", "jsc-android": "241213.1.0", - "mattermost-redux": "github:mattermost/mattermost-redux#43131529bbef5e99ea1d5b0d34c6c570cd5145bb", + "mattermost-redux": "github:mattermost/mattermost-redux#1c2faee2660a3fdd69485ea44f0dea89b0204426", "mime-db": "1.42.0", "moment-timezone": "0.5.27", "prop-types": "15.7.2",