diff --git a/client/package-lock.json b/client/package-lock.json index 091b15eb892..4ed5e5f4e6f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4113,9 +4113,9 @@ } }, "@types/react-instantsearch-dom": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@types/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz", - "integrity": "sha512-C9djgcxuRmHKPYuuv83vikLtpH033eQEZ/u8blyoaDrfszaDsJnBfstXDYV+8tfkLFNS5z/YDWr+bl5MocBIMA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@types/react-instantsearch-dom/-/react-instantsearch-dom-6.10.1.tgz", + "integrity": "sha512-LISZFa3NHTB8455e+5q/igQVt11ElnUQcYp1/O+ju46Suck83EjyS4YXacUx+zTJGlagIxJadGMV+V7amJAzTQ==", "dev": true, "requires": { "@types/react": "*", diff --git a/client/package.json b/client/package.json index 89c81164768..4be4f9dc2d9 100644 --- a/client/package.json +++ b/client/package.json @@ -137,7 +137,7 @@ "@types/lodash-es": "4.17.4", "@types/react-dom": "17.0.8", "@types/react-helmet": "6.1.1", - "@types/react-instantsearch-dom": "6.10.0", + "@types/react-instantsearch-dom": "6.10.1", "@types/react-monaco-editor": "0.16.0", "@types/react-redux": "7.1.16", "@types/react-responsive": "8.0.2",