From 684bc3e6cc9f3d05e8fa215420ccd18224a56f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:45:35 +0000 Subject: [PATCH] chore(deps): bump appium-webdriveragent from 5.12.2 to 5.12.3 Bumps [appium-webdriveragent](https://github.com/appium/WebDriverAgent) from 5.12.2 to 5.12.3. - [Release notes](https://github.com/appium/WebDriverAgent/releases) - [Changelog](https://github.com/appium/WebDriverAgent/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/WebDriverAgent/compare/v5.12.2...v5.12.3) --- updated-dependencies: - dependency-name: appium-webdriveragent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 720a80341..e168c1cb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appium-xcuitest-driver", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "appium-xcuitest-driver", - "version": "5.7.0", + "version": "5.8.0", "license": "Apache-2.0", "dependencies": { "appium-idb": "^1.6.13", @@ -4376,9 +4376,9 @@ } }, "node_modules/appium-webdriveragent": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.12.2.tgz", - "integrity": "sha512-7TulQ0L9y7dIObwmXAIx2zto/RKvR7ecrk2TVJF2rwwIf8N66UOOyPd/+PGrqj/LRQtJBsTYckQn7pT8u1Di5w==", + "version": "5.12.3", + "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.12.3.tgz", + "integrity": "sha512-AfRx/miFpKR1UIxMBa2nHrL7cjBQbDWv8Qhj0Lt/UmHyJUH8qf+Q9zBMZQQnJ3aqL4Z0GUZWkrAOK583O6vODQ==", "dependencies": { "@appium/base-driver": "^9.0.0", "@appium/strongbox": "^0.x",