Skip to content

Commit

Permalink
Bump gh-pages and @types/gh-pages
Browse files Browse the repository at this point in the history
Bumps [gh-pages](https://github.com/tschaub/gh-pages) and [@types/gh-pages](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gh-pages). These dependencies needed to be updated together.

Updates `gh-pages` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v6.1.0...v6.1.1)

Updates `@types/gh-pages` from 5.0.0 to 6.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gh-pages)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/gh-pages"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 268f109 commit 9527de4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"@testing-library/react-hooks": "^7.0.2",
"@types/big.js": "^6.2.2",
"@types/bn.js": "^5.1.5",
"@types/gh-pages": "^5.0.0",
"@types/gh-pages": "^6.1.0",
"@types/jest": "29.4.4",
"@types/node": "18.11.9",
"@types/qrcode": "^1.5.5",
Expand All @@ -188,7 +188,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "^6.1.0",
"gh-pages": "^6.1.1",
"jest": "29.4.3",
"jest-environment-jsdom": "28.1.3",
"jest-mock-extended": "^2.0.6",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6349,10 +6349,10 @@
dependencies:
"@types/node" "*"

"@types/gh-pages@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/gh-pages/-/gh-pages-5.0.0.tgz#856b71ad52d5b18c5fa6deb7bdc4dabbb1c8d0bb"
integrity sha512-pVBH6O7Ypty4u8BDLUtWIId/2VbVHnJCcee5tnDt/Jw5bTOdSsxGeCGC6owHrmYcBBPQY3vC8nSg35YG9SHD5g==
"@types/gh-pages@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@types/gh-pages/-/gh-pages-6.1.0.tgz#63c33b489f3a7618b136897ffb007076b47fe0b7"
integrity sha512-Ma9bmKkE+WUtywENLC1rSLXTW66cJHJMWX2RQrJTMKhYM8o+73bRJ1ebfo3RWXUcG+HW3khky2nhVaN7nCsa3Q==

"@types/glob@^7.1.1":
version "7.2.0"
Expand Down Expand Up @@ -12244,10 +12244,10 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

gh-pages@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-6.1.0.tgz#e842426edf8bc19f1209ac6ba7af10cda35383ea"
integrity sha512-MdXigvqN3I66Y+tAZsQJMzpBWQOI1snD6BYuECmP+GEdryYMMOQvzn4AConk/+qNg/XIuQhB1xNGrl3Rmj1iow==
gh-pages@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-6.1.1.tgz#e80af927a081cb480657fde5a0b87ea2e77d6c74"
integrity sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==
dependencies:
async "^3.2.4"
commander "^11.0.0"
Expand Down

0 comments on commit 9527de4

Please sign in to comment.