diff --git a/Cypress_Dockerfile b/Cypress_Dockerfile index ed0298b..e84b617 100644 --- a/Cypress_Dockerfile +++ b/Cypress_Dockerfile @@ -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 diff --git a/package.json b/package.json index fcd9ca2..a452c72 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {}