Skip to content

Commit

Permalink
Update dependency testcontainers to v9.4.0 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2023
1 parent 32e851a commit dd61ff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@kristiandupont/dev-deps": "^1.5.0",
"@types/ramda": "0.28.23",
"np": "7.7.0",
"testcontainers": "9.3.0"
"testcontainers": "9.4.0"
},
"np": {
"tests": false
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@
"@types/node" "*"
"@types/ssh2" "*"

"@types/dockerode@^3.3.15":
version "3.3.15"
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.15.tgz#13d92b6109a5de42bc4aeab6c5b33cf3d44bceec"
integrity sha512-az35KbxZZUCRgCoXqJUEvEbsOL3L7UbItuHSYoZ0uo/MWuNc03y7XMBVSCLLvxpxWK8X8pM5PoM0F/5TFHDF0g==
"@types/dockerode@^3.3.16":
version "3.3.16"
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.16.tgz#3f6c90385a34af40ca8e07e20d26dea4d520eb7b"
integrity sha512-ZAX2VrkTjwjk1808T8m6vMr+CFXSLiDD+tkEkLThI+v83AfzlYQZEWfZKwFyk1PWopSXkdDunmIhrF7sxt+zWg==
dependencies:
"@types/docker-modem" "*"
"@types/node" "*"
Expand Down Expand Up @@ -4366,14 +4366,14 @@ terminal-link@^2.1.1:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"

testcontainers@9.3.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-9.3.0.tgz#9986bfd1453284d3cc1093c1b77d85409fc228e4"
integrity sha512-KSnLqCfbY3FuCqOAvoJhMMbov2tdnavkahTiOTrXK+jcNiIts5ad7Hcd9LN80GWFLzJ//T6S17GpWxBJKXCj0g==
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==
dependencies:
"@balena/dockerignore" "^1.0.2"
"@types/archiver" "^5.3.2"
"@types/dockerode" "^3.3.15"
"@types/dockerode" "^3.3.16"
archiver "^5.3.1"
async-lock "^1.4.0"
byline "^5.0.0"
Expand Down

0 comments on commit dd61ff3

Please sign in to comment.