Skip to content

Commit

Permalink
chore: bump @electron/get from 2.0.3 to 3.0.0 (#1588)
Browse files Browse the repository at this point in the history
Bumps [@electron/get](https://github.com/electron/get) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/electron/get/releases)
- [Changelog](https://github.com/electron/get/blob/main/.releaserc.json)
- [Commits](electron/get@v2.0.3...v3.0.0)

---
updated-dependencies:
- dependency-name: "@electron/get"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent ceeaaba commit c2a55fd
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 @@ -27,7 +27,7 @@
],
"dependencies": {
"@electron/asar": "^3.2.1",
"@electron/get": "^2.0.0",
"@electron/get": "^3.0.0",
"@electron/notarize": "^1.2.3",
"@electron/osx-sign": "^1.0.5",
"@electron/universal": "^1.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@
glob "^7.1.6"
minimatch "^3.0.4"

"@electron/get@^2.0.0":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz#fba552683d387aebd9f3fcadbcafc8e12ee4f960"
integrity sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==
"@electron/get@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-3.0.0.tgz#2b0c794b98902d0bc5218546872c1379bef68aa2"
integrity sha512-hLv4BYFiyrNRI+U0Mm2X7RxCCdJLkDUn8GCEp9QJzbLpZRko+UaLlCjOMkj6TEtirNLPyBA7y1SeGfnpOB21aQ==
dependencies:
debug "^4.1.1"
env-paths "^2.2.0"
Expand Down

0 comments on commit c2a55fd

Please sign in to comment.