Skip to content

Commit

Permalink
Update electron patch for fixes and less vulns (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook authored Sep 1, 2022
1 parent 5436df1 commit 1006de3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.12.0",
"version": "1.12.1",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"aws-lambda": "^1.0.5",
"copyfiles": "^2.3.0",
"cross-env": "^5.2.0",
"electron": "19.0.13",
"electron": "19.0.15",
"electron-builder": "23.1.0",
"electron-notarize": "1.2.1",
"graphql-middleware": "6.1.28",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2814,10 +2814,10 @@ electron-updater@^4.2.2:
lodash.isequal "^4.5.0"
semver "^7.3.2"

electron@19.0.13:
version "19.0.13"
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.13.tgz#68bcf7d94f249dbae9a3d4d1794d45a24db666dc"
integrity sha512-11Ne0VJy8L1GU7sGcbJHhkAz73szR27uP4vmfUVGlppC/ipA39AUkdzqiQoPC/F1EJdjEOBvHySG8K8Xe9yETA==
electron@19.0.15:
version "19.0.15"
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.15.tgz#a410b43f56a628c9b38f88e896ec68daedbc3cb1"
integrity sha512-VB9cT/6VLg1GOSmEST3mGLN2VCrQMv75dcnEsHjXq6DjltStR/miiXKqujOTVFNzT4fxTRcDDGX5iFF51H+Jhw==
dependencies:
"@electron/get" "^1.14.1"
"@types/node" "^16.11.26"
Expand Down

0 comments on commit 1006de3

Please sign in to comment.