From fd310938ca50ce8a19939f2f69126a4891c47a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 22:29:29 +0200 Subject: [PATCH] Update dependency testcontainers to v9.8.0 (#348) 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 78123cd5..f5afd0bc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/pg": "8.6.6", "@types/ramda": "0.29.1", "np": "7.7.0", - "testcontainers": "9.7.0", + "testcontainers": "9.8.0", "vitepress": "1.0.0-alpha.75", "vitest-fixture": "0.5.1", "vue": "3.2.47" diff --git a/yarn.lock b/yarn.lock index 066c99f1..ab845482 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4790,10 +4790,10 @@ terminal-link@^2.1.1: ansi-escapes "^4.2.1" supports-hyperlinks "^2.0.0" -testcontainers@9.7.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-9.7.0.tgz#c791d8759038d617a8d1eb62a0a78fcfa6948d61" - integrity sha512-NAmj/YBIkYaIRPgRnm01BVlRdVhwkqSSoQricpPWlAJ/BAitS0A8BIQA7Y4VHBX1bWQgOsygnf+o9UaOI01IWA== +testcontainers@9.8.0: + version "9.8.0" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-9.8.0.tgz#03d8798ad047e7673e934934b5504bc0a2f14e4e" + integrity sha512-61IlJeVrUbS5JlAgM/N0koFnRxsID+vDap7CUmgaHXSGxmFofCiokB7kD96c1BtDWGOznrd7lTAPGSkd3RVkPA== dependencies: "@balena/dockerignore" "^1.0.2" "@types/archiver" "^5.3.2"