Skip to content

Commit 34d89a1

Browse files
fix(deps): update algolia-instantsearch monorepo
1 parent 5057297 commit 34d89a1

File tree

94 files changed

+2351
-2362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2351
-2362
lines changed

angular-instantsearch/e-commerce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"algoliasearch": "4.12.1",
2020
"angular-instantsearch": "4.1.0",
2121
"core-js": "2.4.1",
22-
"instantsearch.js": "^4.30.2",
22+
"instantsearch.js": "^4.77.1",
2323
"nouislider": "10.1.0",
2424
"rxjs": "6.6.7",
2525
"tslib": "2.3.1",

angular-instantsearch/e-commerce/yarn.lock

+72-20
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"@algolia/requester-common" "4.12.1"
6767
"@algolia/transporter" "4.12.1"
6868

69+
"@algolia/events@^4.0.1":
70+
version "4.0.1"
71+
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
72+
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
73+
6974
"@algolia/logger-common@4.12.1":
7075
version "4.12.1"
7176
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
@@ -1421,6 +1426,13 @@
14211426
dependencies:
14221427
regenerator-runtime "^0.13.4"
14231428

1429+
"@babel/runtime@^7.1.2":
1430+
version "7.26.7"
1431+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341"
1432+
integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==
1433+
dependencies:
1434+
regenerator-runtime "^0.14.0"
1435+
14241436
"@babel/runtime@^7.8.4":
14251437
version "7.14.0"
14261438
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
@@ -1674,6 +1686,11 @@
16741686
dependencies:
16751687
"@types/node" "*"
16761688

1689+
"@types/dom-speech-recognition@^0.0.1":
1690+
version "0.0.1"
1691+
resolved "https://registry.yarnpkg.com/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz#e326761a04b4a49c0eec2ac7948afc1c6aa12baa"
1692+
integrity sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==
1693+
16771694
"@types/eslint-scope@^3.7.0":
16781695
version "3.7.0"
16791696
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86"
@@ -1724,6 +1741,11 @@
17241741
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.45.6.tgz#441a7bc76424243b307596fc8d282a435a979ebd"
17251742
integrity sha512-BzGzxs8UXFxeP8uN/0nRgGbsbpYQxSCKsv/7S8OitU7wwhfFcqQSm5aAcL1nbwueMiJ/VVmIZKPq69s0kX5W+Q==
17261743

1744+
"@types/google.maps@^3.55.12":
1745+
version "3.58.1"
1746+
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.58.1.tgz#71ce3dec44de1452f56641d2c87c7dd8ea964b4d"
1747+
integrity sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==
1748+
17271749
"@types/hogan.js@^3.0.0":
17281750
version "3.0.1"
17291751
resolved "https://registry.yarnpkg.com/@types/hogan.js/-/hogan.js-3.0.1.tgz#64c54407b30da359763e14877f5702b8ae85d61c"
@@ -2063,12 +2085,12 @@ ajv@^8.0.0:
20632085
require-from-string "^2.0.2"
20642086
uri-js "^4.2.2"
20652087

2066-
algoliasearch-helper@^3.5.5:
2067-
version "3.6.0"
2068-
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.6.0.tgz#69c8c544746f1536c7c27c6f2db782300450b250"
2069-
integrity sha512-F4Smiq+Vyv/JJytuKNFuzXndPSb4pjtiHZSkEztQCcB+SORu71A8grgt2NSJhbB5VhqHW19QDtlPKbdYdcNrLg==
2088+
algoliasearch-helper@3.23.1:
2089+
version "3.23.1"
2090+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.23.1.tgz#1780ca624b5787dae3c62110d222750875c260ee"
2091+
integrity sha512-j/dF2ZELJBm4SJTK5ECsMuCDJpBB8ITiWKRjd3S15bK2bqrXKLWqDiA5A96WhVvCpZ2NmgNlUYmFbKOfcqivbg==
20702092
dependencies:
2071-
events "^1.1.1"
2093+
"@algolia/events" "^4.0.1"
20722094

20732095
algoliasearch-helper@^3.6.2:
20742096
version "3.6.2"
@@ -3862,6 +3884,11 @@ hpack.js@^2.1.6:
38623884
readable-stream "^2.0.1"
38633885
wbuf "^1.1.0"
38643886

3887+
htm@^3.0.0:
3888+
version "3.1.1"
3889+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3890+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3891+
38653892
html-entities@^2.3.2:
38663893
version "2.3.2"
38673894
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
@@ -4089,26 +4116,18 @@ inquirer@8.2.0:
40894116
strip-ansi "^6.0.0"
40904117
through "^2.3.6"
40914118

