From ec4eed374f1a23c1837b6b6abe008199c2a6adf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 17:55:57 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.4.5 --- 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 a59bb8f86b8..fe792370f35 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.4.5" }, "browserslist": { "production": [ diff --git a/examples/calculator-app/package.json b/examples/calculator-app/package.json index 93410fca0f0..87c54d0bde2 100644 --- a/examples/calculator-app/package.json +++ b/examples/calculator-app/package.json @@ -42,7 +42,7 @@ "mocha": "10.4.0", "nodemon": "3.1.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" }, "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 10683505f88..5ab9e8d393e 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.4.5" } } diff --git a/examples/cucumber-reporting/package.json b/examples/cucumber-reporting/package.json index 5c263cfe858..37525464531 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.4.5" } } diff --git a/examples/cucumber-rest-api-level-testing/package.json b/examples/cucumber-rest-api-level-testing/package.json index 941aeff0897..8b601b86c7d 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.4.5" } } diff --git a/examples/jasmine-rest-api-level-testing/package.json b/examples/jasmine-rest-api-level-testing/package.json index a440d9d3142..7d1bd0c2965 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.4.5" } } diff --git a/examples/mocha-rest-api-level-testing/package.json b/examples/mocha-rest-api-level-testing/package.json index 721a080f9e2..96a0fd17e5e 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.4.0", "npm-failsafe": "1.2.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/examples/protractor-cucumber/package.json b/examples/protractor-cucumber/package.json index a66a09d089d..dc64b7c5a31 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.4.5" } } diff --git a/examples/protractor-jasmine-todomvc/package.json b/examples/protractor-jasmine-todomvc/package.json index 77671188acf..f9ab447c90f 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.4.5" } } diff --git a/examples/protractor-jasmine/package.json b/examples/protractor-jasmine/package.json index 63dec304f06..dbfceba4f7f 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.4.5" } } diff --git a/examples/protractor-mocha/package.json b/examples/protractor-mocha/package.json index 7925775ce8b..99071c05e1f 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.4.5" } } diff --git a/examples/webdriverio-cucumber/package.json b/examples/webdriverio-cucumber/package.json index e1f94bf6bc8..59dfe394e29 100644 --- a/examples/webdriverio-cucumber/package.json +++ b/examples/webdriverio-cucumber/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.36.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/examples/webdriverio-jasmine/package.json b/examples/webdriverio-jasmine/package.json index fccf008cb5e..a7a56a721d3 100644 --- a/examples/webdriverio-jasmine/package.json +++ b/examples/webdriverio-jasmine/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.36.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/examples/webdriverio-mocha-todomvc/package.json b/examples/webdriverio-mocha-todomvc/package.json index e9e44df01df..529845a5d2a 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.36.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/examples/webdriverio-mocha/package.json b/examples/webdriverio-mocha/package.json index 7be7e61e3bc..208b5012d21 100644 --- a/examples/webdriverio-mocha/package.json +++ b/examples/webdriverio-mocha/package.json @@ -47,6 +47,6 @@ "npm-failsafe": "1.2.1", "webdriverio": "8.36.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-1/package.json b/integration/cucumber-1/package.json index a9ae55fcecc..408dc629b6f 100644 --- a/integration/cucumber-1/package.json +++ b/integration/cucumber-1/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-10/package.json b/integration/cucumber-10/package.json index a1d0764c241..0ac50623423 100644 --- a/integration/cucumber-10/package.json +++ b/integration/cucumber-10/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-2/package.json b/integration/cucumber-2/package.json index 73fdcf120c5..74ea21304a4 100644 --- a/integration/cucumber-2/package.json +++ b/integration/cucumber-2/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-3/package.json b/integration/cucumber-3/package.json index 98016ef8775..f468a681ae5 100644 --- a/integration/cucumber-3/package.json +++ b/integration/cucumber-3/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-4/package.json b/integration/cucumber-4/package.json index 3b0237c83c1..1a1882ba193 100644 --- a/integration/cucumber-4/package.json +++ b/integration/cucumber-4/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-5/package.json b/integration/cucumber-5/package.json index b869e54edba..72e1f449b9c 100644 --- a/integration/cucumber-5/package.json +++ b/integration/cucumber-5/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-6/package.json b/integration/cucumber-6/package.json index 917863589cf..e90984af709 100644 --- a/integration/cucumber-6/package.json +++ b/integration/cucumber-6/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-7/package.json b/integration/cucumber-7/package.json index 509fd6830a0..9bdb0f9af3b 100644 --- a/integration/cucumber-7/package.json +++ b/integration/cucumber-7/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-8-javascript-api/package.json b/integration/cucumber-8-javascript-api/package.json index 93218856c90..cb5a7ffd4d4 100644 --- a/integration/cucumber-8-javascript-api/package.json +++ b/integration/cucumber-8-javascript-api/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-8-legacy-api/package.json b/integration/cucumber-8-legacy-api/package.json index f456216ddff..c1809764fd9 100644 --- a/integration/cucumber-8-legacy-api/package.json +++ b/integration/cucumber-8-legacy-api/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-9/package.json b/integration/cucumber-9/package.json index e3c8b4dbb12..8a87050efc5 100644 --- a/integration/cucumber-9/package.json +++ b/integration/cucumber-9/package.json @@ -39,6 +39,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/cucumber-specs/package.json b/integration/cucumber-specs/package.json index dba0036cb2c..02bd07f5beb 100644 --- a/integration/cucumber-specs/package.json +++ b/integration/cucumber-specs/package.json @@ -36,6 +36,6 @@ "@types/chai": "4.3.16", "mocha": "10.4.0", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/jasmine/package.json b/integration/jasmine/package.json index 27051ef6db4..c8d18339eb3 100644 --- a/integration/jasmine/package.json +++ b/integration/jasmine/package.json @@ -41,6 +41,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/mocha/package.json b/integration/mocha/package.json index 1f390f6eb60..5d94eef5e4e 100644 --- a/integration/mocha/package.json +++ b/integration/mocha/package.json @@ -40,6 +40,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/playwright-test-ct/package.json b/integration/playwright-test-ct/package.json index 10445eed826..9c72507317a 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.4.5" } } diff --git a/integration/playwright-test/package.json b/integration/playwright-test/package.json index 25dcd50c8af..b18b8eab963 100644 --- a/integration/playwright-test/package.json +++ b/integration/playwright-test/package.json @@ -44,6 +44,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/playwright-web/package.json b/integration/playwright-web/package.json index 7fe50b281e5..a1c6649b426 100644 --- a/integration/playwright-web/package.json +++ b/integration/playwright-web/package.json @@ -56,6 +56,6 @@ "playwright": "1.44.0", "start-server-and-test": "2.0.3", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/protractor-cucumber/package.json b/integration/protractor-cucumber/package.json index 56625df6ec3..93de8d8af38 100644 --- a/integration/protractor-cucumber/package.json +++ b/integration/protractor-cucumber/package.json @@ -43,6 +43,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/protractor-jasmine/package.json b/integration/protractor-jasmine/package.json index 2dc8cbad9e0..93324bff442 100644 --- a/integration/protractor-jasmine/package.json +++ b/integration/protractor-jasmine/package.json @@ -43,6 +43,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/protractor-mocha/package.json b/integration/protractor-mocha/package.json index 47e0a104a68..f26fb84e022 100644 --- a/integration/protractor-mocha/package.json +++ b/integration/protractor-mocha/package.json @@ -42,6 +42,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/protractor-web/package.json b/integration/protractor-web/package.json index 4893df0f8a7..6145d42eb47 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.4.5" } } diff --git a/integration/rest/package.json b/integration/rest/package.json index 699617ced27..c09abe131f5 100644 --- a/integration/rest/package.json +++ b/integration/rest/package.json @@ -44,6 +44,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/testing-tools/package.json b/integration/testing-tools/package.json index 20859bd19d5..fd5b7962baf 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.4.5" } } diff --git a/integration/web-specs/package.json b/integration/web-specs/package.json index 91648807135..0c47239b151 100644 --- a/integration/web-specs/package.json +++ b/integration/web-specs/package.json @@ -50,7 +50,7 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2", + "typescript": "5.4.5", "start-server-and-test": "2.0.3" } } diff --git a/integration/webdriverio-cucumber/package.json b/integration/webdriverio-cucumber/package.json index 0cf6759327b..f18f59c742a 100644 --- a/integration/webdriverio-cucumber/package.json +++ b/integration/webdriverio-cucumber/package.json @@ -46,6 +46,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/integration/webdriverio-web/package.json b/integration/webdriverio-web/package.json index b00253bc70e..d0d03ea6dfb 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.36.1", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/package-lock.json b/package-lock.json index 72fa7b242b9..2b54c8f9273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "test-console": "2.0.0", "ts-node": "10.9.2", "tsx": "4.10.5", - "typescript": "5.2.2" + "typescript": "5.4.5" }, "engines": { "node": "^16.13 || ^18.12 || ^20" @@ -15155,10 +15155,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.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 7894ea5a94c..441ae1fee28 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "test-console": "2.0.0", "ts-node": "10.9.2", "tsx": "4.10.5", - "typescript": "5.2.2" + "typescript": "5.4.5" }, "repository": { "type": "git", diff --git a/packages/assertions/package.json b/packages/assertions/package.json index 531c0309156..2d15486a492 100644 --- a/packages/assertions/package.json +++ b/packages/assertions/package.json @@ -55,6 +55,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/console-reporter/package.json b/packages/console-reporter/package.json index 39b5d8bce2f..02b6eb92395 100644 --- a/packages/console-reporter/package.json +++ b/packages/console-reporter/package.json @@ -55,6 +55,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/core/package.json b/packages/core/package.json index d3fe5615ffe..4ba915852f0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" }, "repository": { "type": "git", diff --git a/packages/cucumber/package.json b/packages/cucumber/package.json index 58e22db6bff..8e8e2aabcac 100644 --- a/packages/cucumber/package.json +++ b/packages/cucumber/package.json @@ -71,6 +71,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/local-server/package.json b/packages/local-server/package.json index 4127694a631..bec65d1cb7b 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.4.5" } } diff --git a/packages/mocha/package.json b/packages/mocha/package.json index c1f403ae832..97c2ba133d7 100644 --- a/packages/mocha/package.json +++ b/packages/mocha/package.json @@ -57,6 +57,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 55ed87207f8..fa671c977b4 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -61,6 +61,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 125fb133d7d..f62361773c8 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -57,6 +57,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/protractor/package.json b/packages/protractor/package.json index 8d823e2978e..bb66e133067 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.3", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/rest/package.json b/packages/rest/package.json index 13b4947c416..0857a860a8b 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -65,6 +65,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/serenity-bdd/package.json b/packages/serenity-bdd/package.json index 511ee06f7b0..a78caa5f3e0 100644 --- a/packages/serenity-bdd/package.json +++ b/packages/serenity-bdd/package.json @@ -69,6 +69,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } } diff --git a/packages/web/package.json b/packages/web/package.json index 7ab73a2b5b9..de792a47199 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -57,6 +57,6 @@ "mocha": "10.4.0", "mocha-multi": "1.1.7", "ts-node": "10.9.2", - "typescript": "5.2.2" + "typescript": "5.4.5" } }