From 64b14c93fcf07725e3c1e788eb708b5ab860a5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:58:43 +0000 Subject: [PATCH] chore(deps): bump appium-webdriveragent from 5.14.0 to 5.15.2 Bumps [appium-webdriveragent](https://github.com/appium/WebDriverAgent) from 5.14.0 to 5.15.2. - [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.14.0...v5.15.2) --- updated-dependencies: - dependency-name: appium-webdriveragent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5070d363..81f822ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4060,9 +4060,9 @@ } }, "node_modules/appium-webdriveragent": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.14.0.tgz", - "integrity": "sha512-TNPsCmhbiFpEE1jtV+o+raqZIxoDyBxwAQ23JLFe/O15PTdt63SJncp9Z8M9Gl60OJypmPp0LBiVhXSMYfz29g==", + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.15.2.tgz", + "integrity": "sha512-3xoKAyQ3ZRrRsb+cToRENGssGWavBUAXB/yTz03Qtexwhm7VbQH+ZrXIBiaS1Uv0wKssc7SvsjNyaCNo+Dwe/g==", "dependencies": { "@appium/base-driver": "^9.0.0", "@appium/strongbox": "^0.x",