diff --git a/.gitignore b/.gitignore index 899a0b988..fc1f70320 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ examples/output examples/selenoid-example/output test/data/app/db test/data/sandbox/steps.d.ts +test/data/sandbox/configs/custom-reporter-plugin/output/result.json testpullfilecache* .DS_Store package-lock.json diff --git a/package.json b/package.json index 112de68e7..99bdc3458 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@codeceptjs/configure": "1.0.4", "@codeceptjs/helper": "2.0.4", "@cucumber/cucumber-expressions": "18", - "@cucumber/gherkin": "32", + "@cucumber/gherkin": "32.1.0", "@cucumber/messages": "27.2.0", "@xmldom/xmldom": "0.9.8", "acorn": "8.14.1", @@ -124,7 +124,7 @@ "@codeceptjs/expect-helper": "^1.0.2", "@codeceptjs/mock-request": "0.3.1", "@eslint/eslintrc": "3.3.1", - "@eslint/js": "9.23.0", + "@eslint/js": "9.24.0", "@faker-js/faker": "9.6.0", "@pollyjs/adapter-puppeteer": "6.0.6", "@pollyjs/core": "6.0.6", @@ -133,14 +133,14 @@ "@types/node": "22.14.0", "@wdio/sauce-service": "9.12.4", "@wdio/selenium-standalone-service": "8.15.0", - "@wdio/utils": "9.12.2", + "@wdio/utils": "9.12.3", "@xmldom/xmldom": "0.9.8", "chai": "^4.0.0", "chai-as-promised": "7.1.2", "chai-subset": "1.6.0", "documentation": "14.0.3", - "electron": "35.1.4", - "eslint": "^9.21.0", + "electron": "35.1.5", + "eslint": "^9.24.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-mocha": "10.5.0", "expect": "29.7.0", @@ -155,7 +155,7 @@ "json-server": "0.17.4", "playwright": "1.51.1", "prettier": "^3.3.2", - "puppeteer": "24.5.0", + "puppeteer": "24.6.1", "qrcode-terminal": "0.12.0", "rosie": "2.1.1", "runok": "0.9.3", @@ -165,13 +165,13 @@ "testcafe": "3.7.2", "ts-morph": "25.0.1", "ts-node": "10.9.2", - "tsd": "^0.31.0", + "tsd": "^0.32.0", "tsd-jsdoc": "2.5.0", "typedoc": "0.28.2", - "typedoc-plugin-markdown": "4.6.1", + "typedoc-plugin-markdown": "4.6.2", "typescript": "5.8.3", "wdio-docker-service": "3.2.1", - "webdriverio": "9.12.2", + "webdriverio": "9.12.4", "xml2js": "0.6.2", "xpath": "0.0.34" },