Skip to content

Commit a9999dd

Browse files
authored
Hotfix Electron vulnerability (#1036)
* comitting directly into stable to get build to work * adding CHANGELOG
1 parent 1b53f23 commit a9999dd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.12.2
2+
3+
### Hot fix:
4+
* Update Electron to fix vulnerability [\#1030](https://github.com/Azure/BatchLabs/issues/1030)
5+
16
# 0.12.1
27

38
### Hot fix:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "Microsoft Corporation",
1010
"email": "tiguerin@microsoft.com"
1111
},
12-
"version": "0.12.1",
12+
"version": "0.12.2",
1313
"main": "build/client/main.prod.js",
1414
"scripts": {
1515
"ts": "ts-node --project tsconfig.node.json",
@@ -78,7 +78,7 @@
7878
"cross-env": "~5.1.1",
7979
"css-loader": "~0.28.0",
8080
"devtron": "^1.4.0",
81-
"electron": "~1.7.10",
81+
"electron": "~1.7.11",
8282
"electron-builder": "~19.49.0",
8383
"extract-text-webpack-plugin": "~3.0.2",
8484
"file-loader": "~1.1.5",

0 commit comments

Comments
 (0)