Skip to content

Commit c253c94

Browse files
Bump @docsearch/js from 3.6.1 to 3.6.2 (#1396)
Bumps [@docsearch/js](https://github.com/algolia/docsearch) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md) - [Commits](algolia/docsearch@v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: "@docsearch/js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8974ea2 commit c253c94

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"license": "UNLICENSED",
33
"private": true,
44
"dependencies": {
5-
"@docsearch/js": "^3.6.1",
5+
"@docsearch/js": "^3.6.2",
66
"@hotwired/turbo": "^8.0.10",
77
"@rails/ujs": "7.1.400",
88
"highlight.js": "^11.10.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,27 +1135,27 @@
11351135
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
11361136
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
11371137

1138-
"@docsearch/css@3.6.1":
1139-
version "3.6.1"
1140-
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.1.tgz#f0a728ecb486c81f2d282650fc1820c914913408"
1141-
integrity sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==
1138+
"@docsearch/css@3.6.2":
1139+
version "3.6.2"
1140+
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.2.tgz#ccd9c83dbfeaf34efe4e3547ee596714ae7e5891"
1141+
integrity sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==
11421142

1143-
"@docsearch/js@^3.6.1":
1144-
version "3.6.1"
1145-
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.6.1.tgz#aaf6c6427371a53c1cd46b2ed08b9c353e5cd02d"
1146-
integrity sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==
1143+
"@docsearch/js@^3.6.2":
1144+
version "3.6.2"
1145+
resolved "https://registry.yarnpkg.com/@docsearch/js/-/js-3.6.2.tgz#000d7d255e8387e7c5b82c7b87d3060398e1605d"
1146+
integrity sha512-pS4YZF+VzUogYrkblCucQ0Oy2m8Wggk8Kk7lECmZM60hTbaydSIhJTTiCrmoxtBqV8wxORnOqcqqOfbmkkQEcA==
11471147
dependencies:
1148-
"@docsearch/react" "3.6.1"
1148+
"@docsearch/react" "3.6.2"
11491149
preact "^10.0.0"
11501150

1151-
"@docsearch/react@3.6.1":
1152-
version "3.6.1"
1153-
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.1.tgz#0f826df08693293806d64277d6d9c38636211b97"
1154-
integrity sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==
1151+
"@docsearch/react@3.6.2":
1152+
version "3.6.2"
1153+
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.2.tgz#32b16dd7d5614f0d39e6bc018549816b68d171b8"
1154+
integrity sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==
11551155
dependencies:
11561156
"@algolia/autocomplete-core" "1.9.3"
11571157
"@algolia/autocomplete-preset-algolia" "1.9.3"
1158-
"@docsearch/css" "3.6.1"
1158+
"@docsearch/css" "3.6.2"
11591159
algoliasearch "^4.19.1"
11601160

11611161
"@hotwired/turbo@^8.0.10":

0 commit comments

Comments
 (0)