4119+
instantsearch-ui-components@0.11.1:
4120+
version "0.11.1"
4121+
resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.11.1.tgz#664ca03f657079946e459af72fa8d2674799c466"
4122+
integrity sha512-ZqUbJYYgObQ47J08ftXV1KNC1vdEoiD4/49qrkCdW46kRzLxLgYXJGuEuk48DQwK4aBtIoccgTyfbMGfcqNjxg==
4123+
dependencies:
4124+
"@babel/runtime" "^7.1.2"
4125+
40924126
instantsearch.css@^7.3.1:
40934127
version "7.3.1"
40944128
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.3.1.tgz#7ab74a8f355091ae040947a9cf5438f379026622"
40954129
integrity sha512-/kaMDna5D+Q9mImNBHEhb9HgHATDOFKYii7N1Iwvrj+lmD9gBJLqVhUw67gftq2O0QI330pFza+CRscIwB1wQQ==
40964130

4097-
instantsearch.js@^4.30.2:
4098-
version "4.30.2"
4099-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.30.2.tgz#c6bbaa8ded004c92b6ca9efcc827c9a768605b21"
4100-
integrity sha512-i6sW3DZ74pJyxb7uRlN487kC+gFjXyGm6ZXms6C4bYrmeNT+483tMUt7i2BFssUf+pUcvu4Rb8uR1dMHsZ6trQ==
4101-
dependencies:
4102-
"@types/google.maps" "^3.45.3"
4103-
"@types/hogan.js" "^3.0.0"
4104-
"@types/qs" "^6.5.3"
4105-
algoliasearch-helper "^3.5.5"
4106-
classnames "^2.2.5"
4107-
events "^1.1.0"
4108-
hogan.js "^3.0.2"
4109-
preact "^10.0.0"
4110-
qs "^6.5.1 < 6.10"
4111-
41124131
instantsearch.js@^4.31.1:
41134132
version "4.33.2"
41144133
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
@@ -4125,6 +4144,24 @@ instantsearch.js@^4.31.1:
41254144
qs "^6.5.1 < 6.10"
41264145
search-insights "^2.1.0"
41274146

4147+
instantsearch.js@^4.77.1:
4148+
version "4.77.1"
4149+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.77.1.tgz#cd15acbf03c157b95932bd7bdd0b1db2d2d77a43"
4150+
integrity sha512-fMW72MIS9IxYbP4UthmnQsAJFPrLp5HwAKJpSzLeOLqv/WmvbHytupoC3/K6X1cTazRNkHHc2Y36yWwyl+5ewA==
4151+
dependencies:
4152+
"@algolia/events" "^4.0.1"
4153+
"@types/dom-speech-recognition" "^0.0.1"
4154+
"@types/google.maps" "^3.55.12"
4155+
"@types/hogan.js" "^3.0.0"
4156+
"@types/qs" "^6.5.3"
4157+
algoliasearch-helper "3.23.1"
4158+
hogan.js "^3.0.2"
4159+
htm "^3.0.0"
4160+
instantsearch-ui-components "0.11.1"
4161+
preact "^10.10.0"
4162+
qs "^6.5.1 < 6.10"
4163+
search-insights "^2.17.2"
4164+
41284165
ip@^1.1.0, ip@^1.1.5:
41294166
version "1.1.5"
41304167
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
@@ -5597,6 +5634,11 @@ preact@^10.0.0:
55975634
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.7.tgz#5a530d34b4ba45f38234be8b1b3fe910098a165f"
55985635
integrity sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw==
55995636

5637+
preact@^10.10.0:
5638+
version "10.25.4"
5639+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.4.tgz#c1d00bee9d7b9dcd06a2311d9951973b506ae8ac"
5640+
integrity sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==
5641+
56005642
pretty-bytes@^5.3.0:
56015643
version "5.6.0"
56025644
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -5772,6 +5814,11 @@ regenerator-runtime@^0.13.4:
57725814
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
57735815
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
57745816

5817+
regenerator-runtime@^0.14.0:
5818+
version "0.14.1"
5819+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
5820+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
5821+
57755822
regenerator-transform@^0.14.2:
57765823
version "0.14.5"
57775824
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -6015,6 +6062,11 @@ search-insights@^2.1.0:
60156062
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.1.0.tgz#42822fa325062ec5bf050c5f8cad58f0c5b21310"
60166063
integrity sha512-mWIVsZ5igQnlM2tC0HJCtGWKQcBhLhkasZoZZS2exUfZPpRowVWEvyyYTWU3M0rUKWlWLWFCYvJ3HGTSSCsOcw==
60176064

6065+
search-insights@^2.17.2:
6066+
version "2.17.3"
6067+
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.17.3.tgz#8faea5d20507bf348caba0724e5386862847b661"
6068+
integrity sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==
6069+
60186070
select-hose@^2.0.0:
60196071
version "2.0.0"
60206072
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"

