iobroker.ebus 3.2.1 → 3.2.2

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/README.md CHANGED
@@ -17,7 +17,7 @@ For more details and for information how to disable the error reporting see [Sen
17
17
 
18
18
  **If you like it, please consider a donation:**
19
19
 
20
- [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YBAZTEBT9SYC2&source=url)
20
+ [![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
21
21
 
22
22
 
23
23
  This adapter reads
@@ -55,6 +55,9 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
55
55
 
56
56
  ## Changelog
57
57
 
58
+ ### 3.2.2 (2023-07-30)
59
+ * (René) dependencies updated
60
+
58
61
  ### 3.2.1 (2023-04-07)
59
62
  * (René) dependencies updated
60
63
 
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ebus",
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "news": {
6
- "3.2.1": {
6
+ "3.2.2": {
7
7
  "en": "dependencies updated",
8
8
  "de": "Abhängigkeiten aktualisiert",
9
9
  "ru": "зависимости обновлены",
package/main.js CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
 
17
17
  const utils = require("@iobroker/adapter-core");
18
- const ebusdMinVersion = [23, 1];
18
+ const ebusdMinVersion = [23, 2];
19
19
  let ebusdVersion = [0, 0];
20
20
  let ebusdUpdateVersion = [0, 0];
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ebus",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "ioBroker ebus Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -24,29 +24,29 @@
24
24
  "flat": "5.0.2",
25
25
  "net": "1.0.2",
26
26
  "promise-socket": "7.0.0",
27
- "cron": "2.3.0",
28
- "axios": "0.27.2"
27
+ "cron": "2.4.0",
28
+ "axios": "1.4.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@iobroker/adapter-dev": "1.2.0",
32
32
  "@iobroker/testing": "4.1.0",
33
- "@types/chai": "4.3.4",
33
+ "@types/chai": "4.3.5",
34
34
  "@types/chai-as-promised": "7.1.5",
35
- "@types/gulp": "4.0.10",
35
+ "@types/gulp": "4.0.13",
36
36
  "@types/mocha": "10.0.1",
37
- "@types/node": "18.15.11",
37
+ "@types/node": "20.4.5",
38
38
  "@types/proxyquire": "1.3.28",
39
39
  "@types/request-promise-native": "1.0.18",
40
- "@types/sinon": "10.0.13",
40
+ "@types/sinon": "10.0.15",
41
41
  "@types/sinon-chai": "3.2.9",
42
- "axios": "0.27.2",
42
+ "axios": "1.4.0",
43
43
  "chai": "4.3.7",
44
44
  "chai-as-promised": "7.1.1",
45
- "eslint": "8.37.0",
45
+ "eslint": "8.46.0",
46
46
  "gulp": "4.0.2",
47
47
  "mocha": "10.2.0",
48
48
  "proxyquire": "2.1.3",
49
- "sinon": "15.0.3",
49
+ "sinon": "15.2.0",
50
50
  "sinon-chai": "3.7.0"
51
51
  },
52
52
  "main": "main.js",