Skip to content

Commit e1eff58

Browse files
authored
Merge pull request #2942 from Azure/shpaster/component-governance
Component governance updates
2 parents b41ece3 + 817016c commit e1eff58

File tree

10 files changed

+155
-330
lines changed

10 files changed

+155
-330
lines changed

.vsts/darwin/entitlements.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.cs.allow-jit</key>
6-
<true/>
7-
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8-
<true/>
9-
<key>com.apple.security.cs.disable-library-validation</key>
10-
<true/>
5+
<key>com.apple.security.cs.allow-jit</key>
6+
<true/>
7+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8+
<true/>
9+
<key>com.apple.security.cs.disable-library-validation</key>
10+
<true/>
1111
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1212
<true/>
1313
<key>com.apple.security.network.client</key>

desktop/package-lock.json

Lines changed: 36 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@azure/bonito-ui": "^1.0.0",
195195
"@azure/core-util": "1.9.1",
196196
"@azure/msal-node": "^2.7.0",
197-
"@azure/storage-blob": "^12.23.0",
197+
"@azure/storage-blob": "^12.25.0",
198198
"@batch/ui-playground": "^1.0.0",
199199
"@batch/ui-react": "^1.0.0",
200200
"@batch/ui-service": "^1.0.0",
@@ -205,7 +205,7 @@
205205
"commander": "^8.0.0",
206206
"d3": "^7.8.2",
207207
"decode-uri-component": "^0.2.1",
208-
"electron-updater": "^4.3.8",
208+
"electron-updater": "^6.3.9",
209209
"element-resize-detector": "^1.2.1",
210210
"extract-zip": "^1.6.7",
211211
"focus-visible": "^4.1.5",

desktop/src/@batch-flask/electron/auto-update/auto-update-main.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class AutoUpdateMainService extends AutoUpdateService implements OnDestro
5555

5656
this.updateReady = this._status.pipe(map(x => x === UpdateStatus.Ready));
5757

58-
autoUpdater.on("checking-for-update", (info) => {
58+
autoUpdater.on("checking-for-update", () => {
5959
this._status.next(UpdateStatus.Checking);
6060
});
6161

0 commit comments

Comments
 (0)