From fec0c9aeba3b1fcfee12b94c35677604ca8055f4 Mon Sep 17 00:00:00 2001 From: Anshuman Tiwari <87803348+Ansh101112@users.noreply.github.com> Date: Fri, 24 May 2024 15:27:23 +0000 Subject: [PATCH] package updated --- package-lock.json | 29 +++++++++++++++++------------ package.json | 4 ++-- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 808f6a2ba4..e50d030d9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,8 +51,8 @@ "react-router-dom": "^6.22.2", "react-scripts": "5.0.1", "react-toastify": "^9.0.3", - "redux": "^4.1.1", - "redux-thunk": "^2.3.0", + "redux": "^5.0.1", + "redux-thunk": "^3.1.0", "sanitize-html": "^2.12.1", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^4.3.5", @@ -5650,6 +5650,14 @@ "redux": "^4.0.0" } }, + "node_modules/@types/react-redux/node_modules/redux": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", + "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, "node_modules/@types/react-router": { "version": "5.1.20", "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", @@ -20406,19 +20414,16 @@ } }, "node_modules/redux": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", - "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", - "dependencies": { - "@babel/runtime": "^7.9.2" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", + "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" }, "node_modules/redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", "peerDependencies": { - "redux": "^4" + "redux": "^5.0.0" } }, "node_modules/reflect.getprototypeof": { diff --git a/package.json b/package.json index 1d211a790c..95fab91d32 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "react-router-dom": "^6.22.2", "react-scripts": "5.0.1", "react-toastify": "^9.0.3", - "redux": "^4.1.1", - "redux-thunk": "^2.3.0", + "redux": "^5.0.1", + "redux-thunk": "^3.1.0", "sanitize-html": "^2.12.1", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^4.3.5",