From e1bf2344c71779cf13dff0f84a15b97ace66ebfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:24:14 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.5.3 --- 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-10/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 | 9 +++++---- 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/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, 59 insertions(+), 58 deletions(-) diff --git a/documentation/serenity-js.org/package.json b/documentation/serenity-js.org/package.json index d73217db7a..a4fd43ed68 100644 --- a/documentation/serenity-js.org/package.json +++ b/documentation/serenity-js.org/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.3", "@tsconfig/docusaurus": "1.0.7", - "typescript": "5.2.2" + "typescript": "5.5.3" }, "browserslist": { "production": [ diff --git a/examples/calculator-app/package.json b/examples/calculator-app/package.json index f9f2fc392d..e23c0cdc17 100644 --- a/examples/calculator-app/package.json +++ b/examples/calculator-app/package.json @@ -42,7 +42,7 @@ "mocha": "10.6.0", "nodemon": "3.1.4", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" }, "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 dceb5cce08..3dd1dec716 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.16", "npm-failsafe": "1.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/cucumber-reporting/package.json b/examples/cucumber-reporting/package.json index e68388e322..3edbbba4e4 100644 --- a/examples/cucumber-reporting/package.json +++ b/examples/cucumber-reporting/package.json @@ -44,6 +44,6 @@ "@types/chai": "4.3.16", "npm-failsafe": "1.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/cucumber-rest-api-level-testing/package.json b/examples/cucumber-rest-api-level-testing/package.json index 0ab084b8e7..a65bb0ce82 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.19.2", "npm-failsafe": "1.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/jasmine-rest-api-level-testing/package.json b/examples/jasmine-rest-api-level-testing/package.json index a440d9d314..22f0d1715b 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.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/mocha-rest-api-level-testing/package.json b/examples/mocha-rest-api-level-testing/package.json index d5a10ce080..7d8fb85936 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.6.0", "npm-failsafe": "1.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/protractor-cucumber/package.json b/examples/protractor-cucumber/package.json index abe6002a43..7c8362f331 100644 --- a/examples/protractor-cucumber/package.json +++ b/examples/protractor-cucumber/package.json @@ -50,6 +50,6 @@ "npm-failsafe": "1.2.1", "protractor": "7.0.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/protractor-jasmine-todomvc/package.json b/examples/protractor-jasmine-todomvc/package.json index 77671188ac..04e4a5c94b 100644 --- a/examples/protractor-jasmine-todomvc/package.json +++ b/examples/protractor-jasmine-todomvc/package.json @@ -48,6 +48,6 @@ "npm-failsafe": "1.2.1", "protractor": "7.0.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/protractor-jasmine/package.json b/examples/protractor-jasmine/package.json index 63dec304f0..8e79036922 100644 --- a/examples/protractor-jasmine/package.json +++ b/examples/protractor-jasmine/package.json @@ -51,6 +51,6 @@ "npm-failsafe": "1.2.1", "protractor": "7.0.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/protractor-mocha/package.json b/examples/protractor-mocha/package.json index ab4badd8c4..6192f6bab1 100644 --- a/examples/protractor-mocha/package.json +++ b/examples/protractor-mocha/package.json @@ -51,6 +51,6 @@ "npm-failsafe": "1.2.1", "protractor": "7.0.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/webdriverio-cucumber/package.json b/examples/webdriverio-cucumber/package.json index 6f19ce6962..743f9ef7ac 100644 --- a/examples/webdriverio-cucumber/package.json +++ b/examples/webdriverio-cucumber/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.39.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/webdriverio-jasmine/package.json b/examples/webdriverio-jasmine/package.json index 1059cc05ea..a5d90f4807 100644 --- a/examples/webdriverio-jasmine/package.json +++ b/examples/webdriverio-jasmine/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.39.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/webdriverio-mocha-todomvc/package.json b/examples/webdriverio-mocha-todomvc/package.json index 6c4c382b10..d3bc5d5479 100644 --- a/examples/webdriverio-mocha-todomvc/package.json +++ b/examples/webdriverio-mocha-todomvc/package.json @@ -49,6 +49,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.39.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/examples/webdriverio-mocha/package.json b/examples/webdriverio-mocha/package.json index 0cf4c1f92a..6a8c01c95d 100644 --- a/examples/webdriverio-mocha/package.json +++ b/examples/webdriverio-mocha/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.39.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-1/package.json b/integration/cucumber-1/package.json index 67261cb640..6db9086f3e 100644 --- a/integration/cucumber-1/package.json +++ b/integration/cucumber-1/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-10/package.json b/integration/cucumber-10/package.json index c86db26b90..7d97cfb343 100644 --- a/integration/cucumber-10/package.json +++ b/integration/cucumber-10/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-2/package.json b/integration/cucumber-2/package.json index b4f5204216..787d4c7273 100644 --- a/integration/cucumber-2/package.json +++ b/integration/cucumber-2/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-3/package.json b/integration/cucumber-3/package.json index 5b72f187f6..83fb6ab9eb 100644 --- a/integration/cucumber-3/package.json +++ b/integration/cucumber-3/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-4/package.json b/integration/cucumber-4/package.json index d1f5a72225..9c48c84a27 100644 --- a/integration/cucumber-4/package.json +++ b/integration/cucumber-4/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-5/package.json b/integration/cucumber-5/package.json index 3f4b611183..8128613496 100644 --- a/integration/cucumber-5/package.json +++ b/integration/cucumber-5/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-6/package.json b/integration/cucumber-6/package.json index f16c10648a..4b2c94cc55 100644 --- a/integration/cucumber-6/package.json +++ b/integration/cucumber-6/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-7/package.json b/integration/cucumber-7/package.json index cc83a6ac76..4e81673ead 100644 --- a/integration/cucumber-7/package.json +++ b/integration/cucumber-7/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-8-javascript-api/package.json b/integration/cucumber-8-javascript-api/package.json index cca44cbfdd..42063aa37e 100644 --- a/integration/cucumber-8-javascript-api/package.json +++ b/integration/cucumber-8-javascript-api/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-8-legacy-api/package.json b/integration/cucumber-8-legacy-api/package.json index 5d867ec3a8..c503acc86e 100644 --- a/integration/cucumber-8-legacy-api/package.json +++ b/integration/cucumber-8-legacy-api/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-9/package.json b/integration/cucumber-9/package.json index 0ed71946b6..35339f546c 100644 --- a/integration/cucumber-9/package.json +++ b/integration/cucumber-9/package.json @@ -39,6 +39,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/cucumber-specs/package.json b/integration/cucumber-specs/package.json index 95a9d5a424..d00094297b 100644 --- a/integration/cucumber-specs/package.json +++ b/integration/cucumber-specs/package.json @@ -36,6 +36,6 @@ "@types/chai": "4.3.16", "mocha": "10.6.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/jasmine/package.json b/integration/jasmine/package.json index 54970b1138..3464b90d82 100644 --- a/integration/jasmine/package.json +++ b/integration/jasmine/package.json @@ -41,6 +41,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/mocha/package.json b/integration/mocha/package.json index 6b3aea687e..2f9c6dd95d 100644 --- a/integration/mocha/package.json +++ b/integration/mocha/package.json @@ -40,6 +40,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/playwright-test-ct/package.json b/integration/playwright-test-ct/package.json index ac86fbeaef..5ffbbc29c6 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.2.2" + "typescript": "5.5.3" } } diff --git a/integration/playwright-test/package.json b/integration/playwright-test/package.json index af05718b64..deb97ba296 100644 --- a/integration/playwright-test/package.json +++ b/integration/playwright-test/package.json @@ -44,6 +44,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/playwright-web/package.json b/integration/playwright-web/package.json index fbc0b48ebf..ba86f3133d 100644 --- a/integration/playwright-web/package.json +++ b/integration/playwright-web/package.json @@ -56,6 +56,6 @@ "playwright": "1.45.1", "start-server-and-test": "2.0.4", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/protractor-cucumber/package.json b/integration/protractor-cucumber/package.json index 786d1db0c3..44e9b80607 100644 --- a/integration/protractor-cucumber/package.json +++ b/integration/protractor-cucumber/package.json @@ -43,6 +43,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/protractor-jasmine/package.json b/integration/protractor-jasmine/package.json index 704523a628..7e01a9b1b1 100644 --- a/integration/protractor-jasmine/package.json +++ b/integration/protractor-jasmine/package.json @@ -43,6 +43,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/protractor-mocha/package.json b/integration/protractor-mocha/package.json index e853837813..66fef1b823 100644 --- a/integration/protractor-mocha/package.json +++ b/integration/protractor-mocha/package.json @@ -42,6 +42,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/protractor-web/package.json b/integration/protractor-web/package.json index 4a3b6ddcd9..a6bf6127b9 100644 --- a/integration/protractor-web/package.json +++ b/integration/protractor-web/package.json @@ -55,6 +55,6 @@ "npm-failsafe": "1.2.1", "protractor": "^7.0.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/rest/package.json b/integration/rest/package.json index 6ebf85e5fd..8567978dde 100644 --- a/integration/rest/package.json +++ b/integration/rest/package.json @@ -44,6 +44,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/testing-tools/package.json b/integration/testing-tools/package.json index 20859bd19d..0b46228955 100644 --- a/integration/testing-tools/package.json +++ b/integration/testing-tools/package.json @@ -45,6 +45,6 @@ "chai-as-promised": "7.1.2", "tiny-types": "1.22.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/web-specs/package.json b/integration/web-specs/package.json index 5e6d8cc255..5fc75fed2b 100644 --- a/integration/web-specs/package.json +++ b/integration/web-specs/package.json @@ -50,7 +50,7 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2", + "typescript": "5.5.3", "start-server-and-test": "2.0.4" } } diff --git a/integration/webdriverio-cucumber/package.json b/integration/webdriverio-cucumber/package.json index 4f46e6b100..1e0260d359 100644 --- a/integration/webdriverio-cucumber/package.json +++ b/integration/webdriverio-cucumber/package.json @@ -46,6 +46,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/integration/webdriverio-web/package.json b/integration/webdriverio-web/package.json index 5ba13215a1..e81bbbc694 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.39.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/package-lock.json b/package-lock.json index 0d6ab1558e..829cab6063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "ts-node": "10.9.2", "tsx": "4.16.1", "type-fest": "4.8.3", - "typescript": "5.2.2" + "typescript": "5.5.3" }, "engines": { "node": "^16.13 || ^18.12 || ^20" @@ -15713,10 +15713,11 @@ "dev": true }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 0d15f9faa5..3e5f900db4 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "ts-node": "10.9.2", "tsx": "4.16.1", "type-fest": "4.8.3", - "typescript": "5.2.2" + "typescript": "5.5.3" }, "repository": { "type": "git", diff --git a/packages/assertions/package.json b/packages/assertions/package.json index 4dab17ab23..9c1d9ae300 100644 --- a/packages/assertions/package.json +++ b/packages/assertions/package.json @@ -55,6 +55,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/console-reporter/package.json b/packages/console-reporter/package.json index e35ebcac5a..465bd4c66a 100644 --- a/packages/console-reporter/package.json +++ b/packages/console-reporter/package.json @@ -55,6 +55,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/core/package.json b/packages/core/package.json index 33d4a76b58..fa31d0f571 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" }, "repository": { "type": "git", diff --git a/packages/cucumber/package.json b/packages/cucumber/package.json index 17c04d951f..872b3ff599 100644 --- a/packages/cucumber/package.json +++ b/packages/cucumber/package.json @@ -71,6 +71,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/local-server/package.json b/packages/local-server/package.json index 04f10e70f2..09aa2cd15f 100644 --- a/packages/local-server/package.json +++ b/packages/local-server/package.json @@ -73,6 +73,6 @@ "restify": "11.1.0", "semver": "7.6.2", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/mocha/package.json b/packages/mocha/package.json index dfe818ec4b..72a742547f 100644 --- a/packages/mocha/package.json +++ b/packages/mocha/package.json @@ -57,6 +57,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 6d2b596ac4..531f2397a6 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -61,6 +61,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 3e1cb53035..22fafc4795 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -57,6 +57,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/protractor/package.json b/packages/protractor/package.json index 4c02bed618..a7436b0894 100644 --- a/packages/protractor/package.json +++ b/packages/protractor/package.json @@ -97,6 +97,6 @@ "protractor": "7.0.0", "start-server-and-test": "2.0.4", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/rest/package.json b/packages/rest/package.json index 44a7ab5c50..680df47c73 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -65,6 +65,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/serenity-bdd/package.json b/packages/serenity-bdd/package.json index 8376f75040..a64ba80850 100644 --- a/packages/serenity-bdd/package.json +++ b/packages/serenity-bdd/package.json @@ -69,6 +69,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } } diff --git a/packages/web/package.json b/packages/web/package.json index 4d5cc6e3ba..fa5748e056 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -57,6 +57,6 @@ "mocha": "10.6.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.5.3" } }