Skip to content

Commit

Permalink
Bump @testcontainers/postgresql from 10.6.0 to 10.7.1 (#577)
Browse files Browse the repository at this point in the history
Bumps [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) from 10.6.0 to 10.7.1.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.6.0...v10.7.1)

---
updated-dependencies:
- dependency-name: "@testcontainers/postgresql"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent 7881d13 commit 261eda0
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 @@ -47,7 +47,7 @@
"devDependencies": {
"@alphakretin/essentials": "^6.0.0",
"@alphakretin/mocha-ecosystem": "^1.1.0",
"@testcontainers/postgresql": "^10.6.0",
"@testcontainers/postgresql": "^10.7.1",
"@types/debug": "^4.1.12",
"@types/make-fetch-happen": "^10.0.4",
"@types/node-fetch": "^2.6.10"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,12 +680,12 @@
resolved "https://registry.yarnpkg.com/@sqltools/formatter/-/formatter-1.2.5.tgz#3abc203c79b8c3e90fd6c156a0c62d5403520e12"
integrity sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==

"@testcontainers/postgresql@^10.6.0":
version "10.6.0"
resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-10.6.0.tgz#dfeff325130ab0ed4fd0dbd5dbe5847cddb435d9"
integrity sha512-gHYpsXkVLpCkJ0jg7xE5n8pogTNvw2LyhkXeJm04raH1yz020jcHAB2a1tRW1J2D8mM8WhFH+xH6pzH2ZggFdg==
"@testcontainers/postgresql@^10.7.1":
version "10.7.1"
resolved "https://registry.yarnpkg.com/@testcontainers/postgresql/-/postgresql-10.7.1.tgz#63cd886b7f99a49daf2f765543322073e23a22f7"
integrity sha512-2tlrD7vRNdi+nynFCNaGbjTTE7aUNk9Pipcu7PIkPGc8v1AxJdc1BnmI07I1yfW18kOqRi7fo7x4gOlqzAOXJQ==
dependencies:
testcontainers "^10.6.0"
testcontainers "^10.7.1"

"@tsconfig/node10@^1.0.7":
version "1.0.9"
Expand Down Expand Up @@ -3860,10 +3860,10 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"

testcontainers@^10.6.0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.6.0.tgz#205ad9148e68ff5c43a6209a30b12965acbe89d8"
integrity sha512-FDJ3o3J8IMu1V7Uc6lNZ2MAD8+BV4HdpR/Vf5mHtgYHKdn6k1EbGFwtnvVNOxanJ99FCjf/EU8eA5ZQ4yjlsGA==
testcontainers@^10.7.1:
version "10.7.1"
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.7.1.tgz#3709ffe43005af705df1798c848e69081cfb9f6f"
integrity sha512-JarbT6o7fv1siUts4tGv3wBoYrWKxjla69+5QWG9+bcd4l+ECJ3ikfGD/hpXRmRBsnjzeWyV+tL9oWOBRzk+lA==
dependencies:
"@balena/dockerignore" "^1.0.2"
"@types/dockerode" "^3.3.21"
Expand Down

0 comments on commit 261eda0

Please sign in to comment.