From f52a1d8bfeba7912ab0fa6eff8afe1eccaebe82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:27:27 +0100 Subject: [PATCH] chore(deps): bump @appium/support from 5.1.8 to 6.0.0 (#447) 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 0ffb052a..86e92a24 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "types": "./build/lib/index.d.ts", "dependencies": { "@appium/base-driver": "^9.1.0", - "@appium/support": "^5.1.1", + "@appium/support": "^6.0.0", "@xmldom/xmldom": "^0.x", "appium-adb": "^12.0.0", "asyncbox": "^3.0.0",