Skip to content

Commit

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

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.14.0.
- [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.2...v13.14.0)

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

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

* upgrade e2e container to cypress 13.14.0

---------

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 28, 2024
1 parent 792960d commit cf92f5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

es:
container_name: tla-es
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true
discovery.type: single-node
Expand Down Expand Up @@ -56,7 +56,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:13.13.2
image: cypress/included:13.14.0
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down
14 changes: 7 additions & 7 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": "^13.13.2",
"cypress": "^13.14.0",
"cypress-terminal-report": "^6.1.2",
"eslint": "^9.9.0",
"eslint-plugin-cypress": "^3.5.0"
Expand Down

0 comments on commit cf92f5d

Please sign in to comment.