Skip to content

Commit

Permalink
GDB-8947 Fix vulnerabilities (#1085)
Browse files Browse the repository at this point in the history
* GDB-8947 Fix vulnerabilities

## What
Check, fix vulnerabilities in test-cypress

## Why
To lower the count

## How
- updated cypress to 13

* Up-ed the node version in the tests docker file
  • Loading branch information
yordanalexandrov authored Oct 19, 2023
1 parent b12f2be commit 28dd93c
Show file tree
Hide file tree
Showing 4 changed files with 3,359 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GDB_VERSION=10.4.0-TR11
GDB_VERSION=10.4.0
2 changes: 1 addition & 1 deletion test-cypress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/base:12
FROM cypress/base:16.18.1

COPY . /workbench/tests-cypress/

Expand Down
Loading

0 comments on commit 28dd93c

Please sign in to comment.