From 08c97eecf230b4e493d0d5ab9afac288722fe21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 10:05:54 +0000 Subject: [PATCH] Bump electron and @itwin/core-electron in /node Bumps [electron](https://github.com/electron/electron) to 23.3.1 and updates ancestor dependency [@itwin/core-electron](https://github.com/iTwin/itwinjs-core). These dependencies need to be updated together. Updates `electron` from 14.2.9 to 23.3.1 - [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/v14.2.9...v23.3.1) Updates `@itwin/core-electron` from 3.2.4 to 3.7.5 - [Release notes](https://github.com/iTwin/itwinjs-core/releases) - [Commits](https://github.com/iTwin/itwinjs-core/compare/release/3.2.4...release/3.7.5) --- updated-dependencies: - dependency-name: electron dependency-type: indirect - dependency-name: "@itwin/core-electron" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node/package-lock.json | 28 ++++++++++++++-------------- node/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index d9d9e77..f946e9d 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -11,7 +11,7 @@ "@itwin/core-backend": "3.2.4", "@itwin/core-bentley": "3.2.4", "@itwin/core-common": "3.2.4", - "@itwin/core-electron": "3.2.4", + "@itwin/core-electron": "3.7.5", "@itwin/core-frontend": "3.2.4", "@itwin/core-geometry": "3.2.4", "@itwin/core-i18n": "3.2.4", @@ -629,24 +629,24 @@ } }, "node_modules/@itwin/core-electron": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@itwin/core-electron/-/core-electron-3.2.4.tgz", - "integrity": "sha512-W1PZI1/pfR8i0dkhaCft2NxB28xwDCxW87IHuCydyXJlGLARO456LOKWmKIAZxhYKRn/O59ZraJcNYIFWKoDFw==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/@itwin/core-electron/-/core-electron-3.7.5.tgz", + "integrity": "sha512-JpL5MDgsKZ2Q3cZrOfjQ1utqRwzm+6LXzeIcDvRwaNZQqkt5ZFsw4NnSGWXB5MQLu5vwt4g/TJKTh//oGPwOKw==", "dependencies": { "@openid/appauth": "^1.2.6", "open": "^7.0.0", "username": "^5.1.0" }, "engines": { - "node": ">=12.22.0 < 14.0 || >=14.17.0 <17.0" + "node": ">=12.22.0 < 14.0 || >=14.17.0 < 19.0" }, "peerDependencies": { - "@itwin/core-backend": "^3.2.4", - "@itwin/core-bentley": "^3.2.4", - "@itwin/core-common": "^3.2.4", - "@itwin/core-frontend": "^3.2.4", - "@itwin/presentation-common": "^3.2.4", - "electron": "^14.0.0" + "@itwin/core-backend": "^3.7.5", + "@itwin/core-bentley": "^3.7.5", + "@itwin/core-common": "^3.7.5", + "@itwin/core-frontend": "^3.7.5", + "@itwin/presentation-common": "^3.7.5", + "electron": ">=14.0.0 <18.0.0 || >=22.0.0 <24.0.0" } }, "node_modules/@itwin/core-frontend": { @@ -8460,9 +8460,9 @@ } }, "@itwin/core-electron": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@itwin/core-electron/-/core-electron-3.2.4.tgz", - "integrity": "sha512-W1PZI1/pfR8i0dkhaCft2NxB28xwDCxW87IHuCydyXJlGLARO456LOKWmKIAZxhYKRn/O59ZraJcNYIFWKoDFw==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/@itwin/core-electron/-/core-electron-3.7.5.tgz", + "integrity": "sha512-JpL5MDgsKZ2Q3cZrOfjQ1utqRwzm+6LXzeIcDvRwaNZQqkt5ZFsw4NnSGWXB5MQLu5vwt4g/TJKTh//oGPwOKw==", "requires": { "@openid/appauth": "^1.2.6", "open": "^7.0.0", diff --git a/node/package.json b/node/package.json index 4307752..5a13a01 100644 --- a/node/package.json +++ b/node/package.json @@ -19,7 +19,7 @@ "@itwin/core-backend": "3.2.4", "@itwin/core-bentley": "3.2.4", "@itwin/core-common": "3.2.4", - "@itwin/core-electron": "3.2.4", + "@itwin/core-electron": "3.7.5", "@itwin/core-frontend": "3.2.4", "@itwin/core-geometry": "3.2.4", "@itwin/core-i18n": "3.2.4",