Bump algoliasearch from 4.9.2 to 4.9.3 in /desktop (#2470)
Summary: Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.9.2 to 4.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p> <blockquote> <h2>4.9.3</h2> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.9.2...4.9.3">v4.9.3</a></h2> <ul> <li>fix(ts): make all keys in facetOrdering optional (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/d772f98">d772f98</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.9.2...4.9.3">v4.9.3</a></h2> <ul> <li>fix(ts): make all keys in facetOrdering optional (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/d772f98">d772f98</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="27433a79cc"><code>27433a7</code></a> chore: release v4.9.3 (<a href="https://github-redirect.dependabot.com/algolia/algoliasearch-client-javascript/issues/1276">https://github.com/facebook/flipper/issues/1276</a>)</li> <li><a href="d772f98602"><code>d772f98</code></a> fix(ts): make all keys in facetOrdering optional</li> <li>See full diff in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.9.2...4.9.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2470 Reviewed By: muraziz Differential Revision: D29162206 Pulled By: mweststrate fbshipit-source-id: 186357fc58503023d75ece6f736aada9b0f746dc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ede1d6e51f
commit
9a9105ff10
@@ -20,13 +20,6 @@
|
||||
abort-controller "^3.0.0"
|
||||
node-fetch "^2.6.1"
|
||||
|
||||
"@algolia/cache-browser-local-storage@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.9.1.tgz#784e91580dcca00a8280b0905197f5abbbdf4b48"
|
||||
integrity sha512-bAUU9vKCy45uTTlzJw0LYu1IjoZsmzL6lgjaVFaW1crhX/4P+JD5ReQv3n/wpiXSFaHq1WEO3WyH2g3ymzeipQ==
|
||||
dependencies:
|
||||
"@algolia/cache-common" "4.9.1"
|
||||
|
||||
"@algolia/cache-browser-local-storage@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.9.3.tgz#44e6306a548a76c410b5f64a8a0a1b65f63183c9"
|
||||
@@ -34,23 +27,11 @@
|
||||
dependencies:
|
||||
"@algolia/cache-common" "4.9.3"
|
||||
|
||||
"@algolia/cache-common@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.1.tgz#2d5f37ba7aab7db76627c4a4fce51a7fd137fa65"
|
||||
integrity sha512-tcvw4mOfFy44V4ZxDEy9wNGr6vFROZKRpXKTEBgdw/WBn6mX51H1ar4RWtceDEcDU4H5fIv5tsY3ip2hU+fTPg==
|
||||
|
||||
"@algolia/cache-common@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.3.tgz#0b3ca07c9af108433b4d3423a03511c3d053fed5"
|
||||
integrity sha512-4dvzz28ESs7lRHmpBIjlmRloD9oGeD90E2C0QWNQYuAYosSdXGwW7vw4vdGRdPoL32t6u6S+47Bk6Dhcbw2ftA==
|
||||
|
||||
"@algolia/cache-in-memory@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.9.1.tgz#3fd1d67aec804b6cc8439015b8b9c712a45c7ae0"
|
||||
integrity sha512-IEJrHonvdymW2CnRfJtsTVWyfAH05xPEFkGXGCw00+6JNCj8Dln3TeaRLiaaY1srlyGedkemekQm1/Xb46CGOQ==
|
||||
dependencies:
|
||||
"@algolia/cache-common" "4.9.1"
|
||||
|
||||
"@algolia/cache-in-memory@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.9.3.tgz#0bae2ad1de6537ca28efaf5280051265903bfca5"
|
||||
@@ -58,15 +39,6 @@
|
||||
dependencies:
|
||||
"@algolia/cache-common" "4.9.3"
|
||||
|
||||
"@algolia/client-account@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.9.1.tgz#f2c1b3e49de2ee1fca44b8b5e64e1ce0dbdff0db"
|
||||
integrity sha512-Shpjeuwb7i2LR5QuWREb6UbEQLGB+Pl/J5+wPgILJDP/uWp7jpl0ase9mYNQGKj7TjztpSpQCPZ3dSHPnzZPfw==
|
||||
dependencies:
|
||||
"@algolia/client-common" "4.9.1"
|
||||
"@algolia/client-search" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
"@algolia/client-account@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.9.3.tgz#af9bf3612d05e87aa36372da50a2f0a9265de201"
|
||||
@@ -76,16 +48,6 @@
|
||||
"@algolia/client-search" "4.9.3"
|
||||
"@algolia/transporter" "4.9.3"
|
||||
|
||||
"@algolia/client-analytics@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.9.1.tgz#56972496526910c53c5ce7844f4571efba63eb5f"
|
||||
integrity sha512-/g6OkOSIA+A0t/tjvbL6iG/zV4El4LPFgv/tcAYHTH27BmlNtnEXw+iFpGjeUlQoPily9WVB3QNLMJkaNwL3HA==
|
||||
dependencies:
|
||||
"@algolia/client-common" "4.9.1"
|
||||
"@algolia/client-search" "4.9.1"
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
"@algolia/client-analytics@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.9.3.tgz#cddb4a97d796291d91bd15735de008b2d80a0b1b"
|
||||
@@ -96,14 +58,6 @@
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
"@algolia/transporter" "4.9.3"
|
||||
|
||||
"@algolia/client-common@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.1.tgz#ae313b65d3249efcb4fafd2e92ed1fa2fd075482"
|
||||
integrity sha512-UziRTZ8km3qwoVPIyEre8TV6V+MX7UtbfVqPmSafZ0xu41UUZ+sL56YoKjOXkbKuybeIC9prXMGy/ID5bXkTqg==
|
||||
dependencies:
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
"@algolia/client-common@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.3.tgz#167a6863b55ffe7788ab9ac98b1b6fd0078f79df"
|
||||
@@ -112,15 +66,6 @@
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
"@algolia/transporter" "4.9.3"
|
||||
|
||||
"@algolia/client-recommendation@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.9.1.tgz#217af2a38d37ab12cf23a419cc9a576af9d15b13"
|
||||
integrity sha512-Drtvvm1PNIOpYf4HFlkPFstFQ3IsN+TRmxur2F7y6Faplb5ybISa8ithu1tmlTdyTf3A78hQUQjgJet6qD2XZw==
|
||||
dependencies:
|
||||
"@algolia/client-common" "4.9.1"
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
"@algolia/client-recommendation@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.9.3.tgz#e2031237b2904c9d9b946fc846c87a21ad67bc5a"
|
||||
@@ -130,15 +75,6 @@
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
"@algolia/transporter" "4.9.3"
|
||||
|
||||
"@algolia/client-search@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.1.tgz#a2fbc47a1b343dade9a8b06310231d51ff675b1b"
|
||||
integrity sha512-r9Cw2r8kJr45iYncFDht6EshARghU265wuY8Q8oHrpFHjAziEYdsUOdNmQKbsSH5J3gLjDPx1EI5DzVd6ivn3w==
|
||||
dependencies:
|
||||
"@algolia/client-common" "4.9.1"
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
"@algolia/client-search@4.9.3", "@algolia/client-search@^4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.3.tgz#6259645ad5a7e7388727343806bcf2d0cf3e343a"
|
||||
@@ -148,23 +84,11 @@
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
"@algolia/transporter" "4.9.3"
|
||||
|
||||
"@algolia/logger-common@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.1.tgz#3323834095f2916338d2535d2df91c4723ac19f2"
|
||||
integrity sha512-9mPrbFlFyPT7or/7PXTiJjyOewWB9QRkZKVXkt5zHAUiUzGxmmdpJIGpPv3YQnDur8lXrXaRI0MHXUuIDMY1ng==
|
||||
|
||||
"@algolia/logger-common@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.3.tgz#d9b976524313b11f11c6ec546e2ed451c7964a11"
|
||||
integrity sha512-8hGQ5HQvjx2kr7GWOmpON1tcRX2+VHqVg4p+qJqCBsPFlXbAshUyRJkxuen20eem2EAA5Cmmo1fPy/jlqdMMHA==
|
||||
|
||||
"@algolia/logger-console@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.9.1.tgz#c324ef26843dbed06b44586309331dbb949744ad"
|
||||
integrity sha512-74VUwjtFjFpjZpi3QoHIPv0kcr3vWUSHX/Vs8PJW3lPsD4CgyhFenQbG9v+ZnyH0JrJwiYTtzfmrVh7IMWZGrQ==
|
||||
dependencies:
|
||||
"@algolia/logger-common" "4.9.1"
|
||||
|
||||
"@algolia/logger-console@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.9.3.tgz#f690bf8d5262a82425da26b42a519d7ec6c3784a"
|
||||
@@ -172,13 +96,6 @@
|
||||
dependencies:
|
||||
"@algolia/logger-common" "4.9.3"
|
||||
|
||||
"@algolia/requester-browser-xhr@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.9.1.tgz#0812f3c7c4105a4646c0fba8429b172b2d0e01c5"
|
||||
integrity sha512-zc46tk5o0ikOAz3uYiRAMxC2iVKAMFKT7nNZnLB5IzT0uqAh7pz/+D/UvIxP4bKmsllpBSnPcpfQF+OI4Ag/BA==
|
||||
dependencies:
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
|
||||
"@algolia/requester-browser-xhr@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.9.3.tgz#1c0fd594e253b41786b3408ade9f63862fe0c577"
|
||||
@@ -186,23 +103,11 @@
|
||||
dependencies:
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
|
||||
"@algolia/requester-common@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.1.tgz#50fcf4c7c1ed7ae13159167ac1da2844d036a630"
|
||||
integrity sha512-9hPgXnlCSbqJqF69M5x5WN3h51Dc+mk/iWNeJSVxExHGvCDfBBZd0v6S15i8q2a9cD1I2RnhMpbnX5BmGtabVA==
|
||||
|
||||
"@algolia/requester-common@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.3.tgz#58fb72ca3f4f7714d75287ff568000ee6c2afac6"
|
||||
integrity sha512-AgUw1iA/JkanZC+dhkSLyeiVgBhaaM3bI20f3cokuuDdz4X6F+hzi0vEpUZrEuNfnMLbUg8gxq3Vcg1/L9+9MA==
|
||||
|
||||
"@algolia/requester-node-http@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.9.1.tgz#70054a0aa5643072404fcb68042eec97c7abd1c8"
|
||||
integrity sha512-vYNVbSCuyrCSCjHBQJk+tLZtWCjvvDf5tSbRJjyJYMqpnXuIuP7gZm24iHil4NPYBhbBj5NU2ZDAhc/gTn75Ag==
|
||||
dependencies:
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
|
||||
"@algolia/requester-node-http@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.9.3.tgz#a2bf0e7048fe3b81c6b6b170f8f68a5789dadafe"
|
||||
@@ -210,15 +115,6 @@
|
||||
dependencies:
|
||||
"@algolia/requester-common" "4.9.3"
|
||||
|
||||
"@algolia/transporter@4.9.1":
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.1.tgz#63ef3d9ae3b6556fa1ff1e6265bbab482bd084b7"
|
||||
integrity sha512-AbjFfGzX+cAuj7Qyc536OxIQzjFOA5FU2ANGStx8LBH+AKXScwfkx67C05riuaRR5adSCLMSEbVvUscH0nF+6A==
|
||||
dependencies:
|
||||
"@algolia/cache-common" "4.9.1"
|
||||
"@algolia/logger-common" "4.9.1"
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
|
||||
"@algolia/transporter@4.9.3":
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.3.tgz#5a0933d4e59acdf88712156b2ab6f1b46c0a7f88"
|
||||
@@ -805,11 +701,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
||||
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
||||
|
||||
"@babel/parser@^7.14.6":
|
||||
version "7.14.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
||||
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
||||
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
||||
version "7.13.12"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
|
||||
@@ -4068,27 +3959,7 @@ ajv@^8.0.1:
|
||||
require-from-string "^2.0.2"
|
||||
uri-js "^4.2.2"
|
||||
|
||||
algoliasearch@*:
|
||||
version "4.9.1"
|
||||
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.9.1.tgz#1fa8ece3f9808e465226176b88b953801c2274e0"
|
||||
integrity sha512-EeJUYXzBEhZSsL6tXc3hseLBCtlNLa1MZ4mlMK6EeX38yRjY5vgnFcNNml6uUhlOjvheKxgkKRpPWkxgL8Cqkg==
|
||||
dependencies:
|
||||
"@algolia/cache-browser-local-storage" "4.9.1"
|
||||
"@algolia/cache-common" "4.9.1"
|
||||
"@algolia/cache-in-memory" "4.9.1"
|
||||
"@algolia/client-account" "4.9.1"
|
||||
"@algolia/client-analytics" "4.9.1"
|
||||
"@algolia/client-common" "4.9.1"
|
||||
"@algolia/client-recommendation" "4.9.1"
|
||||
"@algolia/client-search" "4.9.1"
|
||||
"@algolia/logger-common" "4.9.1"
|
||||
"@algolia/logger-console" "4.9.1"
|
||||
"@algolia/requester-browser-xhr" "4.9.1"
|
||||
"@algolia/requester-common" "4.9.1"
|
||||
"@algolia/requester-node-http" "4.9.1"
|
||||
"@algolia/transporter" "4.9.1"
|
||||
|
||||
algoliasearch@^4.9.3:
|
||||
algoliasearch@*, algoliasearch@^4.9.3:
|
||||
version "4.9.3"
|
||||
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.9.3.tgz#b22ef0ae0450304cdf5264369a29cefa71ea2b30"
|
||||
integrity sha512-VLl9pYXhVB397xTW369sy13qw3m1hHzCfj9zSdeDDYVwTxHiiok/QvhPKAMIzjqyUoY07O8j+941UxYZjugsMQ==
|
||||
|
||||
Reference in New Issue
Block a user