From 79104e0f534a6ff8a4d509928c75b9c45157bbdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:02:03 +0000 Subject: [PATCH] Update dependency testcontainers to ^10.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44e56ca3..a155bf76 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "stylelint-config-css-modules": "^4.3.0", "stylelint-config-html": "^1.1.0", "stylelint-config-standard": "^34.0.0", - "testcontainers": "^10.0.2", + "testcontainers": "^10.1.0", "typescript": "^5.1.6", "vitest": "^0.34.1", "vitest-github-actions-reporter": "^0.10.0" diff --git a/yarn.lock b/yarn.lock index dce4648b..393dfabb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7292,10 +7292,10 @@ tar-stream@^3.1.5: fast-fifo "^1.2.0" streamx "^2.15.0" -testcontainers@^10.0.2: - version "10.0.2" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.0.2.tgz#b9a20ba3e1ce89af7af20875285dacd52bff9511" - integrity sha512-+NaLTsjy4scWjLCeLeUS8nKcMgQDBse/UDJwRd5U23n14mAWFxU7hBItS6s9bzw0Iv253eDQ2pSEQJO0pbknpw== +testcontainers@^10.0.2, testcontainers@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.1.0.tgz#defae733ad8c83fefb0ff78e652f54d754a32b72" + integrity sha512-mc8c/xzSDAxt6YUdngpZ2mcCBiuVBie7ABMAkCd3fprb7a0nZ02f1RfbrMplEyO3Y8xy93TDRGUWZUQnEyG2yg== dependencies: "@balena/dockerignore" "^1.0.2" archiver "^5.3.1"