diff --git a/client/package-lock.json b/client/package-lock.json index 3112f3572fe..bc1921bc5b5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16818,9 +16818,9 @@ } }, "react-instantsearch-core": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.11.1.tgz", - "integrity": "sha512-JopaIDrTLz6KYZ2ehcoF3hBk4VplUhxjbOv9CD+nfmCmXjjcZT6kt31RHv4Pe1fuSh6RBdbuA9EMPDpjqWxFWQ==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.11.2.tgz", + "integrity": "sha512-DSvS8XRESmhuBp9q+lhhsGqEKupWJioe95CCelUH0RoB8RtdC2vXRvBMDBEqTf7vG5K7b/dbbObBj5PnMqv5Sw==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.4.3", @@ -16829,16 +16829,16 @@ } }, "react-instantsearch-dom": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.11.1.tgz", - "integrity": "sha512-wQRH4UJcvUKHr5wx6tyLhJO3MTgSRppZywofETRbPTM9ZPm5NSIvrBhw9Eu3WFFuAUhy+wJD8aEtd5YhjkuXLQ==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.11.2.tgz", + "integrity": "sha512-n6d0E9rreGHIo88OuWHagabAwS9/6NQ/vxRivi0n1Zfqhkaota6QTh83Ay2HIBnio1kRuJgqJhLpO+85R4vzvQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.4.3", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "^6.11.1" + "react-instantsearch-core": "^6.11.2" } }, "react-is": { diff --git a/client/package.json b/client/package.json index d16f93a1421..8b132b691f0 100644 --- a/client/package.json +++ b/client/package.json @@ -100,7 +100,7 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "11.11.0", - "react-instantsearch-dom": "6.11.1", + "react-instantsearch-dom": "6.11.2", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.43.0", "react-redux": "5.1.2",