oxygen-cli 1.24.5 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.24.6 (2022-11-04)
4
+
5
+ #### :house: Internal
6
+ * Bump dependencies.
7
+
3
8
  ## v1.24.5 (2022-09-22)
4
9
 
5
10
  #### :house: Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxygen-cli",
3
- "version": "1.24.5",
3
+ "version": "1.24.6",
4
4
  "description": "Automation framework for testing modern applications",
5
5
  "main": "./build/index.js",
6
6
  "bin": {
@@ -41,18 +41,18 @@
41
41
  "md-reverse": "1.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes-webdriverio": "5.35.8",
44
+ "@applitools/eyes-webdriverio": "5.37.0",
45
45
  "@lambdatest/node-rest-client": "1.0.4",
46
46
  "@oxygenhq/chrome-remote-interface": "0.30.0",
47
47
  "@oxygenhq/logger": "0.5.1",
48
48
  "@oxygenhq/mitmproxy-node": "1.0.1",
49
- "@wdio/cli": "7.24.1",
50
- "@wdio/devtools-service": "7.24.1",
51
- "@wdio/sync": "7.24.1",
49
+ "@wdio/cli": "7.25.4",
50
+ "@wdio/devtools-service": "7.25.4",
51
+ "@wdio/sync": "7.25.4",
52
52
  "async": "3.2.4",
53
53
  "chai": "4.3.6",
54
54
  "chrome-har": "0.11.12",
55
- "config": "3.3.7",
55
+ "config": "3.3.8",
56
56
  "cross-spawn": "7.0.3",
57
57
  "csv-parse": "4.16.0",
58
58
  "cucumber": "6.0.5",
@@ -61,7 +61,7 @@
61
61
  "easyxml": "2.0.1",
62
62
  "ejs": "3.1.8",
63
63
  "esm": "3.2.25",
64
- "fast-xml-parser": "4.0.10",
64
+ "fast-xml-parser": "4.0.11",
65
65
  "fibers": "5.0.3",
66
66
  "glob": "7.2.3",
67
67
  "glob-to-regexp": "0.4.1",
@@ -73,7 +73,7 @@
73
73
  "junit-report-builder": "3.0.1",
74
74
  "lodash": "4.17.21",
75
75
  "mailparser": "3.5.0",
76
- "minimist": "1.2.6",
76
+ "minimist": "1.2.7",
77
77
  "mockery": "2.1.0",
78
78
  "moment": "2.29.4",
79
79
  "node-addon-api": "3.0.2",
@@ -90,12 +90,12 @@
90
90
  "testingbot-api": "1.0.7",
91
91
  "text-to-image": "5.2.0",
92
92
  "twilio": "3.77.2",
93
- "webdriverio": "7.24.1",
93
+ "webdriverio": "7.25.4",
94
94
  "when": "3.7.8",
95
95
  "xlsx": "0.18.5"
96
96
  },
97
97
  "optionalDependencies": {
98
- "odbc": "2.4.5"
98
+ "odbc": "2.4.6"
99
99
  },
100
100
  "scripts": {
101
101
  "build": "npm run clean && npm run compile",