Skip to content

Commit fcc2fb5

Browse files
committed
chore(deps): update dependency instantsearch.js to v4.49.0
1 parent 209d8c1 commit fcc2fb5

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

modules/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Pixelastic <[email protected]>",
33
"dependencies": {
44
"algoliasearch": "4.14.2",
5-
"instantsearch.js": "4.48.0",
5+
"instantsearch.js": "4.49.0",
66
"lazysizes": "5.3.2",
77
"lodash-es": "4.17.21",
88
"norska-image-proxy": "^2.7.0"

yarn.lock

+15-21
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@
111111
"@algolia/logger-common" "4.14.2"
112112
"@algolia/requester-common" "4.14.2"
113113

114-
"@algolia/ui-components-highlight-vdom@^1.1.2":
115-
version "1.1.3"
116-
resolved "https://registry.npmjs.org/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.1.3.tgz#ba3ec05d4657286e2e688e1446c591d0e4217166"
117-
integrity sha512-KgSiQ+FQf+e2HDNgw9J66HmpbIdZA9VQpLwDn950DCgo7BEZQrMqgqkMPJhHYZfkPvRfxV+1T3XwS43zib8w4w==
114+
"@algolia/ui-components-highlight-vdom@^1.2.1":
115+
version "1.2.1"
116+
resolved "https://registry.npmjs.org/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.2.1.tgz#c430c9f090ef8c68477ef4b685324ed231ce0c13"
117+
integrity sha512-IlYgIaCUEkz9ezNbwugwKv991oOHhveyq6nzL0F1jDzg1p3q5Yj/vO4KpNG910r2dwGCG3nEm5GtChcLnarhFA==
118118
dependencies:
119-
"@algolia/ui-components-shared" "1.1.3"
119+
"@algolia/ui-components-shared" "1.2.1"
120120
"@babel/runtime" "^7.0.0"
121121

122-
"@algolia/ui-components-shared@1.1.3", "@algolia/ui-components-shared@^1.1.2":
123-
version "1.1.3"
124-
resolved "https://registry.npmjs.org/@algolia/ui-components-shared/-/ui-components-shared-1.1.3.tgz#d62760b20584f628f57e8a144f5796bc42fd68f1"
125-
integrity sha512-eBxvljiwvajSsg9Pz9nYNH+QH/b5q66Z4xRDr1LhICNuLibDF64mH+Vv4mg29qPxmmgMWlmWiwJQmQqR9Z229w==
122+
"@algolia/ui-components-shared@1.2.1", "@algolia/ui-components-shared@^1.2.1":
123+
version "1.2.1"
124+
resolved "https://registry.npmjs.org/@algolia/ui-components-shared/-/ui-components-shared-1.2.1.tgz#62e3a04fc11623f149312942cd764d4528dd994c"
125+
integrity sha512-a7mYHf/GVQfhAx/HRiMveKkFvHspQv/REdG+C/FIOosiSmNZxX7QebDwJkrGSmDWdXO12D0Qv1xn3AytFcEDlQ==
126126

127127
128128
version "7.12.11"
@@ -5588,11 +5588,6 @@ class-utils@^0.3.5:
55885588
isobject "^3.0.0"
55895589
static-extend "^0.1.1"
55905590

5591-
classnames@^2.2.5:
5592-
version "2.2.6"
5593-
resolved "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
5594-
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
5595-
55965591
clean-deep@^3.0.2:
55975592
version "3.3.0"
55985593
resolved "https://registry.npmjs.org/clean-deep/-/clean-deep-3.3.0.tgz#00509a2cb431fa83fb202aa759534681f0309172"
@@ -10030,19 +10025,18 @@ inquirer@^7.0.0, inquirer@^7.3.3:
1003010025
strip-ansi "^6.0.0"
1003110026
through "^2.3.6"
1003210027

10033-
instantsearch.js@4.48.0:
10034-
version "4.48.0"
10035-
resolved "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.48.0.tgz#5017aa641678ace338e04c5721846f28a71fbad0"
10036-
integrity sha512-q9Yz9K32fw30oxjsil85fqTxOEtXIp50xpmq3OndOVb8ReXe8ei0E7kh8Me/zawRBBTxmqX+At8tBvC/q8h5bQ==
10028+
instantsearch.js@4.49.0:
10029+
version "4.49.0"
10030+
resolved "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.49.0.tgz#14211c1e407a84d9783d98777c649221f4ab4243"
10031+
integrity sha512-ihnc4CLlO1tQMeQDEQtFl6cWsotVGaOGbiPY6kNd+XsVpSCWngdBFPnnwcIVWG2MfEd9A/ypnpe/eR3fm6EcVA==
1003710032
dependencies:
1003810033
"@algolia/events" "^4.0.1"
10039-
"@algolia/ui-components-highlight-vdom" "^1.1.2"
10040-
"@algolia/ui-components-shared" "^1.1.2"
10034+
"@algolia/ui-components-highlight-vdom" "^1.2.1"
10035+
"@algolia/ui-components-shared" "^1.2.1"
1004110036
"@types/google.maps" "^3.45.3"
1004210037
"@types/hogan.js" "^3.0.0"
1004310038
"@types/qs" "^6.5.3"
1004410039
algoliasearch-helper "^3.11.1"
10045-
classnames "^2.2.5"
1004610040
hogan.js "^3.0.2"
1004710041
htm "^3.0.0"
1004810042
preact "^10.10.0"

0 commit comments

Comments
 (0)