appium-chromedriver 5.3.2 → 5.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.3.4](https://github.com/appium/appium-chromedriver/compare/v5.3.3...v5.3.4) (2023-04-10)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump rimraf from 4.4.1 to 5.0.0 ([#298](https://github.com/appium/appium-chromedriver/issues/298)) ([3b9d86a](https://github.com/appium/appium-chromedriver/commit/3b9d86a5663b4b1893a7328a9e2d9fa6ecabc9a8))
7
+
8
+ ## [5.3.3](https://github.com/appium/appium-chromedriver/compare/v5.3.2...v5.3.3) (2023-04-07)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * ChromeDriver Bump to v112.0.5615.49 ([#296](https://github.com/appium/appium-chromedriver/issues/296)) ([7eb055e](https://github.com/appium/appium-chromedriver/commit/7eb055eaa294327719a027708442a05f9ac7210c))
14
+
1
15
  ## [5.3.2](https://github.com/appium/appium-chromedriver/compare/v5.3.1...v5.3.2) (2023-03-24)
2
16
 
3
17
 
@@ -1,4 +1,5 @@
1
1
  {
2
+ "112.0.5615.49": "112.0.5615.49",
2
3
  "111.0.5563.64": "111.0.5563.64",
3
4
  "110.0.5481.77": "110.0.5481.77",
4
5
  "109.0.5414.74": "109.0.5414.74",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "chrome",
7
7
  "android"
8
8
  ],
9
- "version": "5.3.2",
9
+ "version": "5.3.4",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -102,7 +102,7 @@
102
102
  "lint-staged": "^13.1.2",
103
103
  "mocha": "^10.0.0",
104
104
  "prettier": "^2.8.4",
105
- "rimraf": "^4.0.4",
105
+ "rimraf": "^5.0.0",
106
106
  "semantic-release": "^20.0.2",
107
107
  "sinon": "^15.0.0",
108
108
  "ts-node": "^10.9.1",