diff --git a/documentation/serenity-js.org/package.json b/documentation/serenity-js.org/package.json index 45650a69e30..73754ef8308 100644 --- a/documentation/serenity-js.org/package.json +++ b/documentation/serenity-js.org/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.1", "@tsconfig/docusaurus": "1.0.7", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "browserslist": { "production": [ diff --git a/examples/calculator-app/package.json b/examples/calculator-app/package.json index da3caf95a4a..227e297c991 100644 --- a/examples/calculator-app/package.json +++ b/examples/calculator-app/package.json @@ -42,7 +42,7 @@ "mocha": "^10.2.0", "nodemon": "^3.0.1", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "dependencies": { "@paralleldrive/cuid2": "^2.2.2", diff --git a/examples/cucumber-domain-level-testing/package.json b/examples/cucumber-domain-level-testing/package.json index 6af80a8a8a0..b65a11eec16 100644 --- a/examples/cucumber-domain-level-testing/package.json +++ b/examples/cucumber-domain-level-testing/package.json @@ -45,6 +45,6 @@ "@types/chai": "^4.3.5", "npm-failsafe": "^1.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/cucumber-reporting/package.json b/examples/cucumber-reporting/package.json index 1dc89f19b0f..083cb7c2db0 100644 --- a/examples/cucumber-reporting/package.json +++ b/examples/cucumber-reporting/package.json @@ -44,6 +44,6 @@ "@types/chai": "^4.3.5", "npm-failsafe": "^1.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/cucumber-rest-api-level-testing/package.json b/examples/cucumber-rest-api-level-testing/package.json index 3ae4c3851c1..ed8a178bd68 100644 --- a/examples/cucumber-rest-api-level-testing/package.json +++ b/examples/cucumber-rest-api-level-testing/package.json @@ -49,6 +49,6 @@ "express": "^4.18.2", "npm-failsafe": "^1.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/jasmine-rest-api-level-testing/package.json b/examples/jasmine-rest-api-level-testing/package.json index 4bc34d6f6ae..e72204f88cf 100644 --- a/examples/jasmine-rest-api-level-testing/package.json +++ b/examples/jasmine-rest-api-level-testing/package.json @@ -47,6 +47,6 @@ "jasmine": "^3.99.0", "npm-failsafe": "^1.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/mocha-rest-api-level-testing/package.json b/examples/mocha-rest-api-level-testing/package.json index 50b9fe0bc55..c763f6d34c2 100644 --- a/examples/mocha-rest-api-level-testing/package.json +++ b/examples/mocha-rest-api-level-testing/package.json @@ -47,6 +47,6 @@ "mocha": "^10.2.0", "npm-failsafe": "^1.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/protractor-cucumber/package.json b/examples/protractor-cucumber/package.json index 9acf0557570..132d7c93c8c 100644 --- a/examples/protractor-cucumber/package.json +++ b/examples/protractor-cucumber/package.json @@ -50,6 +50,6 @@ "npm-failsafe": "^1.0.0", "protractor": "^7.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/protractor-jasmine-todomvc/package.json b/examples/protractor-jasmine-todomvc/package.json index 5a364b17fcf..973841067b7 100644 --- a/examples/protractor-jasmine-todomvc/package.json +++ b/examples/protractor-jasmine-todomvc/package.json @@ -48,6 +48,6 @@ "npm-failsafe": "^1.0.0", "protractor": "^7.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/protractor-jasmine/package.json b/examples/protractor-jasmine/package.json index 71220204e4c..4387fdbf0b3 100644 --- a/examples/protractor-jasmine/package.json +++ b/examples/protractor-jasmine/package.json @@ -51,6 +51,6 @@ "npm-failsafe": "^1.0.0", "protractor": "^7.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/protractor-mocha/package.json b/examples/protractor-mocha/package.json index 63e3d62d2fd..b106caeda62 100644 --- a/examples/protractor-mocha/package.json +++ b/examples/protractor-mocha/package.json @@ -51,6 +51,6 @@ "npm-failsafe": "^1.0.0", "protractor": "^7.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/webdriverio-cucumber/package.json b/examples/webdriverio-cucumber/package.json index 8281e983c07..4ce16c53267 100644 --- a/examples/webdriverio-cucumber/package.json +++ b/examples/webdriverio-cucumber/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.15.10", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/webdriverio-jasmine/package.json b/examples/webdriverio-jasmine/package.json index 258cfc3c60c..a54708a21f4 100644 --- a/examples/webdriverio-jasmine/package.json +++ b/examples/webdriverio-jasmine/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.15.10", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/webdriverio-mocha-todomvc/package.json b/examples/webdriverio-mocha-todomvc/package.json index edebdb8811d..1fc0683ef9b 100644 --- a/examples/webdriverio-mocha-todomvc/package.json +++ b/examples/webdriverio-mocha-todomvc/package.json @@ -49,6 +49,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.15.10", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/examples/webdriverio-mocha/package.json b/examples/webdriverio-mocha/package.json index 1942af57f26..af94953aa5c 100644 --- a/examples/webdriverio-mocha/package.json +++ b/examples/webdriverio-mocha/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.15.10", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-1/package.json b/integration/cucumber-1/package.json index 6bd151a524d..cd519e81a08 100644 --- a/integration/cucumber-1/package.json +++ b/integration/cucumber-1/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-2/package.json b/integration/cucumber-2/package.json index aecf3e438e5..81edeada6a4 100644 --- a/integration/cucumber-2/package.json +++ b/integration/cucumber-2/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-3/package.json b/integration/cucumber-3/package.json index 9e374e03547..a35f57731d6 100644 --- a/integration/cucumber-3/package.json +++ b/integration/cucumber-3/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-4/package.json b/integration/cucumber-4/package.json index 81acd27c043..f767207d879 100644 --- a/integration/cucumber-4/package.json +++ b/integration/cucumber-4/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-5/package.json b/integration/cucumber-5/package.json index 22f6506309d..75bc9ccb8f0 100644 --- a/integration/cucumber-5/package.json +++ b/integration/cucumber-5/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-6/package.json b/integration/cucumber-6/package.json index e41b8f56107..39c8d14451f 100644 --- a/integration/cucumber-6/package.json +++ b/integration/cucumber-6/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-7/package.json b/integration/cucumber-7/package.json index 70e7caa200c..487c199a730 100644 --- a/integration/cucumber-7/package.json +++ b/integration/cucumber-7/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-8-javascript-api/package.json b/integration/cucumber-8-javascript-api/package.json index db0059110ac..99cb078467b 100644 --- a/integration/cucumber-8-javascript-api/package.json +++ b/integration/cucumber-8-javascript-api/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-8-legacy-api/package.json b/integration/cucumber-8-legacy-api/package.json index 74fb08edadf..8dd4e7d0228 100644 --- a/integration/cucumber-8-legacy-api/package.json +++ b/integration/cucumber-8-legacy-api/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-9/package.json b/integration/cucumber-9/package.json index aa39b7c56ab..efe6f09d11b 100644 --- a/integration/cucumber-9/package.json +++ b/integration/cucumber-9/package.json @@ -39,6 +39,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/cucumber-specs/package.json b/integration/cucumber-specs/package.json index e35277fa4f0..0b2f640e264 100644 --- a/integration/cucumber-specs/package.json +++ b/integration/cucumber-specs/package.json @@ -36,6 +36,6 @@ "@types/chai": "^4.3.5", "mocha": "^10.2.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/jasmine/package.json b/integration/jasmine/package.json index a835d84974a..d2e2c6ba718 100644 --- a/integration/jasmine/package.json +++ b/integration/jasmine/package.json @@ -41,6 +41,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/mocha/package.json b/integration/mocha/package.json index b1d7048b8b9..ff2c30650c9 100644 --- a/integration/mocha/package.json +++ b/integration/mocha/package.json @@ -40,6 +40,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/playwright-test-ct/package.json b/integration/playwright-test-ct/package.json index ae6a12173d5..c1c67074141 100644 --- a/integration/playwright-test-ct/package.json +++ b/integration/playwright-test-ct/package.json @@ -37,6 +37,6 @@ "@serenity-js/web": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/playwright-test/package.json b/integration/playwright-test/package.json index 9e0769d3724..501b1e2650b 100644 --- a/integration/playwright-test/package.json +++ b/integration/playwright-test/package.json @@ -43,6 +43,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/playwright-web/package.json b/integration/playwright-web/package.json index fd8a4ea116d..a40b9911a22 100644 --- a/integration/playwright-web/package.json +++ b/integration/playwright-web/package.json @@ -55,6 +55,6 @@ "playwright": "^1.37.1", "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/protractor-cucumber/package.json b/integration/protractor-cucumber/package.json index 3da82fe6d5c..87e52d7db75 100644 --- a/integration/protractor-cucumber/package.json +++ b/integration/protractor-cucumber/package.json @@ -43,6 +43,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/protractor-jasmine/package.json b/integration/protractor-jasmine/package.json index 3dab7af2219..d3b1cd31c71 100644 --- a/integration/protractor-jasmine/package.json +++ b/integration/protractor-jasmine/package.json @@ -43,6 +43,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/protractor-mocha/package.json b/integration/protractor-mocha/package.json index 302ecba0626..ee3c1daa597 100644 --- a/integration/protractor-mocha/package.json +++ b/integration/protractor-mocha/package.json @@ -42,6 +42,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/protractor-web/package.json b/integration/protractor-web/package.json index 5ab76cae01a..75da533fa5b 100644 --- a/integration/protractor-web/package.json +++ b/integration/protractor-web/package.json @@ -55,6 +55,6 @@ "npm-failsafe": "^1.0.0", "protractor": "^7.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/testing-tools/package.json b/integration/testing-tools/package.json index 1fc9b9b57be..4b5c952cea0 100644 --- a/integration/testing-tools/package.json +++ b/integration/testing-tools/package.json @@ -45,6 +45,6 @@ "chai-as-promised": "^7.1.1", "tiny-types": "^1.20.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/web-specs/package.json b/integration/web-specs/package.json index 7fcc5ce7187..a29b37ed4c9 100644 --- a/integration/web-specs/package.json +++ b/integration/web-specs/package.json @@ -49,7 +49,7 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6", + "typescript": "5.2.2", "start-server-and-test": "^2.0.0" } } diff --git a/integration/webdriverio-cucumber/package.json b/integration/webdriverio-cucumber/package.json index b8ea7376524..a2c8c4ff8b7 100644 --- a/integration/webdriverio-cucumber/package.json +++ b/integration/webdriverio-cucumber/package.json @@ -46,6 +46,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/integration/webdriverio-web/package.json b/integration/webdriverio-web/package.json index b68e68e0f5c..253673c5a59 100644 --- a/integration/webdriverio-web/package.json +++ b/integration/webdriverio-web/package.json @@ -63,6 +63,6 @@ "wdio-chromedriver-service": "8.1.1", "webdriverio": "8.15.10", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/package-lock.json b/package-lock.json index d303845468b..2685857e37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "sinon-chai": "^3.7.0", "test-console": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "engines": { "node": "^16.13 || ^18.12 || ^20" @@ -10155,9 +10155,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001525", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001525.tgz", - "integrity": "sha512-/3z+wB4icFt3r0USMwxujAqRvaD/B7rvGTsKhbhSQErVrJvkZCLhgNLJxU8MevahQVH6hCU9FsHdNUFbiwmE7Q==", + "version": "1.0.30001527", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001527.tgz", + "integrity": "sha512-YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==", "funding": [ { "type": "opencollective", @@ -18510,12 +18510,12 @@ } }, "node_modules/ky": { - "version": "0.33.3", - "resolved": "https://registry.npmjs.org/ky/-/ky-0.33.3.tgz", - "integrity": "sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ky/-/ky-1.0.1.tgz", + "integrity": "sha512-UvcwpQO0LOuZwG0Ti3VDo6w57KYt+r4bWEYlNaMt82hgyFtse86QtOGum1RzsZni31FndXQl6NvtDArfunt2JQ==", "peer": true, "engines": { - "node": ">=14.16" + "node": ">=18" }, "funding": { "url": "https://github.com/sindresorhus/ky?sponsor=1" @@ -25818,9 +25818,9 @@ "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" }, "node_modules/rollup": { - "version": "3.28.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz", - "integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.0.tgz", + "integrity": "sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==", "bin": { "rollup": "dist/bin/rollup" }, @@ -26014,9 +26014,9 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "node_modules/search-insights": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.8.1.tgz", - "integrity": "sha512-gxfqTdzjOxl/i5LtTvSFdolgnm3pUQD5Ae3V8N6tFQ2bsYeo4C3CmrQAsMt212ZV78P22XBUH/nM9IhcAI946Q==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.8.2.tgz", + "integrity": "sha512-PxA9M5Q2bpBelVvJ3oDZR8nuY00Z6qwOxL53wNpgzV28M/D6u9WUbImDckjLSILBF8F1hn/mgyuUaOPtjow4Qw==", "peer": true }, "node_modules/section-matter": { @@ -28596,9 +28596,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -29572,9 +29572,9 @@ "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==" }, "node_modules/webdriver": { - "version": "8.16.3", - "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-8.16.3.tgz", - "integrity": "sha512-zjvknt38tFTbQThbcNn/NlS3WjeTpZqTP0MOK03VMY2RhFZ0/PVh8N5Tm9m7xlg6cIpx9YqXxg1Hij2bkyDRXw==", + "version": "8.16.4", + "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-8.16.4.tgz", + "integrity": "sha512-iL8yt6JrH6GqWCMyyZ8/4UMH1Pkez0VCYtkF5Fwwy6gLbP7q4iOVIFjKXP6Cg5gA2aoJvf9TLZ4cFbGOvsZXCw==", "peer": true, "dependencies": { "@types/node": "^20.1.0", @@ -29586,7 +29586,7 @@ "@wdio/utils": "8.16.3", "deepmerge-ts": "^5.1.0", "got": "^ 12.6.1", - "ky": "^0.33.0", + "ky": "^1.0.0", "ws": "^8.8.0" }, "engines": { @@ -30017,9 +30017,9 @@ } }, "node_modules/webdriverio": { - "version": "8.16.3", - "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-8.16.3.tgz", - "integrity": "sha512-cHitdayN0PV2OIUNrWX7rLmAVVT4q1Jy/VhQBEA9ksoLlFhT+n0JJqbff/YlK4Kq5P3oDPhXbPpUWUYBblqQLQ==", + "version": "8.16.4", + "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-8.16.4.tgz", + "integrity": "sha512-gt1f7qlfGzx8kKvGBxeOtYqbxYAi929fIFNnE4nDDxOzBL6Pd2ctStiqMjxeCOsZ5Z5sDDKw//P6FSRYnhNiaA==", "peer": true, "dependencies": { "@types/node": "^20.1.0", @@ -30045,7 +30045,7 @@ "resq": "^1.9.1", "rgb2hex": "0.2.5", "serialize-error": "^11.0.1", - "webdriver": "8.16.3" + "webdriver": "8.16.4" }, "engines": { "node": "^16.13 || >=18" diff --git a/package.json b/package.json index f310aaf8173..14809f62e23 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "sinon-chai": "^3.7.0", "test-console": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "repository": { "type": "git", diff --git a/packages/assertions/package.json b/packages/assertions/package.json index f9113616a5f..810fca28701 100644 --- a/packages/assertions/package.json +++ b/packages/assertions/package.json @@ -54,6 +54,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/console-reporter/package.json b/packages/console-reporter/package.json index 9f8b6d15d4d..532caa0021e 100644 --- a/packages/console-reporter/package.json +++ b/packages/console-reporter/package.json @@ -54,6 +54,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/core/package.json b/packages/core/package.json index 8c8b67fa9a8..14e308200d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" }, "repository": { "type": "git", diff --git a/packages/cucumber/package.json b/packages/cucumber/package.json index 9846b08621c..b33cc458060 100644 --- a/packages/cucumber/package.json +++ b/packages/cucumber/package.json @@ -70,6 +70,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/jasmine/package.json b/packages/jasmine/package.json index 348f9dd3a0c..27e5e159d71 100644 --- a/packages/jasmine/package.json +++ b/packages/jasmine/package.json @@ -57,6 +57,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/local-server/package.json b/packages/local-server/package.json index 8ada09ef531..5993602f575 100644 --- a/packages/local-server/package.json +++ b/packages/local-server/package.json @@ -72,6 +72,6 @@ "restify": "^11.1.0", "semver": "^7.5.4", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/mocha/package.json b/packages/mocha/package.json index cb2c90a3832..f8d28f464fa 100644 --- a/packages/mocha/package.json +++ b/packages/mocha/package.json @@ -56,6 +56,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 1f80c626b82..bf58cd26c2e 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -59,6 +59,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/playwright/package.json b/packages/playwright/package.json index f9386cb9458..ea5010352eb 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -56,6 +56,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/protractor/package.json b/packages/protractor/package.json index 1f5bd197989..c3c1fbb8d0e 100644 --- a/packages/protractor/package.json +++ b/packages/protractor/package.json @@ -99,6 +99,6 @@ "selenium-webdriver": "^3.6.0", "start-server-and-test": "^2.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/rest/package.json b/packages/rest/package.json index 304bfdde67d..a08f187264f 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -58,6 +58,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/serenity-bdd/package.json b/packages/serenity-bdd/package.json index 6ad2ef93921..fac3b2ebf6e 100644 --- a/packages/serenity-bdd/package.json +++ b/packages/serenity-bdd/package.json @@ -69,6 +69,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/packages/web/package.json b/packages/web/package.json index bfe88ac5c1d..8aea2b03a3a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -56,6 +56,6 @@ "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } }