4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-24 06:39:50 +01:00

Bump @electron-forge/publisher-github from 7.1.0 to 7.2.0

Bumps [@electron-forge/publisher-github](https://github.com/electron/forge) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/electron/forge/releases)
- [Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/electron/forge/compare/v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: "@electron-forge/publisher-github"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-03 22:28:56 +00:00 committed by GitHub
parent 7693898360
commit b2d943f641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View File

@ -34,7 +34,7 @@
"@electron-forge/maker-squirrel": "^7.1.0",
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/publisher-github": "^7.1.0",
"@electron-forge/publisher-github": "^7.2.0",
"electron": "28.0.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",

View File

@ -153,13 +153,20 @@
dependencies:
"@electron-forge/shared-types" "7.1.0"
"@electron-forge/publisher-github@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@electron-forge/publisher-github/-/publisher-github-7.1.0.tgz#36735c64f9a381af112f2ba7de42bfabba4556f0"
integrity sha512-rbxVLewcMZkYd7fFAgVAJIda1MLyQmarilhqqTanmx0bQ5r2yBfuXzbMPZd7SDIST1CFSMYLlQkM9walvloSxg==
"@electron-forge/publisher-base@7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@electron-forge/publisher-base/-/publisher-base-7.2.0.tgz#dce47a7e4b3caaf36e87dce4d0fa21c7e11504e2"
integrity sha512-c0pwcQeMZi0S4iLlgA3pqm6ZdW2u7Ea4Ynat04Gw7su5GLtbrKRgYSL36ZRhzz7sgm4372niI0k91KaH5KToHg==
dependencies:
"@electron-forge/publisher-base" "7.1.0"
"@electron-forge/shared-types" "7.1.0"
"@electron-forge/shared-types" "7.2.0"
"@electron-forge/publisher-github@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@electron-forge/publisher-github/-/publisher-github-7.2.0.tgz#6099c48e6179f03c309bd221bc655d926cdfd942"
integrity sha512-GWoDIxP4h2CuaGnpReJCvxiyWSF6lpbIpNgdtv6l6mdPKLHmSRownJ3aqVl4pD523d00Wuxrdv/wDxZ5RwyedQ==
dependencies:
"@electron-forge/publisher-base" "7.2.0"
"@electron-forge/shared-types" "7.2.0"
"@octokit/core" "^3.2.4"
"@octokit/plugin-retry" "^3.0.9"
"@octokit/rest" "^18.0.11"