From f7c3ec71df23c168c90ecdfa6089c3d3b4c45125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:25:37 +0100 Subject: [PATCH] chore(deps): bump @appium/support from 5.1.8 to 6.0.0 (#148) Bumps [@appium/support](https://github.com/appium/appium/tree/HEAD/packages/support) from 5.1.8 to 6.0.0. - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/support/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/@appium/support@6.0.0/packages/support) --- updated-dependencies: - dependency-name: "@appium/support" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab1173..4398cd3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "CHANGELOG.md" ], "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^6.0.0", "@types/lodash": "^4.14.192", "@types/teen_process": "^2.0.0", "asyncbox": "^3.0.0",