Skip to content

Commit aba4e6e

Browse files
fix(deps): update algolia-instantsearch monorepo
1 parent 47634d5 commit aba4e6e

File tree

90 files changed

+1453
-1364
lines changed

Some content is hidden

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

90 files changed

+1453
-1364
lines changed

angular-instantsearch/e-commerce/package.json

Lines changed: 1 addition & 1 deletion
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.60.0",
2323
"nouislider": "10.1.0",
2424
"rxjs": "6.6.7",
2525
"tslib": "2.3.1",

angular-instantsearch/e-commerce/yarn.lock

Lines changed: 73 additions & 19 deletions
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/[email protected]":
7075
version "4.12.1"
7176
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
@@ -106,6 +111,19 @@
106111
"@algolia/logger-common" "4.12.1"
107112
"@algolia/requester-common" "4.12.1"
108113

114+
"@algolia/ui-components-highlight-vdom@^1.2.2":
115+
version "1.2.2"
116+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.2.2.tgz#913ac447e41afc79dcbd95ca37531bbfbdb81cfe"
117+
integrity sha512-/+7jh7cd5rR2yQC7ME4SDcnAMiD1Ofn5Qq+E7afTJx9XSMOHkLR77/o6YcuJ60TfD1S+9lr7yjBLACon8gOuzQ==
118+
dependencies:
119+
"@algolia/ui-components-shared" "1.2.2"
120+
"@babel/runtime" "^7.0.0"
121+
122+
"@algolia/[email protected]", "@algolia/ui-components-shared@^1.2.2":
123+
version "1.2.2"
124+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-shared/-/ui-components-shared-1.2.2.tgz#ec49246e2de7d0461cdeadf2e7742d2f2c7c0bd9"
125+
integrity sha512-FYwEG5sbr8p4V8mqP0iUaKgmWfcrMXRXwp7e6iBuB65P/7QyL8pT4I6/iGb85Q5mNH+UtYYSmLZhKjEblllKEQ==
126+
109127
"@ampproject/[email protected]":
110128
version "1.1.1"
111129
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-1.1.1.tgz#e220d0a5288b07afd6392a584d15921839e9da32"
@@ -1421,6 +1439,13 @@
14211439
dependencies:
14221440
regenerator-runtime "^0.13.4"
14231441

1442+
"@babel/runtime@^7.0.0":
1443+
version "7.23.2"
1444+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
1445+
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
1446+
dependencies:
1447+
regenerator-runtime "^0.14.0"
1448+
14241449
"@babel/runtime@^7.8.4":
14251450
version "7.14.0"
14261451
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
@@ -1674,6 +1699,11 @@
16741699
dependencies:
16751700
"@types/node" "*"
16761701

1702+
"@types/dom-speech-recognition@^0.0.1":
1703+
version "0.0.1"
1704+
resolved "https://registry.yarnpkg.com/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz#e326761a04b4a49c0eec2ac7948afc1c6aa12baa"
1705+
integrity sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==
1706+
16771707
"@types/eslint-scope@^3.7.0":
16781708
version "3.7.0"
16791709
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.0.tgz#4792816e31119ebd506902a482caec4951fabd86"
@@ -2063,12 +2093,12 @@ ajv@^8.0.0:
20632093
require-from-string "^2.0.2"
20642094
uri-js "^4.2.2"
20652095

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==
2096+
algoliasearch-helper@3.15.0:
2097+
version "3.15.0"
2098+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.15.0.tgz#d680783329920a3619a74504dccb97a4fb943443"
2099+
integrity sha512-DGUnK3TGtDQsaUE4ayF/LjSN0DGsuYThB8WBgnnDY0Wq04K6lNVruO3LfqJOgSfDiezp+Iyt8Tj4YKHi+/ivSA==
20702100
dependencies:
2071-
events "^1.1.1"
2101+
"@algolia/events" "^4.0.1"
20722102

20732103
algoliasearch-helper@^3.6.2:
20742104
version "3.6.2"
@@ -3862,6 +3892,11 @@ hpack.js@^2.1.6:
38623892
readable-stream "^2.0.1"
38633893
wbuf "^1.1.0"
38643894

