From b9adb337a52aa176f830669f2ae3b621a6a84048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:47:24 +0000 Subject: [PATCH] chore(deps-dev): bump testcafe from 3.5.0 to 3.6.0 Bumps [testcafe](https://github.com/DevExpress/testcafe) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/DevExpress/testcafe/releases) - [Changelog](https://github.com/DevExpress/testcafe/blob/master/CHANGELOG.md) - [Commits](https://github.com/DevExpress/testcafe/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: testcafe dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93eba907c..10273b761 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "runok": "0.9.3", "sinon": "18.0.0", "sinon-chai": "3.7.0", - "testcafe": "3.5.0", + "testcafe": "3.6.0", "ts-morph": "21.0.1", "ts-node": "10.9.2", "tsd": "^0.31.0",