Skip to content

Commit

Permalink
fix: security update of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Apr 29, 2021
1 parent e1b4ee3 commit e386f55
Show file tree
Hide file tree
Showing 8 changed files with 47,031 additions and 12,663 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 15.x
- uses: actions/cache@v1
id: dependencies-v1
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 15.x
- uses: actions/cache@v1
id: dependencies-v1
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 15.x
- uses: actions/cache@v1
id: dependencies-v1
with:
Expand All @@ -81,7 +81,7 @@ jobs:
with:
parallel: true
record: true
group: 2x-ubuntu-node-12
group: 2x-ubuntu-node-15
start: npx serve build -l 8765
wait-on: http://localhost:8765
env:
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 15.x
- uses: actions/cache@v1
id: dependencies-v1
with:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions main/windowManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default function createWindowManager(
enableBlinkFeatures: 'CSSColorSchemeUARendering',
worldSafeExecuteJavaScript: true,
enableRemoteModule: true,
contextIsolation: false,
nodeIntegration: true,
},
});
Expand Down
Loading

0 comments on commit e386f55

Please sign in to comment.