fix(deps): update dependency react-instantsearch-dom to v6.23.3

This commit is contained in:
Renovate Bot
2022-04-10 02:02:42 +00:00
committed by renovate[bot]
parent 6ed07d5823
commit 520db30828
2 changed files with 30 additions and 31 deletions

View File

@@ -98,7 +98,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.16.2", "react-i18next": "11.16.2",
"react-instantsearch-dom": "6.23.1", "react-instantsearch-dom": "6.23.3",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",

59
package-lock.json generated
View File

@@ -1031,7 +1031,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.16.2", "react-i18next": "11.16.2",
"react-instantsearch-dom": "6.23.1", "react-instantsearch-dom": "6.23.3",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",
@@ -16877,10 +16877,9 @@
} }
}, },
"node_modules/algoliasearch-helper": { "node_modules/algoliasearch-helper": {
"version": "3.7.4", "version": "3.8.2",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.7.4.tgz", "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.8.2.tgz",
"integrity": "sha512-KmJrsHVm5TmxZ9Oj53XdXuM4CQeu7eVFnB15tpSFt+7is1d1yVCv3hxCLMqYSw/rH42ccv013miQpRr268P8vw==", "integrity": "sha512-AXxiF0zT9oYwl8ZBgU/eRXvfYhz7cBA5YrLPlw9inZHdaYF0QEya/f1Zp1mPYMXc1v6VkHwBq4pk6/vayBLICg==",
"deprecated": "3.7.3",
"dependencies": { "dependencies": {
"@algolia/events": "^4.0.1" "@algolia/events": "^4.0.1"
}, },
@@ -43825,35 +43824,35 @@
} }
}, },
"node_modules/react-instantsearch-core": { "node_modules/react-instantsearch-core": {
"version": "6.23.1", "version": "6.23.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.1.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.3.tgz",
"integrity": "sha512-/U2sG1abisHZkyubCupqzUuma4F1oqF4mfaNMZb7jXv/Ljme4eDpJdv2DlRtrSfR8J8Be4jebUb5kIGXsCgiXg==", "integrity": "sha512-Y8MdBlx1v2mF2omQdUlP6hQAbUse9vu65aRMuSWz4YU/KKzO3XGRenuOWeyL7QrgWVnYJ8n/Ed73O6bXasae7A==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.7.4", "algoliasearch-helper": "^3.8.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0" "react-fast-compare": "^3.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"algoliasearch": ">= 3.1 < 5", "algoliasearch": ">= 3.1 < 5",
"react": ">= 16.3.0 < 18" "react": ">= 16.3.0 < 19"
} }
}, },
"node_modules/react-instantsearch-dom": { "node_modules/react-instantsearch-dom": {
"version": "6.23.1", "version": "6.23.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.1.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.3.tgz",
"integrity": "sha512-LEvMFdPnzPVKbx0gU3HjHY5yGTZHEr2T5hFd0GDhWOepDKQTzUeWnx1OWkO7KDTG9+/KdRgtrAJ+dRMCPChMcw==", "integrity": "sha512-SrO34OzUMMXul4FXLrj/+NlH6OdDIgfJmDFtrmnuDPqs/fRgE5RG24d79PM+6WjufONo2GfkDaE/OJ1fBhVdkQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.7.4", "algoliasearch-helper": "^3.8.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0", "react-fast-compare": "^3.0.0",
"react-instantsearch-core": "6.23.1" "react-instantsearch-core": "6.23.3"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">= 16.3.0 < 18", "react": ">= 16.3.0 < 19",
"react-dom": ">= 16.3.0 < 18" "react-dom": ">= 16.3.0 < 19"
} }
}, },
"node_modules/react-is": { "node_modules/react-is": {
@@ -56477,7 +56476,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.16.2", "react-i18next": "11.16.2",
"react-instantsearch-dom": "6.23.1", "react-instantsearch-dom": "6.23.3",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",
@@ -67057,9 +67056,9 @@
} }
}, },
"algoliasearch-helper": { "algoliasearch-helper": {
"version": "3.7.4", "version": "3.8.2",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.7.4.tgz", "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.8.2.tgz",
"integrity": "sha512-KmJrsHVm5TmxZ9Oj53XdXuM4CQeu7eVFnB15tpSFt+7is1d1yVCv3hxCLMqYSw/rH42ccv013miQpRr268P8vw==", "integrity": "sha512-AXxiF0zT9oYwl8ZBgU/eRXvfYhz7cBA5YrLPlw9inZHdaYF0QEya/f1Zp1mPYMXc1v6VkHwBq4pk6/vayBLICg==",
"requires": { "requires": {
"@algolia/events": "^4.0.1" "@algolia/events": "^4.0.1"
} }
@@ -87737,27 +87736,27 @@
} }
}, },
"react-instantsearch-core": { "react-instantsearch-core": {
"version": "6.23.1", "version": "6.23.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.1.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.3.tgz",
"integrity": "sha512-/U2sG1abisHZkyubCupqzUuma4F1oqF4mfaNMZb7jXv/Ljme4eDpJdv2DlRtrSfR8J8Be4jebUb5kIGXsCgiXg==", "integrity": "sha512-Y8MdBlx1v2mF2omQdUlP6hQAbUse9vu65aRMuSWz4YU/KKzO3XGRenuOWeyL7QrgWVnYJ8n/Ed73O6bXasae7A==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.7.4", "algoliasearch-helper": "^3.8.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0" "react-fast-compare": "^3.0.0"
} }
}, },
"react-instantsearch-dom": { "react-instantsearch-dom": {
"version": "6.23.1", "version": "6.23.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.1.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.3.tgz",
"integrity": "sha512-LEvMFdPnzPVKbx0gU3HjHY5yGTZHEr2T5hFd0GDhWOepDKQTzUeWnx1OWkO7KDTG9+/KdRgtrAJ+dRMCPChMcw==", "integrity": "sha512-SrO34OzUMMXul4FXLrj/+NlH6OdDIgfJmDFtrmnuDPqs/fRgE5RG24d79PM+6WjufONo2GfkDaE/OJ1fBhVdkQ==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.7.4", "algoliasearch-helper": "^3.8.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0", "react-fast-compare": "^3.0.0",
"react-instantsearch-core": "6.23.1" "react-instantsearch-core": "6.23.3"
} }
}, },
"react-is": { "react-is": {