1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

Bump electron from 25.8.1 to 25.8.4

Bumps [electron](https://github.com/electron/electron) from 25.8.1 to 25.8.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v25.8.1...v25.8.4)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-05 17:37:14 +00:00 committed by GitHub
parent c3b124cba1
commit bb7fec1a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upscayl",
"version": "2.8.5",
"version": "2.8.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upscayl",
"version": "2.8.5",
"version": "2.8.6",
"license": "AGPL-3.0",
"dependencies": {
"daisyui": "^3.3.1",
@ -31,7 +31,7 @@
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"electron": "^25.8.1",
"electron": "^25.8.4",
"electron-builder": "^24.6.4",
"next": "^13.3.0",
"postcss": "^8.4.23",
@ -3176,9 +3176,9 @@
}
},
"node_modules/electron": {
"version": "25.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.8.1.tgz",
"integrity": "sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==",
"version": "25.8.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.8.4.tgz",
"integrity": "sha512-hUYS3RGdaa6E1UWnzeGnsdsBYOggwMMg4WGxNGvAoWtmRrr6J1BsjFW/yRq4WsJHJce2HdzQXtz4OGXV6yUCLg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -8932,9 +8932,9 @@
}
},
"electron": {
"version": "25.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.8.1.tgz",
"integrity": "sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==",
"version": "25.8.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-25.8.4.tgz",
"integrity": "sha512-hUYS3RGdaa6E1UWnzeGnsdsBYOggwMMg4WGxNGvAoWtmRrr6J1BsjFW/yRq4WsJHJce2HdzQXtz4OGXV6yUCLg==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

View File

@ -175,7 +175,7 @@
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"electron": "^25.8.1",
"electron": "^25.8.4",
"electron-builder": "^24.6.4",
"next": "^13.3.0",
"postcss": "^8.4.23",