codeceptjs 3.7.7 → 3.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +33 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeceptjs",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.9",
|
|
4
4
|
"description": "Supercharged End 2 End Testing Framework for NodeJS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"acceptance",
|
|
@@ -85,15 +85,15 @@
|
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@codeceptjs/configure": "1.0.6",
|
|
87
87
|
"@codeceptjs/helper": "2.0.4",
|
|
88
|
-
"@cucumber/cucumber-expressions": "19",
|
|
88
|
+
"@cucumber/cucumber-expressions": "^19.0.0",
|
|
89
89
|
"@cucumber/gherkin": "39.0.0",
|
|
90
|
-
"@cucumber/messages": "32.
|
|
91
|
-
"@xmldom/xmldom": "0.9.
|
|
90
|
+
"@cucumber/messages": "32.3.1",
|
|
91
|
+
"@xmldom/xmldom": "0.9.10",
|
|
92
92
|
"acorn": "8.16.0",
|
|
93
93
|
"arrify": "3.0.0",
|
|
94
|
-
"axios": "1.
|
|
94
|
+
"axios": "1.15.1",
|
|
95
95
|
"chalk": "4.1.2",
|
|
96
|
-
"cheerio": "^1.
|
|
96
|
+
"cheerio": "^1.2.0",
|
|
97
97
|
"chokidar": "^4.0.3",
|
|
98
98
|
"commander": "11.1.0",
|
|
99
99
|
"cross-spawn": "7.0.6",
|
|
@@ -104,20 +104,20 @@
|
|
|
104
104
|
"figures": "3.2.0",
|
|
105
105
|
"fn-args": "4.0.0",
|
|
106
106
|
"fs-extra": "11.3.4",
|
|
107
|
-
"fuse.js": "^7.
|
|
108
|
-
"glob": "
|
|
107
|
+
"fuse.js": "^7.3.0",
|
|
108
|
+
"glob": "^11.1.0",
|
|
109
109
|
"html-minifier-terser": "7.2.0",
|
|
110
110
|
"inquirer": "^8.2.7",
|
|
111
|
-
"invisi-data": "^1.
|
|
112
|
-
"joi": "18.
|
|
111
|
+
"invisi-data": "^1.2.0",
|
|
112
|
+
"joi": "18.1.2",
|
|
113
113
|
"js-beautify": "1.15.4",
|
|
114
114
|
"lodash.clonedeep": "4.5.0",
|
|
115
115
|
"lodash.merge": "4.6.2",
|
|
116
116
|
"mkdirp": "3.0.1",
|
|
117
117
|
"mocha": "11.7.5",
|
|
118
|
-
"monocart-coverage-reports": "2.12.
|
|
118
|
+
"monocart-coverage-reports": "2.12.11",
|
|
119
119
|
"ms": "2.1.3",
|
|
120
|
-
"multer": "^2.
|
|
120
|
+
"multer": "^2.1.1",
|
|
121
121
|
"ora-classic": "5.4.2",
|
|
122
122
|
"parse-function": "5.6.10",
|
|
123
123
|
"parse5": "7.3.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@codeceptjs/detox-helper": "1.1.14"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@apollo/server": "^5",
|
|
133
|
+
"@apollo/server": "^5.5.0",
|
|
134
134
|
"@codeceptjs/expect-helper": "^1.0.2",
|
|
135
135
|
"@codeceptjs/mock-request": "0.3.1",
|
|
136
136
|
"@eslint/eslintrc": "3.3.5",
|
|
@@ -140,46 +140,46 @@
|
|
|
140
140
|
"@pollyjs/core": "6.0.6",
|
|
141
141
|
"@types/chai": "5.2.3",
|
|
142
142
|
"@types/inquirer": "9.0.9",
|
|
143
|
-
"@types/node": "^25.
|
|
143
|
+
"@types/node": "^25.6.0",
|
|
144
144
|
"@wdio/sauce-service": "9.12.5",
|
|
145
145
|
"@wdio/selenium-standalone-service": "8.15.0",
|
|
146
146
|
"@wdio/utils": "9.19.2",
|
|
147
|
-
"@xmldom/xmldom": "0.9.
|
|
148
|
-
"chai": "^4.
|
|
147
|
+
"@xmldom/xmldom": "0.9.10",
|
|
148
|
+
"chai": "^4.5.0",
|
|
149
149
|
"chai-as-promised": "7.1.2",
|
|
150
150
|
"chai-subset": "1.6.0",
|
|
151
151
|
"documentation": "14.0.3",
|
|
152
|
-
"electron": "41.
|
|
153
|
-
"eslint": "^9.
|
|
152
|
+
"electron": "41.2.1",
|
|
153
|
+
"eslint": "^9.39.4",
|
|
154
154
|
"eslint-plugin-import": "2.32.0",
|
|
155
155
|
"eslint-plugin-mocha": "11.2.0",
|
|
156
156
|
"expect": "30.3.0",
|
|
157
|
-
"express": "^5.1
|
|
158
|
-
"globals": "17.
|
|
159
|
-
"graphql": "16.13.
|
|
157
|
+
"express": "^5.2.1",
|
|
158
|
+
"globals": "17.5.0",
|
|
159
|
+
"graphql": "16.13.2",
|
|
160
160
|
"graphql-tag": "^2.12.6",
|
|
161
161
|
"husky": "9.1.7",
|
|
162
162
|
"inquirer-test": "2.0.1",
|
|
163
163
|
"jsdoc": "^3.6.11",
|
|
164
164
|
"jsdoc-typeof-plugin": "1.0.0",
|
|
165
165
|
"json-server": "0.17.4",
|
|
166
|
-
"mochawesome": "^7.1.
|
|
166
|
+
"mochawesome": "^7.1.4",
|
|
167
167
|
"playwright": "1.55.1",
|
|
168
|
-
"prettier": "^3.3
|
|
168
|
+
"prettier": "^3.8.3",
|
|
169
169
|
"puppeteer": "24.15.0",
|
|
170
170
|
"qrcode-terminal": "0.12.0",
|
|
171
171
|
"rosie": "2.1.1",
|
|
172
172
|
"runok": "0.9.3",
|
|
173
173
|
"semver": "7.7.4",
|
|
174
|
-
"sinon": "21.
|
|
174
|
+
"sinon": "21.1.2",
|
|
175
175
|
"sinon-chai": "3.7.0",
|
|
176
176
|
"testcafe": "3.7.4",
|
|
177
177
|
"ts-morph": "26.0.0",
|
|
178
178
|
"ts-node": "10.9.2",
|
|
179
179
|
"tsd": "^0.33.0",
|
|
180
180
|
"tsd-jsdoc": "2.5.0",
|
|
181
|
-
"typedoc": "0.28.
|
|
182
|
-
"typedoc-plugin-markdown": "4.
|
|
181
|
+
"typedoc": "0.28.19",
|
|
182
|
+
"typedoc-plugin-markdown": "4.11.0",
|
|
183
183
|
"typescript": "5.8.3",
|
|
184
184
|
"wdio-docker-service": "3.2.1",
|
|
185
185
|
"webdriverio": "9.12.5",
|
|
@@ -198,10 +198,12 @@
|
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"overrides": {
|
|
201
|
+
"@xmldom/xmldom": "0.9.10",
|
|
202
|
+
"axios": "1.15.1",
|
|
203
|
+
"diff": "~8.0.3",
|
|
204
|
+
"js-yaml": "~4.1.1",
|
|
201
205
|
"tmp": "0.2.5",
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"axios": "1.13.6",
|
|
205
|
-
"fast-xml-parser": "^5.5.6"
|
|
206
|
+
"serialize-javascript": "~7.0.3",
|
|
207
|
+
"underscore": "~1.13.8"
|
|
206
208
|
}
|
|
207
|
-
}
|
|
209
|
+
}
|