diff options
| author | Hank <hank@mullvad.net> | 2022-10-03 16:16:19 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-07 14:57:29 +0200 |
| commit | b2960740775b93ec34d853169bbb908dbb306e59 (patch) | |
| tree | ef10515dcd1c94ed379621011fd03b2390b4c6ad | |
| parent | 1d958d4074654c786afb40cd8e962ce2a40e5909 (diff) | |
| download | mullvadvpn-b2960740775b93ec34d853169bbb908dbb306e59.tar.xz mullvadvpn-b2960740775b93ec34d853169bbb908dbb306e59.zip | |
Update Redux
| -rw-r--r-- | gui/package-lock.json | 2 | ||||
| -rw-r--r-- | gui/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json index 59a31e6dee..0f25eca7af 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -22,7 +22,7 @@ "react-redux": "^7.2.2", "react-router": "^5.1.2", "react-simple-maps": "^3.0.0", - "redux": "^4.0.5", + "redux": "^4.2.0", "sprintf-js": "^1.1.2", "styled-components": "^5.1.1" }, diff --git a/gui/package.json b/gui/package.json index 36717dc2b6..387690cd53 100644 --- a/gui/package.json +++ b/gui/package.json @@ -24,7 +24,7 @@ "react-redux": "^7.2.2", "react-router": "^5.1.2", "react-simple-maps": "^3.0.0", - "redux": "^4.0.5", + "redux": "^4.2.0", "sprintf-js": "^1.1.2", "styled-components": "^5.1.1" }, |
