electron-source.electron_28: 28.3.0 -> 28.3.1
https://github.com/electron/electron/releases/tag/v28.3.1 Fixes CVE-2024-1580 Fixes CVE-2024-3515 Fixes CVE-2024-3516 Fixes CVE-2024-3517
This commit is contained in:
parent
e4b0bd3686
commit
0eefb442b4
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
"deps": {
|
||||
"src/electron": {
|
||||
"fetcher": "fetchFromGitHub",
|
||||
"hash": "sha256-AHiOejVRSeJ14Xn+A6yjfICbERDPr/eCbBq+2qPjGDc=",
|
||||
"hash": "sha256-Y0uNoq5LhlFMxQfqrTjzOokbB7Y6UUAlBCj+Nghiz5w=",
|
||||
"owner": "electron",
|
||||
"repo": "electron",
|
||||
"rev": "v28.3.0"
|
||||
"rev": "v28.3.1"
|
||||
},
|
||||
"src": {
|
||||
"fetcher": "fetchFromGitiles",
|
||||
|
@ -873,7 +873,7 @@
|
|||
"rev": "78d3966b3c331292ea29ec38661b25df0a245948"
|
||||
}
|
||||
},
|
||||
"version": "28.3.0",
|
||||
"version": "28.3.1",
|
||||
"modules": "119",
|
||||
"chrome": "120.0.6099.291",
|
||||
"node": "18.18.2",
|
||||
|
|
Loading…
Reference in a new issue