From ace474212ac65a6585ce330d0fdfe7740adfc6f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:37:48 +0200 Subject: [PATCH] Update dependency testcontainers to v9.6.0 (#262) Co-authored-by: renovate[bot] <29139614+renovate[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 9c2f2eb..0508750 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@kristiandupont/dev-deps": "^1.5.0", "@types/ramda": "0.28.24", "np": "7.7.0", - "testcontainers": "9.4.0" + "testcontainers": "9.6.0" }, "np": { "tests": false diff --git a/yarn.lock b/yarn.lock index 53acdae..901d771 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4371,10 +4371,10 @@ terminal-link@^2.1.1: ansi-escapes "^4.2.1" supports-hyperlinks "^2.0.0" -testcontainers@9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-9.4.0.tgz#40bab9e9486afba34b3b692498f47b37323a30b9" - integrity sha512-Mg7GMYENWd4U6KavKZ8XUTqYeW7dAJRYxltEmNid+4YcFNanG2qqUhrqIUvW4sZsjuH+kfjtlTUoOaEDavRJYw== +testcontainers@9.6.0: + version "9.6.0" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-9.6.0.tgz#5af58822d27580c90bd92f308b6b9df94f6ab4bd" + integrity sha512-f7HWR0dIwDTx46CRX7dAM1oajOHvGwn8aliWVsEiBJDZkSsAII2uYD1qkst8NvHXyzpAgu4+3LP8fnpSVWtLrg== dependencies: "@balena/dockerignore" "^1.0.2" "@types/archiver" "^5.3.2"