From 6ec459791bc49f1c8ba2542b26da9d6361df07c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Jul 2021 17:43:35 +0000 Subject: [PATCH] Update dependency testcontainers to v7.13.0 --- package.json | 2 +- yarn.lock | 21 ++++----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index afe59379..7b34287f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jest": "26.6.3", "np": "7.5.0", "prettier": "2.3.2", - "testcontainers": "7.11.1", + "testcontainers": "7.13.0", "ts-jest": "26.5.6", "typescript": "4.1.5" }, diff --git a/yarn.lock b/yarn.lock index c5cb5047..20ea6422 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1187,11 +1187,6 @@ any-observable@^0.5.1: resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.5.1.tgz#ab7d49ff64ebe6dd3ae26760a3f5a881e8db791e" integrity sha512-8zv01bgDOp9PTmRTNCAHTw64TFP2rvlX4LvtNJLachaXY+AjmIvLT47fABNPCiIe89hKiSCo2n5zmPqI9CElPA== -any-promise@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha1-q8av7tzqUugJzcA3au0845Y10X8= - anymatch@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" @@ -5869,13 +5864,6 @@ stealthy-require@^1.1.1: resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= -stream-to-array@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/stream-to-array/-/stream-to-array-2.3.0.tgz#bbf6b39f5f43ec30bc71babcb37557acecf34353" - integrity sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M= - dependencies: - any-promise "^1.1.0" - streamsearch@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" @@ -6137,10 +6125,10 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" -testcontainers@7.11.1: - version "7.11.1" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-7.11.1.tgz#b3810badf79433ba02f210683eec1a1c488c107d" - integrity sha512-lfZeys5bLkADjOaoXfQy0V0+G8sGKr8ESANz7MhSVBwC+OTTxkP3+FVwP48bW4mwRcQ4Hojwbfw10OYT80QZmQ== +testcontainers@7.13.0: + version "7.13.0" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-7.13.0.tgz#6b45e1d67a8d5acd0a7f3ca0b96271feaa5373d9" + integrity sha512-eyefs9/fet4Rjj1IzhEjfCyJhTkB0aEEUH133OosJVbYwHlT5S0JQMbYW83IElzi/ViAnhP1cYyzVKARLzlPeA== dependencies: "@types/archiver" "^5.1.0" "@types/dockerode" "^3.2.1" @@ -6153,7 +6141,6 @@ testcontainers@7.11.1: glob "^7.1.7" slash "^3.0.0" ssh-remote-port-forward "^1.0.3" - stream-to-array "^2.3.0" tar-fs "^2.1.1" text-table@^0.2.0: