iobroker.eusec 2.0.1-alpha.0 → 2.0.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/README.md +1 -1
- package/io-package.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ This adapter would not have been possible without the great work of Patrick Broe
|
|
|
43
43
|
Placeholder for the next version (at the beginning of the line):
|
|
44
44
|
### **WORK IN PROGRESS**
|
|
45
45
|
-->
|
|
46
|
-
### 2.0.1
|
|
46
|
+
### 2.0.1 (2025-10-26)
|
|
47
47
|
- (mcm1957) Remove fix for CVE-2023-46809 for node.js 22 and newer
|
|
48
48
|
|
|
49
49
|
### 2.0.0 (2025-10-26)
|
package/io-package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eusec",
|
|
4
|
-
"version": "2.0.1
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"news": {
|
|
6
|
-
"2.0.1
|
|
6
|
+
"2.0.1": {
|
|
7
7
|
"en": "Remove fix for CVE-2023-46809 for node.js 22 and newer",
|
|
8
8
|
"de": "Entfernen Sie Fix für CVE-2023-46809 für node.js 22 und neuer",
|
|
9
9
|
"ru": "Удалить исправление для CVE-2023-46809 для node.js 22 и новее",
|