angular-instantsearch/media/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"algoliasearch": "4.12.1",
2020
"angular-instantsearch": "4.1.0",
2121
"core-js": "2.4.1",
22-
"instantsearch.js": "^4.30.2",
22+
"instantsearch.js": "^4.77.1",
2323
"nouislider": "10.1.0",
2424
"rxjs": "6.6.7",
2525
"tslib": "2.3.1",

angular-instantsearch/media/yarn.lock

+72-20
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"@algolia/requester-common" "4.12.1"
6767
"@algolia/transporter" "4.12.1"
6868

69+
"@algolia/events@^4.0.1":
70+
version "4.0.1"
71+
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
72+
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
73+
6974
"@algolia/logger-common@4.12.1":
7075
version "4.12.1"
7176
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
@@ -1299,6 +1304,13 @@
12991304
dependencies:
13001305
regenerator-runtime "^0.13.4"
13011306

1307+
"@babel/runtime@^7.1.2":
1308+
version "7.26.7"
1309+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341"
1310+
integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==
1311+
dependencies:
1312+
regenerator-runtime "^0.14.0"
1313+
13021314
"@babel/runtime@^7.8.4":
13031315
version "7.14.5"
13041316
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
@@ -1537,6 +1549,11 @@
15371549
dependencies:
15381550
"@types/node" "*"
15391551

1552+
"@types/dom-speech-recognition@^0.0.1":
1553+
version "0.0.1"
1554+
resolved "https://registry.yarnpkg.com/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz#e326761a04b4a49c0eec2ac7948afc1c6aa12baa"
1555+
integrity sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==
1556+
15401557
"@types/eslint-scope@^3.7.0":
15411558
version "3.7.2"
15421559
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.2.tgz#11e96a868c67acf65bf6f11d10bb89ea71d5e473"
@@ -1582,6 +1599,11 @@
15821599
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.45.6.tgz#441a7bc76424243b307596fc8d282a435a979ebd"
15831600
integrity sha512-BzGzxs8UXFxeP8uN/0nRgGbsbpYQxSCKsv/7S8OitU7wwhfFcqQSm5aAcL1nbwueMiJ/VVmIZKPq69s0kX5W+Q==
15841601

1602+
"@types/google.maps@^3.55.12":
1603+
version "3.58.1"
1604+
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.58.1.tgz#71ce3dec44de1452f56641d2c87c7dd8ea964b4d"
1605+
integrity sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==
1606+
15851607
"@types/hogan.js@^3.0.0":
15861608
version "3.0.1"
15871609
resolved "https://registry.yarnpkg.com/@types/hogan.js/-/hogan.js-3.0.1.tgz#64c54407b30da359763e14877f5702b8ae85d61c"
@@ -1921,12 +1943,12 @@ ajv@^8.0.0:
19211943
require-from-string "^2.0.2"
19221944
uri-js "^4.2.2"
19231945

1924-
algoliasearch-helper@^3.5.5:
1925-
version "3.5.5"
1926-
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.5.5.tgz#05263869d3c8a7292278d7e49630f52520f204d7"
1927-
integrity sha512-JDH14gMpSj8UzEaKwVkrqKOeAOyK0dDWsFlKvWhk0Xl5yw9FyafYf1xZPb4uSXaPBAFQtUouFlR1Zt68BCY0/w==
1946+
algoliasearch-helper@3.23.1:
1947+
version "3.23.1"
1948+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.23.1.tgz#1780ca624b5787dae3c62110d222750875c260ee"
1949+
integrity sha512-j/dF2ZELJBm4SJTK5ECsMuCDJpBB8ITiWKRjd3S15bK2bqrXKLWqDiA5A96WhVvCpZ2NmgNlUYmFbKOfcqivbg==
19281950
dependencies:
1929-
events "^1.1.1"
1951+
"@algolia/events" "^4.0.1"
19301952

19311953
algoliasearch-helper@^3.6.2:
19321954
version "3.6.2"
@@ -3732,6 +3754,11 @@ hpack.js@^2.1.6:
37323754
readable-stream "^2.0.1"
37333755
wbuf "^1.1.0"
37343756

3757+
htm@^3.0.0:
3758+
version "3.1.1"
3759+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3760+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3761+
37353762
html-entities@^2.3.2:
37363763
version "2.3.2"
37373764
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
@@ -3959,26 +3986,18 @@ inquirer@8.2.0:
39593986
strip-ansi "^6.0.0"
39603987
through "^2.3.6"
39613988

