From 48c54efc5c71f2bfc1f504f8aaa1a12e4ea3e63f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:35:15 +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 03276480..ef70cdaf 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.23.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/bluebird": "3.5.42",