From 607b676dade9bcad521c3db9f46915d0a675b8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:52:15 +0000 Subject: [PATCH] chore(deps): bump @appium/base-driver from 8.7.3 to 9.3.14 Bumps [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver) from 8.7.3 to 9.3.14. - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/base-driver/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/@appium/base-driver@9.3.14/packages/base-driver) --- updated-dependencies: - dependency-name: "@appium/base-driver" 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 9b6a1e90f..d69ece950 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sinon": "^13.0.0" }, "dependencies": { - "@appium/base-driver": "^8.3.0", + "@appium/base-driver": "^9.3.14", "@appium/support": "^2.55.3", "@babel/runtime": "^7.0.0", "appium-ios-simulator": "^4.0.0",