From 7c2a1121baeab9452e72b8af0b8d57440a1471ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:16:04 +0100 Subject: [PATCH] Update dependency testcontainers to v10.13.2 (#675) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- integration/package-lock.json | 8 ++++---- integration/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index cf1ab72b..db60159e 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -11,7 +11,7 @@ "mongodb": "6.9.0", "rimraf": "6.0.1", "supertest": "7.0.0", - "testcontainers": "10.13.1" + "testcontainers": "10.13.2" }, "devDependencies": { "@biomejs/biome": "1.9.3", @@ -3399,9 +3399,9 @@ } }, "node_modules/testcontainers": { - "version": "10.13.1", - "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.13.1.tgz", - "integrity": "sha512-JBbOhxmygj/ouH/47GnoVNt+c55Telh/45IjVxEbDoswsLchVmJiuKiw/eF6lE5i7LN+/99xsrSCttI3YRtirg==", + "version": "10.13.2", + "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.13.2.tgz", + "integrity": "sha512-LfEll+AG/1Ks3n4+IA5lpyBHLiYh/hSfI4+ERa6urwfQscbDU+M2iW1qPQrHQi+xJXQRYy4whyK1IEHdmxWa3Q==", "license": "MIT", "dependencies": { "@balena/dockerignore": "^1.0.2", diff --git a/integration/package.json b/integration/package.json index 0ad7a01e..9db3ecf3 100644 --- a/integration/package.json +++ b/integration/package.json @@ -7,7 +7,7 @@ "mkdirp": "3.0.1", "mongodb": "6.9.0", "supertest": "7.0.0", - "testcontainers": "10.13.1", + "testcontainers": "10.13.2", "rimraf": "6.0.1" }, "devDependencies": {