Skip to content

Commit

Permalink
Update dependency @testcontainers/postgresql to ^10.0.2 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 2b22b7b commit 23cef01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 23cef01

Please sign in to comment.