Skip to content

Commit

Permalink
build(deps-dev): bump testcontainers from 10.13.1 to 10.13.2 (#1419)
Browse files Browse the repository at this point in the history
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 10.13.1 to 10.13.2.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.13.1...v10.13.2)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Miguel Angel Rojo <[email protected]>
  • Loading branch information
dependabot[bot] and freemanzMrojo authored Oct 18, 2024
1 parent 3469de9 commit e281041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/express": "^4.17.21",
"@types/node": "^22.7.5",
"cross-env": "^7.0.3",
"testcontainers": "^10.13.1",
"testcontainers": "^10.13.2",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10596,10 +10596,10 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"

testcontainers@^10.13.1:
version "10.13.1"
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.13.1.tgz#febdf275cd3156bee76428908fdeeb7dd53a0b5f"
integrity sha512-JBbOhxmygj/ouH/47GnoVNt+c55Telh/45IjVxEbDoswsLchVmJiuKiw/eF6lE5i7LN+/99xsrSCttI3YRtirg==
testcontainers@^10.13.2:
version "10.13.2"
resolved "https://registry.yarnpkg.com/testcontainers/-/testcontainers-10.13.2.tgz#155eb8e884adca4d93ee4fd9639a96d2a30c2e88"
integrity sha512-LfEll+AG/1Ks3n4+IA5lpyBHLiYh/hSfI4+ERa6urwfQscbDU+M2iW1qPQrHQi+xJXQRYy4whyK1IEHdmxWa3Q==
dependencies:
"@balena/dockerignore" "^1.0.2"
"@types/dockerode" "^3.3.29"
Expand Down

1 comment on commit e281041

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.08% (4208/4247) 97.74% (1388/1420) 99.09% (876/884)
Title Tests Skipped Failures Errors Time
core 799 0 💤 0 ❌ 0 🔥 1m 45s ⏱️
network 735 0 💤 0 ❌ 0 🔥 4m 41s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 16.414s ⏱️

Please sign in to comment.