From 9f691b54cdb96409c79d57d6bf7a65a56c2a62ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:50:48 +0000 Subject: [PATCH] Bump qs in /packages/async-memo-ize-plugin-redis-cache Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/async-memo-ize-plugin-redis-cache/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/async-memo-ize-plugin-redis-cache/yarn.lock b/packages/async-memo-ize-plugin-redis-cache/yarn.lock index cd41fee..bf72cc6 100644 --- a/packages/async-memo-ize-plugin-redis-cache/yarn.lock +++ b/packages/async-memo-ize-plugin-redis-cache/yarn.lock @@ -90,9 +90,9 @@ async-each@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" -async-memo-ize@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/async-memo-ize/-/async-memo-ize-0.1.5.tgz#bfdef53847baa3041753bb53b43ca437bb447d96" +async-memo-ize@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/async-memo-ize/-/async-memo-ize-0.2.0.tgz#9472ee90243148d30bb117d60b23c061ba323585" dependencies: lru_map "^0.3.3" @@ -1880,8 +1880,8 @@ qs@6.5.1: resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" qs@~6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" + version "6.4.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.1.tgz#2bad97710a5b661c366b378b1e3a44a592ff45e6" randomatic@^1.1.3: version "1.1.7"