Skip to content

Commit 1004fc1

Browse files
915415: Updated electron version
1 parent 0997919 commit 1004fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: '3.1.x'
3232
- name: Install the report tool packages
33-
if: steps.gitleaks.outcome != 'success'
33+
if: steps.gitleaks.outcome.leaks != '0'
3434
run: |
3535
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3636
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "ISC",
1414
"dependencies": {
1515
"@syncfusion/ej2-react-documenteditor": "^20.3.47",
16-
"electron": "^21.0.1"
16+
"electron": "^22.3.25"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.19.3",

0 commit comments

Comments
 (0)