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

This commit is contained in:
Renovate Bot
2021-08-02 09:14:39 +00:00
committed by renovate[bot]
parent 386aaef74e
commit e7b4b5b2fd
2 changed files with 8 additions and 29 deletions

View File

@ -4919,7 +4919,6 @@
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"dev": true,
"requires": {
"events": "^1.1.1"
}
@ -17257,47 +17256,27 @@
}
},
"react-instantsearch-core": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.12.0.tgz",
"integrity": "sha512-k7/sQLai5fhhiQxKFt7e3lA13SJpp843raQ6f8EtJL/bdFZPDHnOS3fPrxV/sduBkIrX7Hv+DrEOY1KkJGu2sA==",
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.12.1.tgz",
"integrity": "sha512-X4OqakDI3DOcFiS1S46z+cciKEQcKBmH8HGQLztzW14hoHRqFfZzuqWydlSxfJZN5WksMMm78EmL2jvoqIHd/A==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0"
},
"dependencies": {
"algoliasearch-helper": {
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"requires": {
"events": "^1.1.1"
}
}
}
},
"react-instantsearch-dom": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.12.0.tgz",
"integrity": "sha512-/UMnmX0SPkvT8yOL2mAAfjz89ohGSZScb9X6hql9hydcS94cGoojysIUHJ/C+/1f8ciF2zni6I8AYddMdaqrSg==",
"version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.12.1.tgz",
"integrity": "sha512-KXk2UDmJ3OP9B57owPC0+7fdcVtmYAA6/UWimR9CXhvFGCMi11xlR/wscYMYxdPuxs9IkmnnLDIJSjSGADYnow==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3",
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.12.0"
},
"dependencies": {
"algoliasearch-helper": {
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"requires": {
"events": "^1.1.1"
}
}
"react-instantsearch-core": "^6.12.1"
}
},
"react-is": {

View File

@ -99,7 +99,7 @@
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",
"react-i18next": "11.11.4",
"react-instantsearch-dom": "6.12.0",
"react-instantsearch-dom": "6.12.1",
"react-lazy-load": "3.1.13",
"react-monaco-editor": "0.43.0",
"react-redux": "5.1.2",