appium-mac2-driver 3.2.12 → 3.2.13

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.2.13](https://github.com/appium/appium-mac2-driver/compare/v3.2.12...v3.2.13) (2025-12-22)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump teen_process ([#369](https://github.com/appium/appium-mac2-driver/issues/369)) ([ef313f7](https://github.com/appium/appium-mac2-driver/commit/ef313f7b4973ba5f74c792c90bc7a3e3b0fd0eca))
6
+
1
7
  ## [3.2.12](https://github.com/appium/appium-mac2-driver/compare/v3.2.11...v3.2.12) (2025-12-19)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "3.2.12",
3
+ "version": "3.2.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "3.2.12",
9
+ "version": "3.2.13",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -17,7 +17,7 @@
17
17
  "bluebird": "^3.5.1",
18
18
  "lodash": "^4.17.4",
19
19
  "portscanner": "2.2.0",
20
- "teen_process": "^3.0.0"
20
+ "teen_process": "^4.0.4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
@@ -678,9 +678,9 @@
678
678
  }
679
679
  },
680
680
  "node_modules/appium-xcode": {
681
- "version": "6.1.5",
682
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.5.tgz",
683
- "integrity": "sha512-56mBBq3S9Bx95qliubtYPAyUTGHlqKB8jVVGhmeUAJj926Il/XDpsVVpFDlmYVWBltI70CIljQeI4Smxe367Xg==",
681
+ "version": "6.1.6",
682
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.6.tgz",
683
+ "integrity": "sha512-ILszBmcbFzTFtAu5M5hmyrSBKqHGmh94gODQTiJX+zKicRvDuZEv013CT0WF1hKbnySIegJt1447l0vFHpmpPw==",
684
684
  "license": "Apache-2.0",
685
685
  "dependencies": {
686
686
  "@appium/support": "^7.0.0-rc.1",
@@ -689,7 +689,7 @@
689
689
  "lodash": "^4.17.4",
690
690
  "plist": "^3.0.1",
691
691
  "semver": "^7.0.0",
692
- "teen_process": "^3.0.0"
692
+ "teen_process": "^4.0.4"
693
693
  },
694
694
  "engines": {
695
695
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -4001,9 +4001,9 @@
4001
4001
  }
4002
4002
  },
4003
4003
  "node_modules/teen_process": {
4004
- "version": "3.0.6",
4005
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.6.tgz",
4006
- "integrity": "sha512-nUw1B4MogSZzzy67n37IM1vg4doj+bWOZ7VwIFZGfD7MDmO+FRlhQlA2+22xJnTELVDDlOaTAMpKuuMI2vkDtg==",
4004
+ "version": "4.0.5",
4005
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.5.tgz",
4006
+ "integrity": "sha512-ZQQ2Vjs1/maFzpzfsZRAlQVSZrUBsKzAItaxSLImsHRTdI8hVt9Jm0JHyWFbrvvAf78V55BM3ZgNeQpXcXsWpw==",
4007
4007
  "license": "Apache-2.0",
4008
4008
  "dependencies": {
4009
4009
  "bluebird": "^3.7.2",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "3.2.12",
9
+ "version": "3.2.13",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -54,7 +54,7 @@
54
54
  "bluebird": "^3.5.1",
55
55
  "lodash": "^4.17.4",
56
56
  "portscanner": "2.2.0",
57
- "teen_process": "^3.0.0"
57
+ "teen_process": "^4.0.4"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -b",