From 9ad594aa91592626b6ac35f0c9782978159f10d0 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 14 Jun 2021 19:55:41 +1000 Subject: [PATCH] Upgraded cypress --- test/cypress/Dockerfile | 2 +- test/package.json | 16 ++++++++-------- test/yarn.lock | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/test/cypress/Dockerfile b/test/cypress/Dockerfile index ce05df56..a243bcb8 100644 --- a/test/cypress/Dockerfile +++ b/test/cypress/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:5.6.0 +FROM cypress/included:7.5.0 COPY --chown=1000 ./test /test diff --git a/test/package.json b/test/package.json index cfc20b37..901026ee 100644 --- a/test/package.json +++ b/test/package.json @@ -6,16 +6,16 @@ "dependencies": { "@jc21/cypress-swagger-validation": "^0.1.0", "@jc21/restler": "^3.4.0", - "chalk": "^4.1.0", - "cypress": "^5.6.0", - "cypress-multi-reporters": "^1.4.0", + "chalk": "^4.1.1", + "cypress": "^7.5.0", + "cypress-multi-reporters": "^1.5.0", "cypress-plugin-retries": "^1.5.2", - "eslint": "^7.6.0", + "eslint": "^7.28.0", "eslint-plugin-align-assignments": "^1.1.2", - "eslint-plugin-chai-friendly": "^0.6.0", - "eslint-plugin-cypress": "^2.11.1", - "lodash": "^4.17.19", - "mocha": "^8.1.1", + "eslint-plugin-chai-friendly": "^0.7.1", + "eslint-plugin-cypress": "^2.11.3", + "lodash": "^4.17.21", + "mocha": "^9.0.0", "mocha-junit-reporter": "^2.0.0" }, "scripts": { diff --git a/test/yarn.lock b/test/yarn.lock index 2964c356..8d211ecd 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -408,6 +408,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chalk@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" @@ -593,6 +601,13 @@ cypress-multi-reporters@^1.4.0: debug "^4.1.1" lodash "^4.17.15" +cypress-plugin-retries@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/cypress-plugin-retries/-/cypress-plugin-retries-1.5.2.tgz#21d5247cd77013b95bbfdd914f2de66f91f76a2e" + integrity sha512-o1xVIGtv4WvNVxoVJ2X08eAuvditPHrePRzHqhwwHbMKu3C2rtxCdanRCZdO5fjh8ww+q4v4V0e9GmysbOvu3A== + dependencies: + chalk "^3.0.0" + cypress@^5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.6.0.tgz#6781755c3ddfd644ce3179fcd7389176c0c82280"