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",