From e18fd80b7f0d7f16b52e3c72d36d850a01ccc9c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:41:48 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb3c469a..98afeffd 100644 --- a/package.json +++ b/package.json @@ -91,9 +91,9 @@ }, "types": "./build/lib/driver.d.ts", "devDependencies": { - "@appium/eslint-config-appium": "^8.0.5", - "@appium/tsconfig": "^0.x", - "@appium/types": "^0.x", + "@appium/eslint-config-appium": "8.0.5", + "@appium/tsconfig": "0.3.3", + "@appium/types": "0.22.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/bluebird": "^3.5.42",