diff --git a/client/package.json b/client/package.json index 0beb51edd6..40ae124c16 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.15.1", - "react-instantsearch-dom": "6.17.0", + "react-instantsearch-dom": "6.18.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.40.0", "react-redux": "5.1.2", diff --git a/package-lock.json b/package-lock.json index 34ef3e9488..cceefe1818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -267,7 +267,7 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "11.15.1", - "react-instantsearch-dom": "6.17.0", + "react-instantsearch-dom": "6.18.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.40.0", "react-redux": "5.1.2", @@ -45195,9 +45195,9 @@ } }, "node_modules/react-instantsearch-core": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz", - "integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.18.0.tgz", + "integrity": "sha512-lPbKGsprh7eV0ILR5Sj9qoP7R3jJ6/I3+++iB6rWOmBzMhbZ8ivl6i6LDJwYYt9lOghYqRDbtdWVx/hAE4O4Ng==", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.6.2", @@ -45210,16 +45210,16 @@ } }, "node_modules/react-instantsearch-dom": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz", - "integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.18.0.tgz", + "integrity": "sha512-gsxSyzviDMcCX9+cgEnmOxRcQhoQq6e3+hCh/QvlF36Qw6xASeAt5VD+f+fRXCYX0oFJ3SoIoJXjcag4E4C4kQ==", "dependencies": { "@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.17.0" + "react-instantsearch-core": "^6.18.0" }, "peerDependencies": { "react": ">= 16.3.0 < 18", @@ -57765,7 +57765,7 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "11.15.1", - "react-instantsearch-dom": "6.17.0", + "react-instantsearch-dom": "6.18.0", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.40.0", "react-redux": "5.1.2", @@ -90903,9 +90903,9 @@ } }, "react-instantsearch-core": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz", - "integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.18.0.tgz", + "integrity": "sha512-lPbKGsprh7eV0ILR5Sj9qoP7R3jJ6/I3+++iB6rWOmBzMhbZ8ivl6i6LDJwYYt9lOghYqRDbtdWVx/hAE4O4Ng==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.6.2", @@ -90914,16 +90914,16 @@ } }, "react-instantsearch-dom": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz", - "integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.18.0.tgz", + "integrity": "sha512-gsxSyzviDMcCX9+cgEnmOxRcQhoQq6e3+hCh/QvlF36Qw6xASeAt5VD+f+fRXCYX0oFJ3SoIoJXjcag4E4C4kQ==", "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.17.0" + "react-instantsearch-core": "^6.18.0" } }, "react-is": {