From b23d59dec730e363e7d3747ce72b42c99c180b65 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 6 Aug 2020 09:00:52 +1000 Subject: [PATCH] Updated cypress to 4.12.1 --- test/cypress/Dockerfile | 2 +- test/package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/cypress/Dockerfile b/test/cypress/Dockerfile index 66f7e3e5..107fa965 100644 --- a/test/cypress/Dockerfile +++ b/test/cypress/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:4.6.0 +FROM cypress/included:4.12.1 COPY --chown=1000 ./test /test diff --git a/test/package.json b/test/package.json index 0ac87e5b..ff898dff 100644 --- a/test/package.json +++ b/test/package.json @@ -4,18 +4,18 @@ "description": "", "main": "index.js", "dependencies": { - "@jc21/cypress-swagger-validation": "^0.0.5", + "@jc21/cypress-swagger-validation": "^0.0.9", "@jc21/restler": "^3.4.0", - "chalk": "^3.0.0", - "cypress": "^4.6.0", + "chalk": "^4.1.0", + "cypress": "^4.12.1", "cypress-plugin-retries": "^1.5.2", - "eslint": "^6.7.2", + "eslint": "^7.6.0", "eslint-plugin-align-assignments": "^1.1.2", - "eslint-plugin-chai-friendly": "^0.5.0", - "eslint-plugin-cypress": "^2.8.0", - "lodash": "^4.17.15", - "mocha": "^6.2.2", - "mocha-junit-reporter": "^1.23.1" + "eslint-plugin-chai-friendly": "^0.6.0", + "eslint-plugin-cypress": "^2.11.1", + "lodash": "^4.17.19", + "mocha": "^8.1.1", + "mocha-junit-reporter": "^2.0.0" }, "scripts": { "cypress": "cypress open --config-file=cypress/config/dev.json --config baseUrl=http://127.0.0.1:3081"