From bd959f690898e1f4243e34783294fe031867f24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 17:22:18 +0000 Subject: [PATCH] Chore(deps): Bump qs from 6.5.2 to 6.5.3 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [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.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index af2899a..ffdec03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11,6 +11,11 @@ web3-eth-abi "1.2.5" web3-utils "1.2.5" +"@aragon/staking@0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@aragon/staking/-/staking-0.3.0.tgz#37f54b0a74e9e5d3b987c7b6358d61e283925e7f" + integrity sha512-13Bld7DAz8gtkQDIgnPwNOInlPTyefI7U8NQFCaAZTpjEQT1Gdg2tlhZ/mr3z4oPb4SE6cMEaavogMCwQmCwIg== + "@aragon/truffle-config-v5@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@aragon/truffle-config-v5/-/truffle-config-v5-1.0.1.tgz#e69803bca836357cfef55f3ff97b3b8593425d88" @@ -6136,9 +6141,9 @@ qs@^6.4.0, qs@^6.5.2: integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ== qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== query-string@^5.0.1: version "5.1.1"