From fa33f6a82c2ea376dcae2795ae0ae7eb661b6801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 10:05:30 +0000 Subject: [PATCH] Bump got and @itwin/core-electron in /node Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [@itwin/core-electron](https://github.com/iTwin/itwinjs-core). These dependencies need to be updated together. Updates `got` from 9.6.0 to 11.8.6 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6) 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: got 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",