diff --git a/package-lock.json b/package-lock.json index 542f9152d..320367276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-tooltip": "4.2.17", "redux": "^4.2.1", "redux-form": "^8.3.10", - "redux-thunk": "^2.4.0", + "redux-thunk": "^3.1.0", "sass": "^1.69.3", "typescript": "^4.9.5", "uuid": "^3.3.3" @@ -22806,11 +22806,12 @@ } }, "node_modules/redux-thunk": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.0.tgz", - "integrity": "sha512-/y6ZKQNU/0u8Bm7ROLq9Pt/7lU93cT0IucYMrubo89ENjxPa7i8pqLKu6V4X7/TvYovQ6x01unTeyeZ9lgXiTA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", + "license": "MIT", "peerDependencies": { - "redux": "^4" + "redux": "^5.0.0" } }, "node_modules/reflect.getprototypeof": { @@ -43216,9 +43217,9 @@ } }, "redux-thunk": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.0.tgz", - "integrity": "sha512-/y6ZKQNU/0u8Bm7ROLq9Pt/7lU93cT0IucYMrubo89ENjxPa7i8pqLKu6V4X7/TvYovQ6x01unTeyeZ9lgXiTA==", + "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": { diff --git a/package.json b/package.json index 64c7e3373..e08824400 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-tooltip": "4.2.17", "redux": "^4.2.1", "redux-form": "^8.3.10", - "redux-thunk": "^2.4.0", + "redux-thunk": "^3.1.0", "sass": "^1.69.3", "typescript": "^4.9.5", "uuid": "^3.3.3"