appium-mac2-driver 3.3.3 → 3.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,9 @@
1
+ ## [3.3.4](https://github.com/appium/appium-mac2-driver/compare/v3.3.3...v3.3.4) (2026-05-06)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump sinon from 21.1.2 to 22.0.0 ([#381](https://github.com/appium/appium-mac2-driver/issues/381)) ([82ad104](https://github.com/appium/appium-mac2-driver/commit/82ad1048958ba57f4fe1b56fe336889b1e195c61))
6
+
1
7
  ## [3.3.3](https://github.com/appium/appium-mac2-driver/compare/v3.3.2...v3.3.3) (2026-05-06)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "3.3.3",
9
+ "version": "3.3.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -35,7 +35,7 @@
35
35
  "mocha": "^11.7.5",
36
36
  "prettier": "^3.0.3",
37
37
  "semantic-release": "^25.0.2",
38
- "sinon": "^21.0.0",
38
+ "sinon": "^22.0.0",
39
39
  "ts-node": "^10.9.1",
40
40
  "typescript": "^6.0.2",
41
41
  "webdriverio": "^9.0.0"
@@ -1055,6 +1055,16 @@
1055
1055
  "node": ">=8"
1056
1056
  }
1057
1057
  },
1058
+ "node_modules/diff": {
1059
+ "version": "9.0.0",
1060
+ "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
1061
+ "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
1062
+ "extraneous": true,
1063
+ "license": "BSD-3-Clause",
1064
+ "engines": {
1065
+ "node": ">=0.3.1"
1066
+ }
1067
+ },
1058
1068
  "node_modules/dunder-proto": {
1059
1069
  "version": "1.0.1",
1060
1070
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "3.3.3",
9
+ "version": "3.3.4",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -88,7 +88,7 @@
88
88
  "mocha": "^11.7.5",
89
89
  "prettier": "^3.0.3",
90
90
  "semantic-release": "^25.0.2",
91
- "sinon": "^21.0.0",
91
+ "sinon": "^22.0.0",
92
92
  "ts-node": "^10.9.1",
93
93
  "typescript": "^6.0.2",
94
94
  "webdriverio": "^9.0.0"