iobroker.staticsfilefolder 0.0.20 → 0.0.21

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
@@ -64,6 +64,9 @@ Once configured and the instance is running (green status):
64
64
  Placeholder for the next version (at the beginning of the line):
65
65
  ### **WORK IN PROGRESS**
66
66
  -->
67
+ ### 0.0.21
68
+ * Upgraded Express to major version 5.x and updated tsconfig to target Node 22.
69
+
67
70
  ### 0.0.20
68
71
  * Fixed dependabot auto-merge workflow write permissions.
69
72
 
package/io-package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "staticsfilefolder",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "news": {
6
- "0.0.20": {
7
- "en": "Fixed dependabot auto-merge workflow write permissions.",
8
- "de": "Schreibrechte für den Dependabot-Auto-Merge-Workflow behoben.",
9
- "ru": "Исправлены права на запись для рабочего процесса автоматического слияния Dependabot.",
10
- "pt": "Corrigidas as permissões de gravação do fluxo de trabalho de fusão automática do dependabot.",
11
- "nl": "Schrijfrechten voor dependabot auto-merge workflow gecorrigeerd.",
12
- "fr": "Correction des autorisations d'écriture pour le workflow de fusion automatique dependabot.",
13
- "it": "Corretti i permessi di scrittura per il workflow di fusione automatica dependabot.",
14
- "es": "Se corrigieron los permisos de escritura del flujo de trabajo de fusión automática de dependabot.",
15
- "pl": "Naprawiono uprawnienia do zapisu dla przepływu pracy automatycznego scalania dependabot.",
16
- "uk": "Виправлено права на запис для робочого процесу автоматичного злиття dependabot.",
17
- "zh-cn": "修复了dependabot自动合并工作流写入权限。"
6
+ "0.0.21": {
7
+ "en": "Upgraded Express to major version 5.x and updated tsconfig to target Node 22.",
8
+ "de": "Express auf Major-Version 5.x aktualisiert und tsconfig auf Node 22 angepasst.",
9
+ "ru": "Обновлен Express до мажорной версии 5.x и обновлен tsconfig для поддержки Node 22.",
10
+ "pt": "Atualizado o Express para a versão principal 5.x e atualizado o tsconfig para o Node 22.",
11
+ "nl": "Express geüpgraded naar hoofdversie 5.x en tsconfig bijgewerkt naar Node 22.",
12
+ "fr": "Mise à niveau d'Express vers la version majeure 5.x et mise à jour de tsconfig pour cibler Node 22.",
13
+ "it": "Aggiornato Express alla versione principale 5.x e aggiornato tsconfig per Node 22.",
14
+ "es": "Se actualizó Express a la versión principal 5.x y se actualizó tsconfig para apuntar a Node 22.",
15
+ "pl": "Uaktualniono Express do głównej wersji 5.x i zaktualizowano tsconfig dla Node 22.",
16
+ "uk": "Оновлено Express до мажорної версії 5.x та оновлено tsconfig для підтримки Node 22.",
17
+ "zh-cn": "将Express升级到主版本5.x并更新tsconfig以针对Node 22。"
18
18
  },
19
19
  "0.0.15": {
20
20
  "en": "Reverted minimum Node.js engine requirement to 20 to support GitHub Actions runners.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.staticsfilefolder",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Static Files Folder",
5
5
  "author": {
6
6
  "name": "gokturk413",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@iobroker/adapter-core": "^3.4.1",
24
24
  "chokidar": "^5.0.0",
25
- "express": "^4.18.3"
25
+ "express": "^5.2.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@alcalzone/release-script": "^5.2.1",
@@ -31,7 +31,7 @@
31
31
  "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
32
32
  "@iobroker/adapter-dev": "^1.3.0",
33
33
  "@iobroker/testing": "^5.2.2",
34
- "@tsconfig/node18": "^18.2.2",
34
+ "@tsconfig/node22": "^22.0.0",
35
35
  "@types/node": "^18.19.24",
36
36
  "@types/proxyquire": "^1.3.31",
37
37
  "eslint": "^8.57.0",