From 5d0eff30784371eaae7c4d3bf836bab31f06a6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:34:48 +0000 Subject: [PATCH] chore(deps): bump @appium/support from 3.1.11 to 4.1.2 Bumps [@appium/support](https://github.com/appium/appium/tree/HEAD/packages/support) from 3.1.11 to 4.1.2. - [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/HEAD/packages/support) --- updated-dependencies: - dependency-name: "@appium/support" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9738344..6f5ea9d7 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "@appium/base-driver": "^9.0.0", - "@appium/support": "^3.0.0", + "@appium/support": "^4.1.2", "@babel/runtime": "^7.0.0", "appium-ios-simulator": "^5.0.1", "async-lock": "^1.0.0",