Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent f64fa03 commit c881757
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"singleQuote": true
},
"dependencies": {
"appium-chromedriver": "^6.1.0",
"bluebird": "^3.7.2",
"lodash": "^4.17.21"
"appium-chromedriver": "6.1.7",
"bluebird": "3.7.2",
"lodash": "4.17.21"
},
"peerDependencies": {
"appium": "^2.11.5"
Expand Down Expand Up @@ -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"
}
}

0 comments on commit c881757

Please sign in to comment.