diff --git a/package.json b/package.json index ec218fb2..f1ce99b4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@testcontainers/postgresql": "^10.0.1", + "@testcontainers/postgresql": "^10.0.2", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/lodash-es": "^4.17.8", diff --git a/yarn.lock b/yarn.lock index 3a6ae151..483647c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1258,12 +1258,12 @@ dependencies: defer-to-connect "^2.0.1" -"@testcontainers/postgresql@^10.0.1": - version "10.0.1" - resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-10.0.1.tgz#57ad6c9011a6c643925dd8c0e574c73b5ecadbbb" - integrity sha512-nHJBJI2N3NOMQH5kY3r8i5qX6Ta4/fu+oUEIp3QssFTNh/5K25DJrAGiAKDHRHz4ffwlFK82P7dlIBiqNWlskw== +"@testcontainers/postgresql@^10.0.2": + version "10.0.2" + resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-10.0.2.tgz#9b70794985dff26126708291d30ac814d88a8c41" + integrity sha512-bubJ2bRC8yqJgi6NR8wpMUOhQu43hi4E3eIEypQC/vi6Fv8N9ido4BEshlTFKqvoYw28d75O9mAJwCWjFZkSBg== dependencies: - testcontainers "^10.0.1" + testcontainers "^10.0.2" "@testing-library/dom@^9.0.0": version "9.2.0" @@ -7292,10 +7292,10 @@ tar-stream@^3.1.5: fast-fifo "^1.2.0" streamx "^2.15.0" -testcontainers@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.0.1.tgz#6ceca4aed7cc3cc9dc0dcb9d7b340e37f7517ea1" - integrity sha512-eS76/xz0mOYL9Go0i8RKJh8CSi0xcFGzS2AS5ieNV9TRsHLKkB+2/isWk8iCy0C17YA17Cd3EHSRYCge/7REhQ== +testcontainers@^10.0.1, testcontainers@^10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.0.2.tgz#b9a20ba3e1ce89af7af20875285dacd52bff9511" + integrity sha512-+NaLTsjy4scWjLCeLeUS8nKcMgQDBse/UDJwRd5U23n14mAWFxU7hBItS6s9bzw0Iv253eDQ2pSEQJO0pbknpw== dependencies: "@balena/dockerignore" "^1.0.2" archiver "^5.3.1"