diff --git a/website/examples/e-commerce/package.json b/website/examples/e-commerce/package.json index 3a5d402100..e9431c21ce 100644 --- a/website/examples/e-commerce/package.json +++ b/website/examples/e-commerce/package.json @@ -7,7 +7,7 @@ "classnames": "2.2.6", "qs": "6.7.0", "react": "16.8.6", - "react-compound-slider": "2.1.0", + "react-compound-slider": "2.2.0", "react-dom": "16.8.6", "react-instantsearch-dom": "5.7.0" } diff --git a/yarn.lock b/yarn.lock index f92aec7471..396e0d4045 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1719,10 +1719,10 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/runtime@^7.4.5": - version "7.4.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" - integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== +"@babel/runtime@^7.5.4": + version "7.5.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b" + integrity sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q== dependencies: regenerator-runtime "^0.13.2" @@ -14400,12 +14400,12 @@ react-color@^2.17.0: reactcss "^1.2.0" tinycolor2 "^1.4.1" -react-compound-slider@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-compound-slider/-/react-compound-slider-2.1.0.tgz#10196fe13d2432b651947738f02d5e9dcf5fe96a" - integrity sha512-OcVsAuPRX6gdz+5zyaJdZpI7gG2NV4hlsz7J61grL/iLYunqF1C9bRqhLVl2mfa5quu7TkA3f5qdGjcUs9wiCA== +react-compound-slider@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/react-compound-slider/-/react-compound-slider-2.2.0.tgz#d79adb60d3b42fb2f2e6a88d7630795244a434a2" + integrity sha512-HFYKtbL1MZyrBrK29Y7KBRU2INnPqX0yODdcWd539sif7eLPoG2uEULloga2ju7l7zcIWzJcehO12WrieHDIiA== dependencies: - "@babel/runtime" "^7.4.5" + "@babel/runtime" "^7.5.4" d3-array "^1.2.4" prop-types "^15.7.2" warning "^3.0.0"