about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-05-17 17:12:00 +0900
committerGitHub <noreply@github.com>2022-05-17 10:12:00 +0200
commitc78a622ba4bd7fce511e5f079dd6b8deb17f9cef (patch)
tree17fccc87f6a16a0bd283a05dffdcdcda49b99389 /package.json
parentd25015fc5b6c6b31dcf726b02dd0742475d9d9c8 (diff)
Prevent update to redis 4.1.0 (#18444)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f623faac7..e2097f050 100644
--- a/package.json
+++ b/package.json
@@ -114,7 +114,7 @@
     "react-swipeable-views": "^0.14.0",
     "react-textarea-autosize": "^8.3.3",
     "react-toggle": "^4.1.2",
-    "redis": "^4.0.6",
+    "redis": "^4.0.6 <4.1.0",
     "redux": "^4.2.0",
     "redux-immutable": "^4.0.0",
     "redux-thunk": "^2.4.1",