diff --git a/package.json b/package.json index fb3c469a..383c4336 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,9 @@ "singleQuote": true }, "dependencies": { - "appium-chromedriver": "^6.1.0", - "bluebird": "^3.7.2", - "lodash": "^4.17.21" + "appium-chromedriver": "6.1.10", + "bluebird": "3.7.2", + "lodash": "4.17.21" }, "peerDependencies": { "appium": "^2.11.5" @@ -94,20 +94,20 @@ "@appium/eslint-config-appium": "^8.0.5", "@appium/tsconfig": "^0.x", "@appium/types": "^0.x", - "@semantic-release/changelog": "^6.0.3", - "@semantic-release/git": "^10.0.1", + "@semantic-release/changelog": "6.0.3", + "@semantic-release/git": "10.0.1", "@types/bluebird": "^3.5.42", "@types/mocha": "^10.0.9", "@types/node": "^20.17.00", - "asyncbox": "^3.0.0", - "chai": "^5.1.1", - "chai-as-promised": "^8.0.0", - "conventional-changelog-conventionalcommits": "^8.0.0", - "mocha": "^11.0.0", - "rimraf": "^5.0.10", - "semantic-release": "^24.1.3", - "ts-node": "^10.9.2", - "typescript": "^5.6.3", + "asyncbox": "3.0.0", + "chai": "5.1.2", + "chai-as-promised": "8.0.1", + "conventional-changelog-conventionalcommits": "8.0.0", + "mocha": "11.0.1", + "rimraf": "5.0.10", + "semantic-release": "24.2.0", + "ts-node": "10.9.2", + "typescript": "5.7.2", "webdriverio": "9.0.9" } }