Skip to content

Commit 73be23a

Browse files
authored
Merge pull request #22 from ReshmiCode/dependabot/npm_and_yarn/app/electron-13.6.6
Bump electron from 9.3.1 to 13.6.6 in /app
2 parents 794778b + 7243b32 commit 73be23a

File tree

3 files changed

+76
-57
lines changed

3 files changed

+76
-57
lines changed

app/package-lock.json

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

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@rescripts/cli": "^0.0.14",
5555
"@rescripts/rescript-env": "^0.0.12",
5656
"concurrently": "^5.2.0",
57-
"electron": "^9.3.1",
57+
"electron": "^13.6.6",
5858
"electron-builder": "^22.7.0",
5959
"typescript": "^3.9.5",
6060
"wait-on": "^5.0.1"

app/yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,15 +1686,10 @@
16861686
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
16871687
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
16881688

1689-
"@types/node@*":
1690-
version "13.9.2"
1691-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.9.2.tgz#ace1880c03594cc3e80206d96847157d8e7fa349"
1692-
integrity sha512-bnoqK579sAYrQbp73wwglccjJ4sfRdKU7WNEZ5FW4K2U6Kc0/eZ5kvXG0JKsEKFB50zrFmfFt52/cvBbZa7eXg==
1693-
1694-
"@types/node@^12.0.12":
1695-
version "12.12.47"
1696-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.47.tgz#5007b8866a2f9150de82335ca7e24dd1d59bdfb5"
1697-
integrity sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A==
1689+
"@types/node@*", "@types/node@^14.6.2":
1690+
version "14.18.13"
1691+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.13.tgz#6ad4d9db59e6b3faf98dcfe4ca9d2aec84443277"
1692+
integrity sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==
16981693

16991694
"@types/parse-json@^4.0.0":
17001695
version "4.0.0"
@@ -4367,13 +4362,13 @@ electron-to-chromium@^1.3.378:
43674362
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.379.tgz#81dc5e82a3e72bbb830d93e15bc35eda2bbc910e"
43684363
integrity sha512-NK9DBBYEBb5f9D7zXI0hiE941gq3wkBeQmXs1ingigA/jnTg5mhwY2Z5egwA+ZI8OLGKCx0h1Cl8/xeuIBuLlg==
43694364

4370-
electron@^9.3.1:
4371-
version "9.3.1"
4372-
resolved "https://registry.yarnpkg.com/electron/-/electron-9.3.1.tgz#e301932c5c0537d8c9a8850d216d3ba454dbf55c"
4373-
integrity sha512-DScrhqBT4a54KfdF0EoipALpHmdQTn3m7SSCtbpTcEcG+UDUiXad2cOfW6DHeVH7N+CVDKDG12q2PhVJjXkFAA==
4365+
electron@^13.6.6:
4366+
version "13.6.6"
4367+
resolved "https://registry.yarnpkg.com/electron/-/electron-13.6.6.tgz#ebd4754b2b55d54a2e8e9cdc3d0a2bb6b7053827"
4368+
integrity sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==
43744369
dependencies:
43754370
"@electron/get" "^1.0.1"
4376-
"@types/node" "^12.0.12"
4371+
"@types/node" "^14.6.2"
43774372
extract-zip "^1.0.3"
43784373

43794374
elliptic@^6.0.0:

0 commit comments

Comments
 (0)