Skip to content

Commit 31a3086

Browse files
authored
AB#25538845 Add Chromium to 3rd party notice file, update dependency
* AB#25538845 Add Chromium to 3rd party notice file, update dependency versions
1 parent c9ac291 commit 31a3086

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

desktop/scripts/lca/generate-third-party.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const additionalDependencies: Dependency[] = [
6161
},
6262
{
6363
name: "node.js",
64-
version: "7.4.0",
64+
version: "18.16.1",
6565
url: "https://nodejs.org/en/",
6666
repoUrl: "https://github.com/nodejs/node",
6767
licenseType: "MIT",
@@ -75,11 +75,18 @@ const additionalDependencies: Dependency[] = [
7575
},
7676
{
7777
name: "Electron",
78-
version: "1.8.1",
78+
version: "26.1.0",
7979
url: "https://electronjs.org/",
8080
repoUrl: "https://github.com/electron/electron",
8181
licenseType: "electron",
8282
},
83+
{
84+
name: "Chromium",
85+
version: "116.0",
86+
url: "https://www.chromium.org/",
87+
repoUrl: "https://source.chromium.org/chromium/chromium/src",
88+
licenseType: "BSD-3-Clause"
89+
}
8390
];
8491

8592
function listDependencies(): string[] {

0 commit comments

Comments
 (0)