appium-xcuitest-driver 7.24.5 → 7.24.6
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 +6 -0
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.24.6](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.5...v7.24.6) (2024-07-31)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#2436](https://github.com/appium/appium-xcuitest-driver/issues/2436)) ([6775f45](https://github.com/appium/appium-xcuitest-driver/commit/6775f45792ba4eef61aa688f42e5feb8c1aa1146))
|
|
6
|
+
|
|
1
7
|
## [7.24.5](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.4...v7.24.5) (2024-07-31)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.24.
|
|
3
|
+
"version": "7.24.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.24.
|
|
9
|
+
"version": "7.24.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/bluebird": "^3.5.38",
|
|
45
45
|
"@types/lodash": "^4.14.196",
|
|
46
46
|
"@types/mocha": "^10.0.1",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^22.0.0",
|
|
48
48
|
"@types/portscanner": "^2.1.1",
|
|
49
49
|
"@types/teen_process": "^2.0.1",
|
|
50
50
|
"axios": "^1.4.0",
|
|
@@ -811,12 +811,12 @@
|
|
|
811
811
|
}
|
|
812
812
|
},
|
|
813
813
|
"node_modules/@types/node": {
|
|
814
|
-
"version": "
|
|
815
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
816
|
-
"integrity": "sha512
|
|
814
|
+
"version": "22.0.0",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz",
|
|
816
|
+
"integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==",
|
|
817
817
|
"license": "MIT",
|
|
818
818
|
"dependencies": {
|
|
819
|
-
"undici-types": "~
|
|
819
|
+
"undici-types": "~6.11.1"
|
|
820
820
|
}
|
|
821
821
|
},
|
|
822
822
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -4251,9 +4251,9 @@
|
|
|
4251
4251
|
}
|
|
4252
4252
|
},
|
|
4253
4253
|
"node_modules/undici-types": {
|
|
4254
|
-
"version": "
|
|
4255
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
4256
|
-
"integrity": "sha512-
|
|
4254
|
+
"version": "6.11.1",
|
|
4255
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz",
|
|
4256
|
+
"integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==",
|
|
4257
4257
|
"license": "MIT"
|
|
4258
4258
|
},
|
|
4259
4259
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.24.
|
|
11
|
+
"version": "7.24.6",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@types/bluebird": "^3.5.38",
|
|
145
145
|
"@types/lodash": "^4.14.196",
|
|
146
146
|
"@types/mocha": "^10.0.1",
|
|
147
|
-
"@types/node": "^
|
|
147
|
+
"@types/node": "^22.0.0",
|
|
148
148
|
"@types/portscanner": "^2.1.1",
|
|
149
149
|
"@types/teen_process": "^2.0.1",
|
|
150
150
|
"axios": "^1.4.0",
|