3989+
instantsearch-ui-components@0.11.1:
3990+
version "0.11.1"
3991+
resolved "https://registry.yarnpkg.com/instantsearch-ui-components/-/instantsearch-ui-components-0.11.1.tgz#664ca03f657079946e459af72fa8d2674799c466"
3992+
integrity sha512-ZqUbJYYgObQ47J08ftXV1KNC1vdEoiD4/49qrkCdW46kRzLxLgYXJGuEuk48DQwK4aBtIoccgTyfbMGfcqNjxg==
3993+
dependencies:
3994+
"@babel/runtime" "^7.1.2"
3995+
39623996
instantsearch.css@^7.3.1:
39633997
version "7.4.5"
39643998
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.4.5.tgz#2a521aa634329bf1680f79adf87c79d67669ec8d"
39653999
integrity sha512-iIGBYjCokU93DDB8kbeztKtlu4qVEyTg1xvS6iSO1YvqRwkIZgf0tmsl/GytsLdZhuw8j4wEaeYsCzNbeJ/zEQ==
39664000

3967-
instantsearch.js@^4.30.2:
3968-
version "4.30.2"
3969-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.30.2.tgz#c6bbaa8ded004c92b6ca9efcc827c9a768605b21"
3970-
integrity sha512-i6sW3DZ74pJyxb7uRlN487kC+gFjXyGm6ZXms6C4bYrmeNT+483tMUt7i2BFssUf+pUcvu4Rb8uR1dMHsZ6trQ==
3971-
dependencies:
3972-
"@types/google.maps" "^3.45.3"
3973-
"@types/hogan.js" "^3.0.0"
3974-
"@types/qs" "^6.5.3"
3975-
algoliasearch-helper "^3.5.5"
3976-
classnames "^2.2.5"
3977-
events "^1.1.0"
3978-
hogan.js "^3.0.2"
3979-
preact "^10.0.0"
3980-
qs "^6.5.1 < 6.10"
3981-
39824001
instantsearch.js@^4.31.1:
39834002
version "4.33.2"
39844003
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
@@ -3995,6 +4014,24 @@ instantsearch.js@^4.31.1:
39954014
qs "^6.5.1 < 6.10"
39964015
search-insights "^2.1.0"
39974016

4017+
instantsearch.js@^4.77.1:
4018+
version "4.77.1"
4019+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.77.1.tgz#cd15acbf03c157b95932bd7bdd0b1db2d2d77a43"
4020+
integrity sha512-fMW72MIS9IxYbP4UthmnQsAJFPrLp5HwAKJpSzLeOLqv/WmvbHytupoC3/K6X1cTazRNkHHc2Y36yWwyl+5ewA==
4021+
dependencies:
4022+
"@algolia/events" "^4.0.1"
4023+
"@types/dom-speech-recognition" "^0.0.1"
4024+
"@types/google.maps" "^3.55.12"
4025+
"@types/hogan.js" "^3.0.0"
4026+
"@types/qs" "^6.5.3"
4027+
algoliasearch-helper "3.23.1"
4028+
hogan.js "^3.0.2"
4029+
htm "^3.0.0"
4030+
instantsearch-ui-components "0.11.1"
4031+
preact "^10.10.0"
4032+
qs "^6.5.1 < 6.10"
4033+
search-insights "^2.17.2"
4034+
39984035
ip@^1.1.0, ip@^1.1.5:
39994036
version "1.1.5"
40004037
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
@@ -5458,6 +5495,11 @@ preact@^10.0.0:
54585495
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.7.tgz#5a530d34b4ba45f38234be8b1b3fe910098a165f"
54595496
integrity sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw==
54605497

5498+
preact@^10.10.0:
5499+
version "10.25.4"
5500+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.4.tgz#c1d00bee9d7b9dcd06a2311d9951973b506ae8ac"
5501+
integrity sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==
5502+
54615503
pretty-bytes@^5.3.0:
54625504
version "5.6.0"
54635505
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -5626,6 +5668,11 @@ regenerator-runtime@^0.13.4:
56265668
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
56275669
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
56285670

5671+
regenerator-runtime@^0.14.0:
5672+
version "0.14.1"
5673+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
5674+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
5675+
56295676
regenerator-transform@^0.14.2:
56305677
version "0.14.5"
56315678
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -5869,6 +5916,11 @@ search-insights@^2.1.0:
58695916
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.1.0.tgz#42822fa325062ec5bf050c5f8cad58f0c5b21310"
58705917
integrity sha512-mWIVsZ5igQnlM2tC0HJCtGWKQcBhLhkasZoZZS2exUfZPpRowVWEvyyYTWU3M0rUKWlWLWFCYvJ3HGTSSCsOcw==
58715918

5919+
search-insights@^2.17.2:
5920+
version "2.17.3"
5921+
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.17.3.tgz#8faea5d20507bf348caba0724e5386862847b661"
5922+
integrity sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==
5923+
58725924
select-hose@^2.0.0:
58735925
version "2.0.0"
58745926
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"

instantsearch.js/render-state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"dependencies": {
1717
"algoliasearch": "4",
18-
"instantsearch.js": "4.63.1"
18+
"instantsearch.js": "4.77.1"
1919
}
2020
}

0 commit comments

Comments
 (0)