Skip to content

Commit

Permalink
Bump @algolia/cache-browser-local-storage from 4.13.0 to 4.17.1
Browse files Browse the repository at this point in the history
Bumps [@algolia/cache-browser-local-storage](https://github.com/algolia/algoliasearch-client-javascript) from 4.13.0 to 4.17.1.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@4.13.0...4.17.1)

---
updated-dependencies:
- dependency-name: "@algolia/cache-browser-local-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2023
1 parent fe821f5 commit 6448e7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "my_zivi",
"private": true,
"dependencies": {
"@algolia/cache-browser-local-storage": "^4.13.0",
"@algolia/cache-browser-local-storage": "^4.17.1",
"@algolia/cache-common": "^4.13.0",
"@algolia/cache-in-memory": "^4.14.2",
"@algolia/client-search": "^4.13.0",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,20 @@
dependencies:
"@algolia/cache-common" "4.10.3"

"@algolia/cache-browser-local-storage@4.13.0", "@algolia/cache-browser-local-storage@^4.13.0":
"@algolia/cache-browser-local-storage@4.13.0":
version "4.13.0"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.13.0.tgz#f8aa4fe31104b19d616ea392f9ed5c2ea847d964"
integrity sha512-nj1vHRZauTqP/bluwkRIgEADEimqojJgoTRCel5f6q8WCa9Y8QeI4bpDQP28FoeKnDRYa3J5CauDlN466jqRhg==
dependencies:
"@algolia/cache-common" "4.13.0"

"@algolia/cache-browser-local-storage@^4.17.1":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.17.1.tgz#b2f204a436893b4856165670ec4dda12cdc055b8"
integrity sha512-e91Jpu93X3t3mVdQwF3ZDjSFMFIfzSc+I76G4EX8nl9RYXgqcjframoL05VTjcD2YCsI18RIHAWVCBoCXVZnrw==
dependencies:
"@algolia/cache-common" "4.17.1"

"@algolia/cache-common@4.10.3":
version "4.10.3"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.10.3.tgz#311b2b5ae06d55300f4230944c99bc39ad15847d"
Expand All @@ -26,11 +33,16 @@
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.13.0.tgz#27b83fd3939d08d72261b36a07eeafc4cb4d2113"
integrity sha512-f9mdZjskCui/dA/fA/5a+6hZ7xnHaaZI5tM/Rw9X8rRB39SUlF/+o3P47onZ33n/AwkpSbi5QOyhs16wHd55kA==

"@algolia/cache-common@4.14.2", "@algolia/cache-common@^4.13.0":
"@algolia/cache-common@4.14.2":
version "4.14.2"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.14.2.tgz#b946b6103c922f0c06006fb6929163ed2c67d598"
integrity sha512-SbvAlG9VqNanCErr44q6lEKD2qoK4XtFNx9Qn8FK26ePCI8I9yU7pYB+eM/cZdS9SzQCRJBbHUumVr4bsQ4uxg==

"@algolia/cache-common@4.17.1", "@algolia/cache-common@^4.13.0":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.17.1.tgz#f4877f6fdc594a29ce6d032fae96f0517bf80b1d"
integrity sha512-fvi1WT8aSiGAKrcTw8Qg3RYgcwW8GZMHcqEm4AyDBEy72JZlFBSY80cTQ75MslINjCHXLDT+9EN8AGI9WVY7uA==

"@algolia/cache-in-memory@4.10.3":
version "4.10.3"
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.10.3.tgz#697e4994538426272ea29ccf2b32b46ea4c48862"
Expand Down

0 comments on commit 6448e7f

Please sign in to comment.