From 014a413f14dded3861a9c288ea618f1602bcd66d Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 20 Oct 2021 11:22:18 +0100 Subject: [PATCH] feat(dependencies): update algoliasearch-helper (#4936) - fix for possible prototype pollution - "expands" facets: * for improved cache behaviour --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8401bd55b4..19ff73c4ab 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/google.maps": "^3.45.3", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "^3.5.5", + "algoliasearch-helper": "^3.6.2", "classnames": "^2.2.5", "events": "^1.1.0", "hogan.js": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index 7c55faf130..f5feb160ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3151,10 +3151,10 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@~6.12.6: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -algoliasearch-helper@^3.5.5: - version "3.5.5" - resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.5.5.tgz#05263869d3c8a7292278d7e49630f52520f204d7" - integrity sha512-JDH14gMpSj8UzEaKwVkrqKOeAOyK0dDWsFlKvWhk0Xl5yw9FyafYf1xZPb4uSXaPBAFQtUouFlR1Zt68BCY0/w== +algoliasearch-helper@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.6.2.tgz#45e19b12589cfa0c611b573287f65266ea2cc14a" + integrity sha512-Xx0NOA6k4ySn+R2l3UMSONAaMkyfmrZ3AP1geEMo32MxDJQJesZABZYsldO9fa6FKQxH91afhi4hO1G0Zc2opg== dependencies: events "^1.1.1"