diff --git a/package-lock.json b/package-lock.json index e60e953..c119066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "testcontainers": "11.3.1" + "testcontainers": "11.4.0" }, "devDependencies": { "@biomejs/biome": "2.1.2", @@ -2994,9 +2994,9 @@ } }, "node_modules/testcontainers": { - "version": "11.3.1", - "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.3.1.tgz", - "integrity": "sha512-5oO0oQjF7gdWdXCVYC3vH6iSTDW8rQsWq7p5xdR17ujhhiPfQgf0hptqmeCCcnht/Qw6wWk5h1JlZnaJPP/Bhg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.4.0.tgz", + "integrity": "sha512-eX5nc/Fi5I0LHqwxw6BuUvWNfdl+M2sKX6fX/47RP89Xs5nU6smd0iD7dpFogxy8/wACjlucLoutJc7b5mtq7w==", "license": "MIT", "dependencies": { "@balena/dockerignore": "^1.0.2", @@ -3013,7 +3013,7 @@ "ssh-remote-port-forward": "^1.0.4", "tar-fs": "^3.1.0", "tmp": "^0.2.3", - "undici": "^7.11.0" + "undici": "^7.12.0" } }, "node_modules/text-decoder": { @@ -3237,9 +3237,9 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.11.0.tgz", - "integrity": "sha512-heTSIac3iLhsmZhUCjyS3JQEkZELateufzZuBaVM5RHXdSBMb1LPMQf5x+FH7qjsZYDP0ttAc3nnVpUB+wYbOg==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.12.0.tgz", + "integrity": "sha512-GrKEsc3ughskmGA9jevVlIOPMiiAHJ4OFUtaAH+NhfTUSiZ1wMPIQqQvAJUrJspFXJt3EBWgpAeoHEDVT1IBug==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 68c68b9..9b45f9b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "types": "./dist/index.d.ts", "dependencies": { - "testcontainers": "11.3.1" + "testcontainers": "11.4.0" }, "devDependencies": { "@biomejs/biome": "2.1.2",