@sap_oss/wdio-qmate-service 2.18.0 → 2.18.1
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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap_oss/wdio-qmate-service",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.1",
|
|
4
4
|
"author": "SAP SE",
|
|
5
5
|
"types": "./@types/index.d.ts",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -133,26 +133,26 @@
|
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@sap_oss/odata-library": "^2.4.0",
|
|
135
135
|
"axios": "^1.9.0",
|
|
136
|
-
"deepmerge": "^4.
|
|
137
|
-
"fs-extra": "^
|
|
136
|
+
"deepmerge": "^4.3.1",
|
|
137
|
+
"fs-extra": "^11.3.0",
|
|
138
138
|
"node-localstorage": "^3.0.5",
|
|
139
139
|
"path": "^0.12.7",
|
|
140
140
|
"pdf-parse": "^1.1.1",
|
|
141
|
-
"qcrypt": "file
|
|
142
|
-
"query-string": "^
|
|
141
|
+
"qcrypt": "file:packages/qcrypt",
|
|
142
|
+
"query-string": "^9.2.0",
|
|
143
143
|
"sha.js": "^2.4.11",
|
|
144
|
-
"supertest": "^7.
|
|
145
|
-
"undici": "^7.
|
|
144
|
+
"supertest": "^7.1.1",
|
|
145
|
+
"undici": "^7.10.0",
|
|
146
146
|
"xlsx": "^0.18.5",
|
|
147
|
-
"xml2js": "^0.6.
|
|
147
|
+
"xml2js": "^0.6.2",
|
|
148
148
|
"yargs": "^17.1.1"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@types/fs-extra": "^11.0.
|
|
151
|
+
"@types/fs-extra": "^11.0.4",
|
|
152
152
|
"@types/node-localstorage": "^1.3.3",
|
|
153
|
-
"@types/pdf-parse": "^1.1.
|
|
153
|
+
"@types/pdf-parse": "^1.1.5",
|
|
154
154
|
"@types/sha.js": "^2.4.4",
|
|
155
|
-
"@types/xml2js": "^0.4.
|
|
155
|
+
"@types/xml2js": "^0.4.14",
|
|
156
156
|
"@wdio/appium-service": "^8.44.1",
|
|
157
157
|
"@wdio/cli": "^8.44.1",
|
|
158
158
|
"@wdio/local-runner": "^8.44.1",
|
|
@@ -161,24 +161,24 @@
|
|
|
161
161
|
"@wdio/spec-reporter": "^8.43.0",
|
|
162
162
|
"@wdio/static-server-service": "^8.41.0",
|
|
163
163
|
"app-root-path": "^3.1.0",
|
|
164
|
-
"appium": "^2.
|
|
165
|
-
"appium-uiautomator2-driver": "^3.
|
|
166
|
-
"appium-xcuitest-driver": "^7.
|
|
167
|
-
"chai": "^4.
|
|
168
|
-
"chromedriver": "^120.0.
|
|
164
|
+
"appium": "^2.18.0",
|
|
165
|
+
"appium-uiautomator2-driver": "^3.10.0",
|
|
166
|
+
"appium-xcuitest-driver": "^7.35.1",
|
|
167
|
+
"chai": "^4.5.0",
|
|
168
|
+
"chromedriver": "^120.0.2",
|
|
169
169
|
"concurrently": "^7.6.0",
|
|
170
170
|
"doctrine": "^3.0.0",
|
|
171
171
|
"eslint": "^6.8.0",
|
|
172
|
-
"eslint-plugin-wdio": "^6.0
|
|
173
|
-
"glob": "^8.0
|
|
172
|
+
"eslint-plugin-wdio": "^6.6.0",
|
|
173
|
+
"glob": "^8.1.0",
|
|
174
174
|
"glob-promise": "^5.0.1",
|
|
175
175
|
"jsdoc-to-markdown": "^7.1.1",
|
|
176
|
-
"json-server": "^0.17.
|
|
177
|
-
"prettier": "^2.8.
|
|
178
|
-
"rimraf": "^
|
|
176
|
+
"json-server": "^0.17.4",
|
|
177
|
+
"prettier": "^2.8.8",
|
|
178
|
+
"rimraf": "^6.0.1",
|
|
179
179
|
"ts-node": "^10.9.2",
|
|
180
180
|
"typescript": "^5.3.3",
|
|
181
|
-
"wdio-chromedriver-service": "^8.
|
|
181
|
+
"wdio-chromedriver-service": "^8.1.1"
|
|
182
182
|
},
|
|
183
183
|
"overrides": {
|
|
184
184
|
"got": "^11.8.5",
|