Upgraded cypress

This commit is contained in:
Jamie Curnow
2021-06-14 19:55:41 +10:00
parent 6205434140
commit 9ad594aa91
3 changed files with 24 additions and 9 deletions

View File

@@ -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": {