Skip to content

Commit

Permalink
:dependabot: Bump cypress from 13.13.0 to 13.13.2 in /src/test/e2e
Browse files Browse the repository at this point in the history
* :dependabot: Bump cypress from 13.13.0 to 13.13.2 in /src/test/e2e

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.13.0...v13.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* e2e: upgrade cypress container to 13.13.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <[email protected]>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Aug 1, 2024
1 parent aa8e750 commit 6265f19
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:13.13.0
image: cypress/included:13.13.2
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down
Loading

0 comments on commit 6265f19

Please sign in to comment.