3895+
htm@^3.0.0:
3896+
version "3.1.1"
3897+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3898+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3899+
38653900
html-entities@^2.3.2:
38663901
version "2.3.2"
38673902
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
@@ -4094,36 +4129,40 @@ instantsearch.css@^7.3.1:
40944129
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.3.1.tgz#7ab74a8f355091ae040947a9cf5438f379026622"
40954130
integrity sha512-/kaMDna5D+Q9mImNBHEhb9HgHATDOFKYii7N1Iwvrj+lmD9gBJLqVhUw67gftq2O0QI330pFza+CRscIwB1wQQ==
40964131

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==
4132+
instantsearch.js@^4.31.1:
4133+
version "4.33.2"
4134+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
4135+
integrity sha512-klQdP6G0wokCPuCyjsar3xPLZGKg+r3eUlW2vKZ6NBi8Ke9pC22ewjVNaJ6revWP/RsXxDMgTWfQKnYHRBddEg==
41014136
dependencies:
41024137
"@types/google.maps" "^3.45.3"
41034138
"@types/hogan.js" "^3.0.0"
41044139
"@types/qs" "^6.5.3"
4105-
algoliasearch-helper "^3.5.5"
4140+
algoliasearch-helper "^3.6.2"
41064141
classnames "^2.2.5"
41074142
events "^1.1.0"
41084143
hogan.js "^3.0.2"
41094144
preact "^10.0.0"
41104145
qs "^6.5.1 < 6.10"
4146+
search-insights "^2.1.0"
41114147

4112-
instantsearch.js@^4.31.1:
4113-
version "4.33.2"
4114-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
4115-
integrity sha512-klQdP6G0wokCPuCyjsar3xPLZGKg+r3eUlW2vKZ6NBi8Ke9pC22ewjVNaJ6revWP/RsXxDMgTWfQKnYHRBddEg==
4148+
instantsearch.js@^4.60.0:
4149+
version "4.60.0"
4150+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.60.0.tgz#3b5476a5532efbc3fcb513a36905dc6c76d7e26d"
4151+
integrity sha512-u/xeCT1DaxPioJnSm3hV4lNAojlhbjGrpX5fHO6+RJjpDFv/MgYxiIOdaIRowmt5F0v/3QCm+Un5f4jy1/+emA==
41164152
dependencies:
4153+
"@algolia/events" "^4.0.1"
4154+
"@algolia/ui-components-highlight-vdom" "^1.2.2"
4155+
"@algolia/ui-components-shared" "^1.2.2"
4156+
"@types/dom-speech-recognition" "^0.0.1"
41174157
"@types/google.maps" "^3.45.3"
41184158
"@types/hogan.js" "^3.0.0"
41194159
"@types/qs" "^6.5.3"
4120-
algoliasearch-helper "^3.6.2"
4121-
classnames "^2.2.5"
4122-
events "^1.1.0"
4160+
algoliasearch-helper "3.15.0"
41234161
hogan.js "^3.0.2"
4124-
preact "^10.0.0"
4162+
htm "^3.0.0"
4163+
preact "^10.10.0"
41254164
qs "^6.5.1 < 6.10"
4126-
search-insights "^2.1.0"
4165+
search-insights "^2.6.0"
41274166

41284167
ip@^1.1.0, ip@^1.1.5:
41294168
version "1.1.5"
@@ -5597,6 +5636,11 @@ preact@^10.0.0:
55975636
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.7.tgz#5a530d34b4ba45f38234be8b1b3fe910098a165f"
55985637
integrity sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw==
55995638

5639+
preact@^10.10.0:
5640+
version "10.18.2"
5641+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.18.2.tgz#e3aeccc292aebbc2e0b76ed76570aa61dd5f75e4"
5642+
integrity sha512-X/K43vocUHDg0XhWVmTTMbec4LT/iBMh+csCEqJk+pJqegaXsvjdqN80ZZ3L+93azWCnWCZ+WGwYb8SplxeNjA==
5643+
56005644
pretty-bytes@^5.3.0:
56015645
version "5.6.0"
56025646
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -5772,6 +5816,11 @@ regenerator-runtime@^0.13.4:
57725816
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
57735817
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
57745818

5819+
regenerator-runtime@^0.14.0:
5820+
version "0.14.0"
5821+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
5822+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
5823+
57755824
regenerator-transform@^0.14.2:
57765825
version "0.14.5"
57775826
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -6015,6 +6064,11 @@ search-insights@^2.1.0:
60156064
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.1.0.tgz#42822fa325062ec5bf050c5f8cad58f0c5b21310"
60166065
integrity sha512-mWIVsZ5igQnlM2tC0HJCtGWKQcBhLhkasZoZZS2exUfZPpRowVWEvyyYTWU3M0rUKWlWLWFCYvJ3HGTSSCsOcw==
60176066

6067+
search-insights@^2.6.0:
6068+
version "2.9.0"
6069+
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.9.0.tgz#06797bc29b2d0edf54a3dffab0ef2220c02fafad"
6070+
integrity sha512-bkWW9nIHOFkLwjQ1xqVaMbjjO5vhP26ERsH9Y3pKr8imthofEFIxlnOabkmGcw6ksRj9jWidcI65vvjJH/nTGg==
6071+
60186072
select-hose@^2.0.0:
60196073
version "2.0.0"
60206074
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"

angular-instantsearch/media/package.json

