From 98fd0701255bd65211f15905c18c280fac658f05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:33:10 +0000 Subject: [PATCH] chore(deps): update dependency @appium/fake-driver to v5.4.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 623f0d95e..31ae963bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@appium/eslint-config-appium": "8.0.5", - "@appium/fake-driver": "5.3.0", + "@appium/fake-driver": "5.4.0", "@appium/support": "4.1.11", "@babel/core": "7.23.7", "@babel/eslint-parser": "7.23.3", @@ -360,9 +360,9 @@ } }, "node_modules/@appium/fake-driver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@appium/fake-driver/-/fake-driver-5.3.0.tgz", - "integrity": "sha512-CnLM8/PuJo2mwgtGbBivypIjssNrgbJt+FHnwRYQ3kzRIXRckn9Gigtl5POEsW0nU5Raui7tXX5pWSsvLGSCyA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@appium/fake-driver/-/fake-driver-5.4.0.tgz", + "integrity": "sha512-zbXUSgqcJC7IZQjCCIxrwR2zYkXVOb1qWAjeaqzHbUt46AIwra8CUetFT0NlIqX60phsMPGBPx78O0kxmqIbZg==", "dev": true, "dependencies": { "@types/bluebird": "3.5.42", diff --git a/package.json b/package.json index 59c12008b..7e2e24ce9 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ }, "devDependencies": { "@appium/eslint-config-appium": "8.0.5", - "@appium/fake-driver": "5.3.0", + "@appium/fake-driver": "5.4.0", "@appium/support": "4.1.11", "@babel/core": "7.23.7", "@babel/eslint-parser": "7.23.3",