From 717cff88bcdfcf935b21cb5510f877ba5d29f561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:19:27 +0000 Subject: [PATCH] chore(deps-dev): bump testcafe from 3.0.1 to 3.3.0 Bumps [testcafe](https://github.com/DevExpress/testcafe) from 3.0.1 to 3.3.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.0.1...v3.3.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 79a1df29f..77b4a02ec 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "runok": "0.9.3", "sinon": "15.2.0", "sinon-chai": "3.7.0", - "testcafe": "3.0.1", + "testcafe": "3.3.0", "ts-morph": "19.0.0", "ts-node": "10.9.1", "tsd-jsdoc": "2.5.0",