From f9167dfac120e15be320f345677bbc68c8d86d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:38:08 -0300 Subject: [PATCH] chore: bump @well-known-components/test-helpers from 1.5.5 to 1.5.6 (#268) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb2f728c..c38ed3d7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@dcl/eslint-config": "^2.0.0", "@types/bcrypt": "^5.0.2", "@types/node": "^20.11.10", - "@well-known-components/test-helpers": "^1.5.5", + "@well-known-components/test-helpers": "^1.5.6", "dcl-catalyst-client": "^21.5.5", "typescript": "^5.3.3" }, diff --git a/yarn.lock b/yarn.lock index d0a256a0..af4d595f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1991,10 +1991,10 @@ pg-query-stream "^4.2.3" sql-template-strings "^2.2.2" -"@well-known-components/test-helpers@^1.5.5": - version "1.5.5" - resolved "https://registry.yarnpkg.com/@well-known-components/test-helpers/-/test-helpers-1.5.5.tgz#73472e599a3e867889b03b226ea86c7aba1f4b6c" - integrity sha512-TDUlPFh9Sog7vCXL+f30dhuBmoGH8ImGGP8mTB/pv25Qf9mF307uPhCklpDUWOB9HqUx/JkUp+0EAXmIDjNvcQ== +"@well-known-components/test-helpers@^1.5.6": + version "1.5.6" + resolved "https://registry.yarnpkg.com/@well-known-components/test-helpers/-/test-helpers-1.5.6.tgz#a17091f1491763fe258c195eb470086aa9e03910" + integrity sha512-BQpNNhcg57x7iifJyzMmBVAGOleRb74OuR8qjoFA+I3EzEcYw65rkycNXbTP+icw4pjbTP3Ga9HafjR9nquIpg== dependencies: "@types/jest" "^29.5.2" "@types/sinon" "^17.0.1"