diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dbe94c50f9..05e4140738 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,7 +28,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - name: Install global dependencies run: npm install -g yarn@1.22.10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e72d3d815..c093921d64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - run: sudo apt-get install xvfb - run: npm install -g yarn@1.22.10 @@ -168,7 +168,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -228,7 +228,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - name: Install global dependencies run: npm install -g yarn@1.22.10 diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index bfe3e4c874..8d827514c2 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 # fetch all history - uses: actions/setup-node@v3 with: - node-version: '18.14.0' + node-version: '18.15.0' - run: npm install -g yarn@1.22.10 - name: Cache danger node_modules id: cache-desktop-modules diff --git a/.nvmrc b/.nvmrc index e6db45a907..55bffd620b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.14.0 +18.15.0 diff --git a/package.json b/package.json index 0765c25183..10968fa72f 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "css-loader": "3.2.0", "danger": "11.1.2", "debug": "4.3.3", - "electron": "24.3.0", + "electron": "25.1.1", "electron-builder": "23.0.8", "electron-mocha": "11.0.2", "electron-notarize": "1.2.1", @@ -318,7 +318,7 @@ "read-last-lines/mz/thenify-all/thenify": "3.3.1" }, "engines": { - "node": "18.14.0" + "node": "18.15.0" }, "build": { "appId": "org.whispersystems.signal-desktop", diff --git a/yarn.lock b/yarn.lock index a6f3020d9d..d04027e97e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8212,10 +8212,10 @@ electron-window@^0.8.0: dependencies: is-electron-renderer "^2.0.0" -electron@24.3.0: - version "24.3.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-24.3.0.tgz#d1ef519b0d6d86cc4992519b49821372cb957fe6" - integrity sha512-M7PpfpOzGdLeZPr2xhxXuvJeoXPEHMH40Rtv8BCGleRPolwna9BepAGc0H0F+Uz5kGKOv3xcm99fTurvXUH0nw== +electron@25.1.1: + version "25.1.1" + resolved "https://registry.yarnpkg.com/electron/-/electron-25.1.1.tgz#b7aaf0d66a56fbbbad987c13cee108642f63bd50" + integrity sha512-WvFUfVsJn6YiP35UxdibYVjU2LceastyMm4SVp2bmb4XvKEvItAIiwxgm7tPC5Syl1243aRCvQLqr84sZ71pyQ== dependencies: "@electron/get" "^2.0.0" "@types/node" "^18.11.18"