Lines changed: 1 addition & 1 deletion
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.60.0",
2323
"nouislider": "10.1.0",
2424
"rxjs": "6.6.7",
2525
"tslib": "2.3.1",

angular-instantsearch/media/yarn.lock

Lines changed: 73 additions & 19 deletions
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/[email protected]":
7075
version "4.12.1"
7176
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
@@ -106,6 +111,19 @@
106111
"@algolia/logger-common" "4.12.1"
107112
"@algolia/requester-common" "4.12.1"
108113

114+
"@algolia/ui-components-highlight-vdom@^1.2.2":
115+
version "1.2.2"
116+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.2.2.tgz#913ac447e41afc79dcbd95ca37531bbfbdb81cfe"
117+
integrity sha512-/+7jh7cd5rR2yQC7ME4SDcnAMiD1Ofn5Qq+E7afTJx9XSMOHkLR77/o6YcuJ60TfD1S+9lr7yjBLACon8gOuzQ==
118+
dependencies:
119+
"@algolia/ui-components-shared" "1.2.2"
120+
"@babel/runtime" "^7.0.0"
121+
122+
"@algolia/[email protected]", "@algolia/ui-components-shared@^1.2.2":
123+
version "1.2.2"
124+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-shared/-/ui-components-shared-1.2.2.tgz#ec49246e2de7d0461cdeadf2e7742d2f2c7c0bd9"
125+
integrity sha512-FYwEG5sbr8p4V8mqP0iUaKgmWfcrMXRXwp7e6iBuB65P/7QyL8pT4I6/iGb85Q5mNH+UtYYSmLZhKjEblllKEQ==
126+
109127
"@ampproject/[email protected]":
110128
version "1.1.1"
111129
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-1.1.1.tgz#e220d0a5288b07afd6392a584d15921839e9da32"
@@ -1299,6 +1317,13 @@
12991317
dependencies:
13001318
regenerator-runtime "^0.13.4"
13011319

1320+
"@babel/runtime@^7.0.0":
1321+
version "7.23.2"
1322+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
1323+
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
1324+
dependencies:
1325+
regenerator-runtime "^0.14.0"
1326+
13021327
"@babel/runtime@^7.8.4":
13031328
version "7.14.5"
13041329
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
@@ -1537,6 +1562,11 @@
15371562
dependencies:
15381563
"@types/node" "*"
15391564

1565+
"@types/dom-speech-recognition@^0.0.1":
1566+
version "0.0.1"
1567+
resolved "https://registry.yarnpkg.com/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz#e326761a04b4a49c0eec2ac7948afc1c6aa12baa"
1568+
integrity sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==
1569+
15401570
"@types/eslint-scope@^3.7.0":
15411571
version "3.7.2"
15421572
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.2.tgz#11e96a868c67acf65bf6f11d10bb89ea71d5e473"
@@ -1921,12 +1951,12 @@ ajv@^8.0.0:
19211951
require-from-string "^2.0.2"
19221952
uri-js "^4.2.2"
19231953

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==
1954+
algoliasearch-helper@3.15.0:
1955+
version "3.15.0"
1956+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.15.0.tgz#d680783329920a3619a74504dccb97a4fb943443"
1957+
integrity sha512-DGUnK3TGtDQsaUE4ayF/LjSN0DGsuYThB8WBgnnDY0Wq04K6lNVruO3LfqJOgSfDiezp+Iyt8Tj4YKHi+/ivSA==
19281958
dependencies:
1929-
events "^1.1.1"
1959+
"@algolia/events" "^4.0.1"
19301960

19311961
algoliasearch-helper@^3.6.2:
19321962
version "3.6.2"
@@ -3732,6 +3762,11 @@ hpack.js@^2.1.6:
37323762
readable-stream "^2.0.1"
37333763
wbuf "^1.1.0"
37343764

3765+
htm@^3.0.0:
3766+
version "3.1.1"
3767+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3768+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3769+
37353770
html-entities@^2.3.2:
37363771
version "2.3.2"
37373772
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
@@ -3964,36 +3999,40 @@ instantsearch.css@^7.3.1:
39643999
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.4.5.tgz#2a521aa634329bf1680f79adf87c79d67669ec8d"
39654000
integrity sha512-iIGBYjCokU93DDB8kbeztKtlu4qVEyTg1xvS6iSO1YvqRwkIZgf0tmsl/GytsLdZhuw8j4wEaeYsCzNbeJ/zEQ==
39664001

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==
4002+
instantsearch.js@^4.31.1:
4003+
version "4.33.2"
4004+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
4005+
integrity sha512-klQdP6G0wokCPuCyjsar3xPLZGKg+r3eUlW2vKZ6NBi8Ke9pC22ewjVNaJ6revWP/RsXxDMgTWfQKnYHRBddEg==
39714006
dependencies:
39724007
"@types/google.maps" "^3.45.3"
39734008
"@types/hogan.js" "^3.0.0"
39744009
"@types/qs" "^6.5.3"
3975-
algoliasearch-helper "^3.5.5"
4010+
algoliasearch-helper "^3.6.2"
39764011
classnames "^2.2.5"
39774012
events "^1.1.0"
39784013
hogan.js "^3.0.2"
39794014
preact "^10.0.0"
39804015
qs "^6.5.1 < 6.10"
4016+
search-insights "^2.1.0"
39814017

