diff --git a/package-lock.json b/package-lock.json index ec238c50b..a4c843060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "recharts": "^2.12.6", "redux": "^5.0.1", "redux-logger": "^3.0.6", - "redux-thunk": "^2.2.0", + "redux-thunk": "^3.1.0", "ripple-address-codec": "^5.0.0-beta.1", "topojson-client": "^3.0.0", "usehooks-ts": "^2.9.1", @@ -23437,8 +23437,12 @@ } }, "node_modules/redux-thunk": { - "version": "2.3.0", - "license": "MIT" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", + "peerDependencies": { + "redux": "^5.0.0" + } }, "node_modules/reflect.getprototypeof": { "version": "1.0.4", @@ -43871,7 +43875,10 @@ } }, "redux-thunk": { - "version": "2.3.0" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", + "requires": {} }, "reflect.getprototypeof": { "version": "1.0.4", diff --git a/package.json b/package.json index be2a8bdc5..e21be7a8f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "recharts": "^2.12.6", "redux": "^5.0.1", "redux-logger": "^3.0.6", - "redux-thunk": "^2.2.0", + "redux-thunk": "^3.1.0", "ripple-address-codec": "^5.0.0-beta.1", "topojson-client": "^3.0.0", "usehooks-ts": "^2.9.1",