Skip to content

Commit

Permalink
fix: upgrade electron from 12.0.16 to 12.0.17
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade electron from 12.0.16 to 12.0.17.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/spiltcoffee/project/a0800612-f7a3-4b90-ac21-af1f994a32bb?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2021
1 parent 7dc7312 commit c9fc3d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"autoprefixer": "^10.3.0",
"css-loader": "^5.2.7",
"cssnano": "^5.0.7",
"electron": "12.0.16",
"electron": "12.0.17",
"eslint": "^7.31.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3781,10 +3781,10 @@ electron-winstaller@^4.0.1:
lodash.template "^4.2.2"
temp "^0.9.0"

electron@12.0.16:
version "12.0.16"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.16.tgz#f2e96fe664b305f68d967591ee32e52df085b59f"
integrity sha512-h8OKl+/QN31G6jXJsH9ifCBf/iJLlse9sivEFyGsNSb9VZ+y1JPnxtvVqrLwyOXv97XTvOU9DfWogNiKsBHspQ==
electron@12.0.17:
version "12.0.17"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.17.tgz#9707c9bfd0a29ae63b8b66f1b3acf8894f7b63f4"
integrity sha512-jkOMKSEj/X9i++5LD7NKqYK/ORi6H0kHYk6rrvcJNQfbDpYX5lxNNexZ2ikPeKxS2B84+WcSFrw5Ce9y8B+pmA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
Expand Down

0 comments on commit c9fc3d9

Please sign in to comment.