Skip to content

Commit

Permalink
updated cypress version;
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thuermann committed Feb 1, 2022
1 parent cf0e943 commit f705279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cypress_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:9.3.1 AS cypressvnc
FROM cypress/included:9.4.1 AS cypressvnc

# Installs a VNC server as fully host-independent solution
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zapress",
"version": "1.14.0",
"description": "updated cypress version, changed time out (higher) settings for zap scans",
"version": "1.15.0",
"description": "updated cypress version",
"main": "index.js",
"scripts": {
"start": "cypress open",
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"repository": "https://github.com/da-th/zapress",
"devDependencies": {
"cypress": "9.3.1",
"cypress": "9.4.1",
"node": "14.17.6"
},
"dependencies": {}
Expand Down

0 comments on commit f705279

Please sign in to comment.