Compare commits

...

7 Commits

Author SHA1 Message Date
Florian Rappl
2887f66762 Merge pull request #1113 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/image-size-2.0.3
Bump image-size from 1.2.1 to 2.0.3 in /src/ElectronNET.Host
2026-09-25 21:54:57 +02:00
Florian Rappl
3e7e99e5ba Merge pull request #1110 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/js-yaml-4.3.2
Bump js-yaml from 4.3.1 to 4.3.2 in /src/ElectronNET.WebApp/ElectronHostHook
2026-09-25 21:54:45 +02:00
dependabot[bot]
c98e1b43d0 Bump image-size from 1.2.1 to 2.0.3 in /src/ElectronNET.Host
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.1 to 2.0.3.
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](https://github.com/image-size/image-size/commits)

---
updated-dependencies:
- dependency-name: image-size
  dependency-version: 2.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-25 17:44:53 +00:00
Florian Rappl
d7f02d7439 Merge pull request #1112 from ElectronNET/dependabot/npm_and_yarn/src/ElectronNET.Host/image-size-2.0.3
Bump image-size from 1.2.1 to 2.0.3 in /src/ElectronNET.Host
2026-09-25 09:06:28 +02:00
dependabot[bot]
03e6e87b0a Bump image-size from 1.2.1 to 2.0.3 in /src/ElectronNET.Host
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.1 to 2.0.3.
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](https://github.com/image-size/image-size/commits)

---
updated-dependencies:
- dependency-name: image-size
  dependency-version: 2.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-25 00:28:10 +00:00
dependabot[bot]
8e08b36614 Bump js-yaml in /src/ElectronNET.WebApp/ElectronHostHook
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.1...4.3.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-10 14:13:45 +00:00
Florian Rappl
87cc6f98b6 Merge pull request #1109 from ElectronNET/develop
Release 0.6.0
2026-09-07 10:00:41 +02:00
3 changed files with 9 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
"dasherize": "^2.0.0",
"electron-host-hook": "file:./ElectronHostHook",
"electron-updater": "^6.8.9",
"image-size": "^1.2.1",
"image-size": "^2.0.3",
"socket.io": "^4.8.1"
},
"devDependencies": {
@@ -1407,18 +1407,15 @@
}
},
"node_modules/image-size": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.1.tgz",
"integrity": "sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.3.tgz",
"integrity": "sha512-9BJAtVCBth+76NwqnEfWr3PiRnYhbquk6K/USuQ1GQajz5NgLzO7tNsnoNjHfO7LuftgkBf+CCH6j28hjMbIYQ==",
"license": "MIT",
"dependencies": {
"queue": "6.0.2"
},
"bin": {
"image-size": "bin/image-size.js"
},
"engines": {
"node": ">=16.x"
"node": ">=18"
}
},
"node_modules/import-fresh": {
@@ -1448,12 +1445,6 @@
"node": ">=0.8.19"
}
},
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"license": "ISC"
},
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
@@ -1885,15 +1876,6 @@
"node": ">=6"
}
},
"node_modules/queue": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz",
"integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==",
"license": "MIT",
"dependencies": {
"inherits": "~2.0.3"
}
},
"node_modules/quick-lru": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",

View File

@@ -18,7 +18,7 @@
"dependencies": {
"dasherize": "^2.0.0",
"electron-host-hook": "file:./ElectronHostHook",
"image-size": "^1.2.1",
"image-size": "^2.0.3",
"electron-updater": "^6.8.9",
"socket.io": "^4.8.1"
},

View File

@@ -1351,9 +1351,9 @@
"license": "ISC"
},
"node_modules/js-yaml": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz",
"integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
"integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
"dev": true,
"funding": [
{