chore(deps): update dependency testcontainers to v10.17.2

This commit is contained in:
renovate[bot] 2025-02-03 09:38:46 +00:00 committed by GitHub
parent d013bc909e
commit 1884516337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5279,9 +5279,9 @@
}
},
"node_modules/testcontainers": {
"version": "10.17.1",
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.17.1.tgz",
"integrity": "sha512-pYwpm6iH1UtZFVoSWjfUol4JCMyX4UksA5fwDotlTp2GgMqoHud+A+PY60kYUBVdSJJ/5AsSqhhFRvoK4ijISg==",
"version": "10.17.2",
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.17.2.tgz",
"integrity": "sha512-tnvXQsqwnOUjNENWLllfFmDLQUm24Q0MNL6kbVH35bIKPujEhyG6dOcpU8N5vwA4mD/ZdtwfHel++Z1Tw084uQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -5299,7 +5299,7 @@
"ssh-remote-port-forward": "^1.0.4",
"tar-fs": "^3.0.6",
"tmp": "^0.2.3",
"undici": "^5.28.4"
"undici": "^5.28.5"
}
},
"node_modules/text-decoder": {