From 1bb280929da3194219cc60e616078e0a255460f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:32:12 +0000 Subject: [PATCH] build(deps-dev): bump testcontainers from 10.14.0 to 10.17.2 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 10.14.0 to 10.17.2. - [Release notes](https://github.com/testcontainers/testcontainers-node/releases) - [Commits](https://github.com/testcontainers/testcontainers-node/compare/v10.14.0...v10.17.2) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/rpc-proxy/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/rpc-proxy/package.json b/packages/rpc-proxy/package.json index dd0dcf2a7..205baf5a9 100644 --- a/packages/rpc-proxy/package.json +++ b/packages/rpc-proxy/package.json @@ -52,7 +52,7 @@ "@types/express": "^5.0.0", "@types/node": "^22.7.9", "cross-env": "^7.0.3", - "testcontainers": "^10.14.0", + "testcontainers": "^10.17.2", "tsup": "^8.3.0", "typescript": "^5.6.3" } diff --git a/yarn.lock b/yarn.lock index fc10fb30f..7faccb7c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13637,10 +13637,10 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" -testcontainers@^10.14.0: - version "10.14.0" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.14.0.tgz#99cfbbf1b62c7c6c67a8130687aabc6e67d5ed06" - integrity sha512-8fReFeQ4bk17T2vHHzcFavBG8UHuHwsdVj+48TchtsCSklwmSUTkg/b57hVjxZdxN1ed/GfF63WZ39I4syV5tQ== +testcontainers@^10.17.2: + version "10.17.2" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.17.2.tgz#28dc80aad830b1efbcde72641627d131520250b5" + integrity sha512-tnvXQsqwnOUjNENWLllfFmDLQUm24Q0MNL6kbVH35bIKPujEhyG6dOcpU8N5vwA4mD/ZdtwfHel++Z1Tw084uQ== dependencies: "@balena/dockerignore" "^1.0.2" "@types/dockerode" "^3.3.29" @@ -13656,7 +13656,7 @@ testcontainers@^10.14.0: ssh-remote-port-forward "^1.0.4" tar-fs "^3.0.6" tmp "^0.2.3" - undici "^5.28.4" + undici "^5.28.5" text-decoder@^1.1.0: version "1.2.0" @@ -14257,7 +14257,7 @@ undici-types@~6.19.2: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== -undici@^5.14.0, undici@^5.28.4: +undici@^5.14.0, undici@^5.28.4, undici@^5.28.5: version "5.28.5" resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b" integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==