Skip to content

Commit

Permalink
build(deps-dev): Bump @semantic-release/github from 8.0.6 to 8.0.7
Browse files Browse the repository at this point in the history
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.6 to 8.0.7.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v8.0.6...v8.0.7)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2022
1 parent 5f09b50 commit 21417cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/github": "^8.0.6",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/eslint": "^8.4.6",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2247,18 +2247,18 @@
lodash "^4.17.4"
parse-json "^5.0.0"

"@semantic-release/github@^8.0.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.6.tgz#5235386d65a5d7d650dc10a6ebce908d213234f7"
integrity sha512-ZxgaxYCeqt9ylm2x3OPqUoUqBw1p60LhxzdX6BqJlIBThupGma98lttsAbK64T6L6AlNa2G5T66BbiG8y0PIHQ==
"@semantic-release/github@^8.0.7":
version "8.0.7"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.7.tgz#643aee7a5cdd2acd3ae643bb90ad4ac796901de6"
integrity sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==
dependencies:
"@octokit/rest" "^19.0.0"
"@semantic-release/error" "^3.0.0"
aggregate-error "^3.0.0"
bottleneck "^2.18.1"
debug "^4.0.0"
dir-glob "^3.0.0"
fs-extra "^10.0.0"
fs-extra "^11.0.0"
globby "^11.0.0"
http-proxy-agent "^5.0.0"
https-proxy-agent "^5.0.0"
Expand Down Expand Up @@ -9314,6 +9314,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.0.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^9.0.0, fs-extra@^9.0.1:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
Expand Down

0 comments on commit 21417cf

Please sign in to comment.