3982-
instantsearch.js@^4.31.1:
3983-
version "4.33.2"
3984-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.33.2.tgz#d3e75bc6bb5bb40c68c36e0a159649969e5a113f"
3985-
integrity sha512-klQdP6G0wokCPuCyjsar3xPLZGKg+r3eUlW2vKZ6NBi8Ke9pC22ewjVNaJ6revWP/RsXxDMgTWfQKnYHRBddEg==
4018+
instantsearch.js@^4.60.0:
4019+
version "4.60.0"
4020+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.60.0.tgz#3b5476a5532efbc3fcb513a36905dc6c76d7e26d"
4021+
integrity sha512-u/xeCT1DaxPioJnSm3hV4lNAojlhbjGrpX5fHO6+RJjpDFv/MgYxiIOdaIRowmt5F0v/3QCm+Un5f4jy1/+emA==
39864022
dependencies:
4023+
"@algolia/events" "^4.0.1"
4024+
"@algolia/ui-components-highlight-vdom" "^1.2.2"
4025+
"@algolia/ui-components-shared" "^1.2.2"
4026+
"@types/dom-speech-recognition" "^0.0.1"
39874027
"@types/google.maps" "^3.45.3"
39884028
"@types/hogan.js" "^3.0.0"
39894029
"@types/qs" "^6.5.3"
3990-
algoliasearch-helper "^3.6.2"
3991-
classnames "^2.2.5"
3992-
events "^1.1.0"
4030+
algoliasearch-helper "3.15.0"
39934031
hogan.js "^3.0.2"
3994-
preact "^10.0.0"
4032+
htm "^3.0.0"
4033+
preact "^10.10.0"
39954034
qs "^6.5.1 < 6.10"
3996-
search-insights "^2.1.0"
4035+
search-insights "^2.6.0"
39974036

39984037
ip@^1.1.0, ip@^1.1.5:
39994038
version "1.1.5"
@@ -5458,6 +5497,11 @@ preact@^10.0.0:
54585497
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.7.tgz#5a530d34b4ba45f38234be8b1b3fe910098a165f"
54595498
integrity sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw==
54605499

5500+
preact@^10.10.0:
5501+
version "10.18.2"
5502+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.18.2.tgz#e3aeccc292aebbc2e0b76ed76570aa61dd5f75e4"
5503+
integrity sha512-X/K43vocUHDg0XhWVmTTMbec4LT/iBMh+csCEqJk+pJqegaXsvjdqN80ZZ3L+93azWCnWCZ+WGwYb8SplxeNjA==
5504+
54615505
pretty-bytes@^5.3.0:
54625506
version "5.6.0"
54635507
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
@@ -5626,6 +5670,11 @@ regenerator-runtime@^0.13.4:
56265670
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
56275671
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
56285672

5673+
regenerator-runtime@^0.14.0:
5674+
version "0.14.0"
5675+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
5676+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
5677+
56295678
regenerator-transform@^0.14.2:
56305679
version "0.14.5"
56315680
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -5869,6 +5918,11 @@ search-insights@^2.1.0:
58695918
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.1.0.tgz#42822fa325062ec5bf050c5f8cad58f0c5b21310"
58705919
integrity sha512-mWIVsZ5igQnlM2tC0HJCtGWKQcBhLhkasZoZZS2exUfZPpRowVWEvyyYTWU3M0rUKWlWLWFCYvJ3HGTSSCsOcw==
58715920

5921+
search-insights@^2.6.0:
5922+
version "2.9.0"
5923+
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.9.0.tgz#06797bc29b2d0edf54a3dffab0ef2220c02fafad"
5924+
integrity sha512-bkWW9nIHOFkLwjQ1xqVaMbjjO5vhP26ERsH9Y3pKr8imthofEFIxlnOabkmGcw6ksRj9jWidcI65vvjJH/nTGg==
5925+
58725926
select-hose@^2.0.0:
58735927
version "2.0.0"
58745928
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"

instantsearch.js/segment-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"keywords": [],
2323
"dependencies": {
2424
"algoliasearch": "4.12.1",
25-
"instantsearch.js": "4.55.0"
25+
"instantsearch.js": "4.60.0"
2626
},
2727
"description": "Used by CodeSandbox CI"
2828
}

0 commit comments

Comments
 (0)