Skip to content

Commit

Permalink
fix: upgrade electron-store from 8.1.0 to 8.2.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade electron-store from 8.1.0 to 8.2.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/njmulsqb/project/8ec3e225-c4ac-44d9-8b09-1734eab5ca74?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 9, 2024
1 parent 00ebc91 commit 227e7bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"electron-store": "^8.2.0",
"spectre.css": "^0.5.9"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1374,10 +1374,10 @@ electron-squirrel-startup@^1.0.0:
dependencies:
debug "^2.2.0"

electron-store@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/electron-store/-/electron-store-8.1.0.tgz#46a398f2bd9aa83c4a9daaae28380e2b3b9c7597"
integrity sha512-2clHg/juMjOH0GT9cQ6qtmIvK183B39ZXR0bUoPwKwYHJsEF3quqyDzMFUAu+0OP8ijmN2CbPRAelhNbWUbzwA==
electron-store@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/electron-store/-/electron-store-8.2.0.tgz#114e6e453e8bb746ab4ccb542424d8c881ad2ca1"
integrity sha512-ukLL5Bevdil6oieAOXz3CMy+OgaItMiVBg701MNlG6W5RaC0AHN7rvlqTCmeb6O7jP0Qa1KKYTE0xV0xbhF4Hw==
dependencies:
conf "^10.2.0"
type-fest "^2.17.0"
Expand Down

0 comments on commit 227e7bf

Please sign in to comment.