Skip to content

Commit

Permalink
build(deps-dev): bump cypress from 12.17.3 to 12.17.4 in /src/test/e2e (
Browse files Browse the repository at this point in the history
#198)

* build(deps-dev): bump cypress from 12.17.3 to 12.17.4 in /src/test/e2e

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.3 to 12.17.4.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v12.17.3...v12.17.4)

---
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 version 12.17.4

---------

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 27, 2023
1 parent b992a17 commit 9e565ad
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:12.17.3
image: cypress/included:12.17.4
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down
35 changes: 26 additions & 9 deletions src/test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"cypress": "^12.17.3",
"cypress": "^12.17.4",
"eslint-plugin-cypress": "^2.14.0"
},
"scripts": {
Expand Down

0 comments on commit 9e565ad

Please sign in to comment.