Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29a35f2

Browse files
authoredJan 6, 2025··
fix(deps): pin dependencies
1 parent 2e9b76d commit 29a35f2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"singleQuote": true
5858
},
5959
"dependencies": {
60-
"appium-chromedriver": "^6.1.0",
61-
"bluebird": "^3.7.2",
62-
"lodash": "^4.17.21"
60+
"appium-chromedriver": "6.1.13",
61+
"bluebird": "3.7.2",
62+
"lodash": "4.17.21"
6363
},
6464
"peerDependencies": {
6565
"appium": "^2.11.5"
@@ -94,20 +94,20 @@
9494
"@appium/eslint-config-appium": "^8.0.5",
9595
"@appium/tsconfig": "^0.x",
9696
"@appium/types": "^0.x",
97-
"@semantic-release/changelog": "^6.0.3",
98-
"@semantic-release/git": "^10.0.1",
97+
"@semantic-release/changelog": "6.0.3",
98+
"@semantic-release/git": "10.0.1",
9999
"@types/bluebird": "^3.5.42",
100100
"@types/mocha": "^10.0.9",
101101
"@types/node": "^20.17.00",
102-
"asyncbox": "^3.0.0",
103-
"chai": "^5.1.1",
104-
"chai-as-promised": "^8.0.0",
105-
"conventional-changelog-conventionalcommits": "^8.0.0",
106-
"mocha": "^11.0.0",
107-
"rimraf": "^5.0.10",
108-
"semantic-release": "^24.1.3",
109-
"ts-node": "^10.9.2",
110-
"typescript": "^5.6.3",
102+
"asyncbox": "3.0.0",
103+
"chai": "5.1.2",
104+
"chai-as-promised": "8.0.1",
105+
"conventional-changelog-conventionalcommits": "8.0.0",
106+
"mocha": "11.0.1",
107+
"rimraf": "5.0.10",
108+
"semantic-release": "24.2.1",
109+
"ts-node": "10.9.2",
110+
"typescript": "5.7.2",
111111
"webdriverio": "9.0.9"
112112
}
113113
}

0 commit comments

Comments
 (0)
Please sign in to comment.