diff --git a/client/package-lock.json b/client/package-lock.json index f392eb4c21..77a4fcc00c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17476,9 +17476,9 @@ } }, "react-instantsearch-core": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.14.0.tgz", - "integrity": "sha512-75ifgxrnMH4MdGhhKnDdRjlHal5W7b6X4pvpdJCOhRG0aq0UjIBCVUJ3MArl3li3EroWShqE25yGIT872QTR0g==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.15.0.tgz", + "integrity": "sha512-mp6kWtyDvf3qeAuNxl8m/f+7pBpf1Enlao69oXyYiTsx582nayE8Wo3g2Des0o6l+D1L09UgvGa+1b/bmkTD2w==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.6.2", @@ -17497,16 +17497,16 @@ } }, "react-instantsearch-dom": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.14.0.tgz", - "integrity": "sha512-wcr/qC+gWf+LE78cFV/lhY0LpmuxCv+7OspEBntYYwqe7A0+JPN90C7sVnpJbPm9rA7UTr2H2Kw136WIZjwZHw==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.15.0.tgz", + "integrity": "sha512-BGqlDNd9H4CsjA7lhEkK8pH5pXVjdWMCdIkqqWbS++zBmIJnR+F6h/z1g7x1B/q77EsVUU7LDbdpKayEEftFDA==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.6.2", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "^6.14.0" + "react-instantsearch-core": "^6.15.0" }, "dependencies": { "algoliasearch-helper": { diff --git a/client/package.json b/client/package.json index 46299f4c93..1b0cfe2228 100644 --- a/client/package.json +++ b/client/package.json @@ -99,7 +99,7 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "11.12.0", - "react-instantsearch-dom": "6.14.0", + "react-instantsearch-dom": "6.15.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.46.0", "react-redux": "5.1.2",