Skip to content

Commit b23d59d

Browse files
committed
Updated cypress to 4.12.1
1 parent 492d450 commit b23d59d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

test/cypress/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:4.6.0
1+
FROM cypress/included:4.12.1
22

33
COPY --chown=1000 ./test /test
44

test/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"description": "",
55
"main": "index.js",
66
"dependencies": {
7-
"@jc21/cypress-swagger-validation": "^0.0.5",
7+
"@jc21/cypress-swagger-validation": "^0.0.9",
88
"@jc21/restler": "^3.4.0",
9-
"chalk": "^3.0.0",
10-
"cypress": "^4.6.0",
9+
"chalk": "^4.1.0",
10+
"cypress": "^4.12.1",
1111
"cypress-plugin-retries": "^1.5.2",
12-
"eslint": "^6.7.2",
12+
"eslint": "^7.6.0",
1313
"eslint-plugin-align-assignments": "^1.1.2",
14-
"eslint-plugin-chai-friendly": "^0.5.0",
15-
"eslint-plugin-cypress": "^2.8.0",
16-
"lodash": "^4.17.15",
17-
"mocha": "^6.2.2",
18-
"mocha-junit-reporter": "^1.23.1"
14+
"eslint-plugin-chai-friendly": "^0.6.0",
15+
"eslint-plugin-cypress": "^2.11.1",
16+
"lodash": "^4.17.19",
17+
"mocha": "^8.1.1",
18+
"mocha-junit-reporter": "^2.0.0"
1919
},
2020
"scripts": {
2121
"cypress": "cypress open --config-file=cypress/config/dev.json --config baseUrl=http://127.0.0.1:3081"

0 commit comments

Comments
 (0)