Skip to content

Commit cd2359a

Browse files
authored
Bump various minor versions to keeps deps updated (#4957)
1 parent df7e0be commit cd2359a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ examples/output
1616
examples/selenoid-example/output
1717
test/data/app/db
1818
test/data/sandbox/steps.d.ts
19+
test/data/sandbox/configs/custom-reporter-plugin/output/result.json
1920
testpullfilecache*
2021
.DS_Store
2122
package-lock.json

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@codeceptjs/configure": "1.0.4",
7979
"@codeceptjs/helper": "2.0.4",
8080
"@cucumber/cucumber-expressions": "18",
81-
"@cucumber/gherkin": "32",
81+
"@cucumber/gherkin": "32.1.0",
8282
"@cucumber/messages": "27.2.0",
8383
"@xmldom/xmldom": "0.9.8",
8484
"acorn": "8.14.1",
@@ -124,7 +124,7 @@
124124
"@codeceptjs/expect-helper": "^1.0.2",
125125
"@codeceptjs/mock-request": "0.3.1",
126126
"@eslint/eslintrc": "3.3.1",
127-
"@eslint/js": "9.23.0",
127+
"@eslint/js": "9.24.0",
128128
"@faker-js/faker": "9.6.0",
129129
"@pollyjs/adapter-puppeteer": "6.0.6",
130130
"@pollyjs/core": "6.0.6",
@@ -133,14 +133,14 @@
133133
"@types/node": "22.14.0",
134134
"@wdio/sauce-service": "9.12.4",
135135
"@wdio/selenium-standalone-service": "8.15.0",
136-
"@wdio/utils": "9.12.2",
136+
"@wdio/utils": "9.12.3",
137137
"@xmldom/xmldom": "0.9.8",
138138
"chai": "^4.0.0",
139139
"chai-as-promised": "7.1.2",
140140
"chai-subset": "1.6.0",
141141
"documentation": "14.0.3",
142-
"electron": "35.1.4",
143-
"eslint": "^9.21.0",
142+
"electron": "35.1.5",
143+
"eslint": "^9.24.0",
144144
"eslint-plugin-import": "2.31.0",
145145
"eslint-plugin-mocha": "10.5.0",
146146
"expect": "29.7.0",
@@ -155,7 +155,7 @@
155155
"json-server": "0.17.4",
156156
"playwright": "1.51.1",
157157
"prettier": "^3.3.2",
158-
"puppeteer": "24.5.0",
158+
"puppeteer": "24.6.1",
159159
"qrcode-terminal": "0.12.0",
160160
"rosie": "2.1.1",
161161
"runok": "0.9.3",
@@ -165,13 +165,13 @@
165165
"testcafe": "3.7.2",
166166
"ts-morph": "25.0.1",
167167
"ts-node": "10.9.2",
168-
"tsd": "^0.31.0",
168+
"tsd": "^0.32.0",
169169
"tsd-jsdoc": "2.5.0",
170170
"typedoc": "0.28.2",
171-
"typedoc-plugin-markdown": "4.6.1",
171+
"typedoc-plugin-markdown": "4.6.2",
172172
"typescript": "5.8.3",
173173
"wdio-docker-service": "3.2.1",
174-
"webdriverio": "9.12.2",
174+
"webdriverio": "9.12.4",
175175
"xml2js": "0.6.2",
176176
"xpath": "0.0.34"
177177
},

0 commit comments

Comments
 (0)