Skip to content

Commit 3c8099c

Browse files
authored
* chore: bump [email protected] * chore: update chromium version for security patches
1 parent ead95b4 commit 3c8099c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/lib/electron.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/electron.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function darwinBundleDocumentTypes(types: { [name: string]: string | string[] },
9191
}
9292

9393
export const config = {
94-
version: product.electronRepository ? '19.1.10' : util.getElectronVersion(),
94+
version: product.electronRepository ? '19.1.11' : util.getElectronVersion(),
9595
productAppName: product.nameLong,
9696
companyName: 'Microsoft Corporation',
9797
copyright: 'Copyright (C) 2022 Microsoft. All rights reserved',
@@ -212,7 +212,7 @@ function getElectron(arch: string): () => NodeJS.ReadWriteStream {
212212
}
213213

214214
async function main(arch = process.arch): Promise<void> {
215-
const version = product.electronRepository ? '19.1.10' : util.getElectronVersion();
215+
const version = product.electronRepository ? '19.1.11' : util.getElectronVersion();
216216
const electronPath = path.join(root, '.build', 'electron');
217217
const versionFile = path.join(electronPath, 'version');
218218
const isUpToDate = fs.existsSync(versionFile) && fs.readFileSync(versionFile, 'utf8') === `${version}`;

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "chromium",
88
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
9-
"commitHash": "a8a8309404d39efa9c624d7aee0e27562721e522"
9+
"commitHash": "61305fe71c4357662f161ba689fd9a1828d5e4f7"
1010
}
1111
},
1212
"licenseDetail": [
@@ -40,7 +40,7 @@
4040
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
4141
],
4242
"isOnlyProductionDependency": true,
43-
"version": "102.0.5005.194"
43+
"version": "102.0.5005.196"
4444
},
4545
{
4646
"component": {

0 commit comments

Comments
 (0)