From a319bcbc3abe91a37c7db71e286c8ecf38f0ec16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:13:11 +0000 Subject: [PATCH] chore(deps): bump @appium/base-driver from 8.7.3 to 9.3.15 Bumps [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver) from 8.7.3 to 9.3.15. - [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/HEAD/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..902093158 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.15", "@appium/support": "^2.55.3", "@babel/runtime": "^7.0.0", "appium-ios-simulator": "^4.0.0",