Skip to content

Commit c690913

Browse files
jc21fhennig42
authored andcommitted
Update test deps
1 parent 61b7278 commit c690913

File tree

3 files changed

+128
-123
lines changed

3 files changed

+128
-123
lines changed

test/cypress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:14.0.1
1+
FROM cypress/included:15.5.0
22

33
# Disable Cypress CLI colors
44
ENV FORCE_COLOR=0

test/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"dependencies": {
77
"@jc21/cypress-swagger-validation": "^0.3.2",
88
"@quobix/vacuum": "^0.19.4",
9-
"axios": "^1.7.9",
10-
"cypress": "^14.0.1",
9+
"axios": "^1.13.1",
10+
"cypress": "^15.5.0",
1111
"cypress-multi-reporters": "^2.0.5",
1212
"cypress-wait-until": "^3.0.2",
13-
"eslint": "^9.19.0",
13+
"eslint": "^9.39.0",
1414
"eslint-plugin-align-assignments": "^1.1.2",
15-
"eslint-plugin-chai-friendly": "^1.0.1",
16-
"eslint-plugin-cypress": "^4.1.0",
17-
"form-data": "^4.0.1",
15+
"eslint-plugin-chai-friendly": "^1.1.0",
16+
"eslint-plugin-cypress": "^5.2.0",
17+
"form-data": "^4.0.4",
1818
"lodash": "^4.17.21",
19-
"mocha": "^11.1.0",
19+
"mocha": "^11.7.4",
2020
"mocha-junit-reporter": "^2.2.1"
2121
},
2222
"scripts": {

0 commit comments

Comments
 (0)