Update testcontainers to v12 (#33662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-29 09:24:43 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 92383e3f50
commit d6e4454ffa
3 changed files with 28 additions and 36 deletions
+2 -2
View File
@@ -28,12 +28,12 @@
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@testcontainers/postgresql": "^11.0.0",
"@testcontainers/postgresql": "^12.0.0",
"glob": "^13.0.5",
"lodash-es": "^4.17.23",
"mailpit-api": "^2.0.0",
"strip-ansi": "^7.1.0",
"testcontainers": "^11.0.0",
"testcontainers": "^12.0.0",
"wait-on": "^9.0.4",
"yaml": "^2.7.0"
},