Skip to content

Commit e4d9d43

Browse files
chore(deps): update dependency @types/node to v20.19.9 (#2566)
* chore(deps): update dependency @types/node to v20.19.9 * remove resolved ts-expect-error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent 90cef45 commit e4d9d43

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

features/support/hooks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Before('@esm', function (this: World) {
5353
})
5454

5555
Before('@without-require-esm', function (this: World) {
56-
// @ts-expect-error require_module flag not in @types/node yet
5756
if (process.features.require_module) {
5857
return 'skipped'
5958
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
"@types/mocha": "10.0.10",
279279
"@types/mustache": "4.2.6",
280280
"@types/mz": "2.7.9",
281-
"@types/node": "20.17.46",
281+
"@types/node": "20.19.9",
282282
"@types/progress": "2.0.7",
283283
"@types/semver": "7.7.0",
284284
"@types/sinon-chai": "3.2.12",

0 commit comments

Comments
 (0)