Skip to content

Commit 53b1b36

Browse files
Update testcontainers-node monorepo to v11.7.1
1 parent 75acfa9 commit 53b1b36

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,11 +1919,11 @@
19191919
svg-parser "^2.0.4"
19201920

19211921
"@testcontainers/postgresql@^11.0.0":
1922-
version "11.6.0"
1923-
resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-11.6.0.tgz#c81ba45153ff2aa3511a54b02ea046acf65e34e2"
1924-
integrity sha512-+JlbHfcWpxrfWG4BZeWiNKI4pjn4FPWCnKFYkUSneuYjEuYJQWSFdP38W5RB0N1rf5ce+dYzb5SXi4i2MWH3Zw==
1922+
version "11.7.1"
1923+
resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-11.7.1.tgz#707a39f618528da7c5eb96ea899c538d56e1ec97"
1924+
integrity sha512-8PfGNqwdyoMPQuubZM0wd07/tfi4vhLAjXP791tM105vSCmzCOhLfYu2CIq04GKVlmW1J5z5nOZWLNlU9WrUuQ==
19251925
dependencies:
1926-
testcontainers "^11.6.0"
1926+
testcontainers "^11.7.1"
19271927

19281928
19291929
version "1.0.38"
@@ -1983,7 +1983,7 @@
19831983
"@types/node" "*"
19841984
"@types/ssh2" "*"
19851985

1986-
"@types/dockerode@^3.3.43":
1986+
"@types/dockerode@^3.3.44":
19871987
version "3.3.44"
19881988
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.44.tgz#1e6d5b291646820e9daabfa132cdb33c9d535b56"
19891989
integrity sha512-fUpIHlsbYpxAJb285xx3vp7q5wf5mjqSn3cYwl/MhiM+DB99OdO5sOCPlO0PjO+TyOtphPs7tMVLU/RtOo/JjA==
@@ -6954,7 +6954,7 @@ tapable@^2.2.0:
69546954
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
69556955
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
69566956

6957-
tar-fs@^3.1.0:
6957+
tar-fs@^3.1.1:
69586958
version "3.1.1"
69596959
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.1.1.tgz#4f164e59fb60f103d472360731e8c6bb4a7fe9ef"
69606960
integrity sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==
@@ -7004,13 +7004,13 @@ test-exclude@^7.0.1:
70047004
glob "^10.4.1"
70057005
minimatch "^9.0.4"
70067006

7007-
testcontainers@^11.0.0, testcontainers@^11.6.0:
7008-
version "11.6.0"
7009-
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-11.6.0.tgz#28d295f420e582cf2ea2941374905ecf0dd1544f"
7010-
integrity sha512-2kXdhZ4mvvPP4xEY1yxhLSrFt/TXokClOtppA4bt/5FJJwZrnUkyCo3TVfhHx3Ynlq1N00qjoQuxpnwFqU9a7g==
7007+
testcontainers@^11.0.0, testcontainers@^11.7.1:
7008+
version "11.7.1"
7009+
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-11.7.1.tgz#4ee8595f02b594012fae10433e059608a4aaa565"
7010+
integrity sha512-fjut+07G4Avp6Lly/6hQePpUpQFv9ZyQd+7JC5iCDKg+dWa2Sw7fXD3pBrkzslYFfKqGx9M6kyIaLpg9VeMsjw==
70117011
dependencies:
70127012
"@balena/dockerignore" "^1.0.2"
7013-
"@types/dockerode" "^3.3.43"
7013+
"@types/dockerode" "^3.3.44"
70147014
archiver "^7.0.1"
70157015
async-lock "^1.4.1"
70167016
byline "^5.0.0"
@@ -7021,7 +7021,7 @@ testcontainers@^11.0.0, testcontainers@^11.6.0:
70217021
proper-lockfile "^4.1.2"
70227022
properties-reader "^2.3.0"
70237023
ssh-remote-port-forward "^1.0.4"
7024-
tar-fs "^3.1.0"
7024+
tar-fs "^3.1.1"
70257025
tmp "^0.2.5"
70267026
undici "^7.16.0"
70277027

0 commit comments

Comments
 (0)