codeceptjs 3.7.8 → 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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeceptjs",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "Supercharged End 2 End Testing Framework for NodeJS",
5
5
  "keywords": [
6
6
  "acceptance",
@@ -87,11 +87,11 @@
87
87
  "@codeceptjs/helper": "2.0.4",
88
88
  "@cucumber/cucumber-expressions": "^19.0.0",
89
89
  "@cucumber/gherkin": "39.0.0",
90
- "@cucumber/messages": "32.2.0",
91
- "@xmldom/xmldom": "0.9.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.14.0",
94
+ "axios": "1.15.1",
95
95
  "chalk": "4.1.2",
96
96
  "cheerio": "^1.2.0",
97
97
  "chokidar": "^4.0.3",
@@ -109,13 +109,13 @@
109
109
  "html-minifier-terser": "7.2.0",
110
110
  "inquirer": "^8.2.7",
111
111
  "invisi-data": "^1.2.0",
112
- "joi": "18.0.2",
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.9",
118
+ "monocart-coverage-reports": "2.12.11",
119
119
  "ms": "2.1.3",
120
120
  "multer": "^2.1.1",
121
121
  "ora-classic": "5.4.2",
@@ -140,22 +140,22 @@
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.5.2",
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.9",
147
+ "@xmldom/xmldom": "0.9.10",
148
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.1.1",
152
+ "electron": "41.2.1",
153
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
157
  "express": "^5.2.1",
158
- "globals": "17.4.0",
158
+ "globals": "17.5.0",
159
159
  "graphql": "16.13.2",
160
160
  "graphql-tag": "^2.12.6",
161
161
  "husky": "9.1.7",
@@ -165,20 +165,20 @@
165
165
  "json-server": "0.17.4",
166
166
  "mochawesome": "^7.1.4",
167
167
  "playwright": "1.55.1",
168
- "prettier": "^3.8.1",
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.0.3",
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.18",
181
+ "typedoc": "0.28.19",
182
182
  "typedoc-plugin-markdown": "4.11.0",
183
183
  "typescript": "5.8.3",
184
184
  "wdio-docker-service": "3.2.1",
@@ -198,9 +198,9 @@
198
198
  }
199
199
  },
200
200
  "overrides": {
201
- "@xmldom/xmldom": "0.9.9",
201
+ "@xmldom/xmldom": "0.9.10",
202
+ "axios": "1.15.1",
202
203
  "diff": "~8.0.3",
203
- "fast-xml-parser": "~5.5.6",
204
204
  "js-yaml": "~4.1.1",
205
205
  "tmp": "0.2.5",
206
206
  "serialize-javascript": "~7.0.3",