From fa599e52de131c12bd3c8c4b320d9adea71306e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:33:53 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.2.2 --- documentation/serenity-js.org/package.json | 2 +- examples/calculator-app/package.json | 2 +- examples/cucumber-domain-level-testing/package.json | 2 +- examples/cucumber-reporting/package.json | 2 +- examples/cucumber-rest-api-level-testing/package.json | 2 +- examples/jasmine-rest-api-level-testing/package.json | 2 +- examples/mocha-rest-api-level-testing/package.json | 2 +- examples/protractor-cucumber/package.json | 2 +- examples/protractor-jasmine-todomvc/package.json | 2 +- examples/protractor-jasmine/package.json | 2 +- examples/protractor-mocha/package.json | 2 +- examples/webdriverio-cucumber/package.json | 2 +- examples/webdriverio-jasmine/package.json | 2 +- examples/webdriverio-mocha-todomvc/package.json | 2 +- examples/webdriverio-mocha/package.json | 2 +- integration/cucumber-1/package.json | 2 +- integration/cucumber-2/package.json | 2 +- integration/cucumber-3/package.json | 2 +- integration/cucumber-4/package.json | 2 +- integration/cucumber-5/package.json | 2 +- integration/cucumber-6/package.json | 2 +- integration/cucumber-7/package.json | 2 +- integration/cucumber-8-javascript-api/package.json | 2 +- integration/cucumber-8-legacy-api/package.json | 2 +- integration/cucumber-9/package.json | 2 +- integration/cucumber-specs/package.json | 2 +- integration/jasmine/package.json | 2 +- integration/mocha/package.json | 2 +- integration/playwright-test-ct/package.json | 2 +- integration/playwright-test/package.json | 2 +- integration/playwright-web/package.json | 2 +- integration/protractor-cucumber/package.json | 2 +- integration/protractor-jasmine/package.json | 2 +- integration/protractor-mocha/package.json | 2 +- integration/protractor-web/package.json | 2 +- integration/rest/package.json | 2 +- integration/testing-tools/package.json | 2 +- integration/web-specs/package.json | 2 +- integration/webdriverio-cucumber/package.json | 2 +- integration/webdriverio-web/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- packages/assertions/package.json | 2 +- packages/console-reporter/package.json | 2 +- packages/core/package.json | 2 +- packages/cucumber/package.json | 2 +- packages/jasmine/package.json | 2 +- packages/local-server/package.json | 2 +- packages/mocha/package.json | 2 +- packages/playwright-test/package.json | 2 +- packages/playwright/package.json | 2 +- packages/protractor/package.json | 2 +- packages/rest/package.json | 2 +- packages/serenity-bdd/package.json | 2 +- packages/web/package.json | 2 +- 55 files changed, 58 insertions(+), 58 deletions(-) diff --git a/documentation/serenity-js.org/package.json b/documentation/serenity-js.org/package.json index 9f599fba254..589e14bcf0b 100644 --- a/documentation/serenity-js.org/package.json +++ b/documentation/serenity-js.org/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.3", "@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 c0373630b06..7141a294825 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 35f096d44c8..6ac07fd8365 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.6", "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 40b00e276e5..702be442f44 100644 --- a/examples/cucumber-reporting/package.json +++ b/examples/cucumber-reporting/package.json @@ -44,6 +44,6 @@ "@types/chai": "^4.3.6", "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 e77aa503aec..641665745ad 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 5caf1fad89a..4dc70933bff 100644 --- a/examples/jasmine-rest-api-level-testing/package.json +++ b/examples/jasmine-rest-api-level-testing/package.json @@ -47,6 +47,6 @@ "jasmine": "^5.1.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 92b928dbaed..250ecf3980f 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 98cba18e5a5..5d259a60eb3 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 0c2e660e7d2..faa8c0a5d26 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 62556aa7bb4..553d212ba85 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 13af3695eb9..69d10dd7d6c 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 871487011cc..60818247644 100644 --- a/examples/webdriverio-cucumber/package.json +++ b/examples/webdriverio-cucumber/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.16.22", "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 78d4c76670a..725124cd9d4 100644 --- a/examples/webdriverio-jasmine/package.json +++ b/examples/webdriverio-jasmine/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.16.22", "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 3369e316e7e..e3798a3707d 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.16.22", "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 b61bbec3022..9d87965ac27 100644 --- a/examples/webdriverio-mocha/package.json +++ b/examples/webdriverio-mocha/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "^1.0.0", "webdriverio": "8.16.22", "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 a74e7e41f55..3ba852808a2 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 6c5e92c02ce..037c71a54ba 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 2ebaba8647c..0aac95901c2 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 595cac39c63..660f0fe6646 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 7a50490e6b8..8345f82fc5a 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 d1ee952fa59..f16f18d7f91 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 8a204a49a0d..ccf17d41361 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 82a759f16f9..68752235efe 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 a3b178fec45..303761c05b6 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 7dfba874db2..87ccd4b8a74 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 19b3ac16fcb..c5d74f288a9 100644 --- a/integration/cucumber-specs/package.json +++ b/integration/cucumber-specs/package.json @@ -36,6 +36,6 @@ "@types/chai": "^4.3.6", "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 ebe3c875a82..e60e518536a 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 76aedb6a035..9afc6797adb 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 e6e4dc4387c..3f48666c046 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 3411e0d7bc1..bda746b0d15 100644 --- a/integration/playwright-test/package.json +++ b/integration/playwright-test/package.json @@ -44,6 +44,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 4a6eccca27b..1bd181a2b6f 100644 --- a/integration/playwright-web/package.json +++ b/integration/playwright-web/package.json @@ -56,6 +56,6 @@ "playwright": "^1.38.1", "start-server-and-test": "^2.0.1", "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 a8e276a0c33..d52aed1f1ee 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 1d0f35f6070..d7d241c9073 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 7131f1fa835..02c8498d02d 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 42054a11672..0c636162454 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/rest/package.json b/integration/rest/package.json index 4ce97b84d25..cbbffaba14d 100644 --- a/integration/rest/package.json +++ b/integration/rest/package.json @@ -44,6 +44,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/testing-tools/package.json b/integration/testing-tools/package.json index 6f6294d003a..76be69badd9 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 38d8a3bcdc4..b57d222b4ed 100644 --- a/integration/web-specs/package.json +++ b/integration/web-specs/package.json @@ -50,7 +50,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.1" } } diff --git a/integration/webdriverio-cucumber/package.json b/integration/webdriverio-cucumber/package.json index df2ef8618d8..64869c95d3a 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 918f2566557..742e9a6d2e1 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.16.22", "ts-node": "^10.9.1", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/package-lock.json b/package-lock.json index d48aa90073e..6a5d60ec3ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,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" @@ -13166,9 +13166,9 @@ "dev": true }, "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==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index ee641e8e637..e32668ef97c 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,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 91f72e2b0c2..f9553c17b8b 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 9b370c887eb..986e818e3de 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 037efc45be3..3e8dba2d26f 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 e5ac38353bb..190a95e2853 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 0982acd2c4f..853950e2b4a 100644 --- a/packages/jasmine/package.json +++ b/packages/jasmine/package.json @@ -82,6 +82,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 efacc4ab173..22e7b16fd3f 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 219522acc8b..16636ecdfa9 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 5d844a1e2f2..4c305f0eb97 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -60,6 +60,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 687728a9cd9..e28c85a204c 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 2aea29c4db5..c4188bcaf9c 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.1", "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 d7c3d003fdc..12fec2b426e 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -63,6 +63,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 8dfc163871b..8c18d9a72d7 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 fdfa914280e..11dc73fb45c 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" } }