Skip to content

Commit 3330ae2

Browse files
Bump instantsearch.js from 4.43.1 to 4.44.1
Bumps [instantsearch.js](https://github.com/algolia/instantsearch.js) from 4.43.1 to 4.44.1. - [Release notes](https://github.com/algolia/instantsearch.js/releases) - [Changelog](https://github.com/algolia/instantsearch.js/blob/master/CHANGELOG.md) - [Commits](algolia/instantsearch@v4.43.1...v4.44.1) --- updated-dependencies: - dependency-name: instantsearch.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8b97e7 commit 3330ae2

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"eslint-plugin-react": "^7.22.0",
9292
"eslint-plugin-standard": "^5.0.0",
9393
"eslint-plugin-vue": "^7.7.0",
94-
"instantsearch.js": "^4.43.1",
94+
"instantsearch.js": "^4.44.1",
9595
"jest": "^27.2.2",
9696
"jest-watch-typeahead": "^0.6.3",
9797
"prettier": "^2.0.0",

yarn.lock

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@
111111
"@algolia/logger-common" "4.14.1"
112112
"@algolia/requester-common" "4.14.1"
113113

114+
"@algolia/ui-components-highlight-vdom@^1.1.2":
115+
version "1.1.3"
116+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.1.3.tgz#ba3ec05d4657286e2e688e1446c591d0e4217166"
117+
integrity sha512-KgSiQ+FQf+e2HDNgw9J66HmpbIdZA9VQpLwDn950DCgo7BEZQrMqgqkMPJhHYZfkPvRfxV+1T3XwS43zib8w4w==
118+
dependencies:
119+
"@algolia/ui-components-shared" "1.1.3"
120+
"@babel/runtime" "^7.0.0"
121+
122+
"@algolia/[email protected]", "@algolia/ui-components-shared@^1.1.2":
123+
version "1.1.3"
124+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-shared/-/ui-components-shared-1.1.3.tgz#d62760b20584f628f57e8a144f5796bc42fd68f1"
125+
integrity sha512-eBxvljiwvajSsg9Pz9nYNH+QH/b5q66Z4xRDr1LhICNuLibDF64mH+Vv4mg29qPxmmgMWlmWiwJQmQqR9Z229w==
126+
114127
"@ampproject/remapping@^2.1.0":
115128
version "2.1.2"
116129
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -1077,6 +1090,13 @@
10771090
core-js-pure "^3.0.0"
10781091
regenerator-runtime "^0.13.4"
10791092

1093+
"@babel/runtime@^7.0.0":
1094+
version "7.18.9"
1095+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
1096+
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
1097+
dependencies:
1098+
regenerator-runtime "^0.13.4"
1099+
10801100
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4":
10811101
version "7.12.5"
10821102
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
@@ -3966,6 +3986,11 @@ hsla-regex@^1.0.0:
39663986
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
39673987
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
39683988

3989+
htm@^3.0.0:
3990+
version "3.1.1"
3991+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3992+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3993+
39693994
html-comment-regex@^1.1.0:
39703995
version "1.1.2"
39713996
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
@@ -4093,18 +4118,21 @@ [email protected]:
40934118
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
40944119
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
40954120

4096-
instantsearch.js@^4.43.1:
4097-
version "4.43.1"
4098-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.43.1.tgz#9f316c13f63a1e53bf999f5d3716dc73bc7e9f4d"
4099-
integrity sha512-JEaODN0MDb5atW39nWmdxCPlcaNmX7THBlhy3cAJhVG9c19Cfaw27DXRBdE9E9B7WO45YYAhyNTnGITNKBXC0w==
4121+
instantsearch.js@^4.44.1:
4122+
version "4.44.1"
4123+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.44.1.tgz#095786320a9f1f57f689f81c930bfb408c328c0c"
4124+
integrity sha512-1BuFe/LH08tQe0KreB6mre1sxLMOjm+YkA6mZinCIoArzRmgsx4Wl7guOvbj6QVLi9NtA/C9ZRRjx9DP2eSR6Q==
41004125
dependencies:
41014126
"@algolia/events" "^4.0.1"
4127+
"@algolia/ui-components-highlight-vdom" "^1.1.2"
4128+
"@algolia/ui-components-shared" "^1.1.2"
41024129
"@types/google.maps" "^3.45.3"
41034130
"@types/hogan.js" "^3.0.0"
41044131
"@types/qs" "^6.5.3"
41054132
algoliasearch-helper "^3.10.0"
41064133
classnames "^2.2.5"
41074134
hogan.js "^3.0.2"
4135+
htm "^3.0.0"
41084136
preact "^10.6.0"
41094137
qs "^6.5.1 < 6.10"
41104138
search-insights "^2.1.0"

0 commit comments

Comments
 (0)