Skip to content

Commit

Permalink
Update dependency testcontainers to v7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 13, 2021
1 parent 07b90ce commit 6ec4597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
21 changes: 4 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 6ec4597

Please sign in to comment.