chore(deps): bump @octokit/graphql from 8.0.0 to 8.0.1

Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/octokit/graphql.js/releases)
- [Commits](https://github.com/octokit/graphql.js/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/graphql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-28 14:16:41 +00:00 committed by Florent BENOIT
parent 8298afb6d5
commit 363012c84e
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
"build": "vite build"
},
"dependencies": {
"@octokit/graphql": "^8.0.0"
"@octokit/graphql": "^8.0.1"
},
"devDependencies": {
"typescript": "^5.3.3",

View file

@ -2986,10 +2986,10 @@
"@octokit/types" "^12.0.0"
universal-user-agent "^6.0.0"
"@octokit/graphql@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.0.tgz#2720a3b54eac6a15040f7ae166b7a66197179018"
integrity sha512-9B2HwWSb12ldwrp6pC8BFTsSCeidW7do0lMgWNH65IXRVteN503JJSWPH1VEM+qP8+/Ka1pw3MTs+3Q6Bjqukw==
"@octokit/graphql@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.1.tgz#75d0778fb2fdeb0229d1861c3ba3b9ca7bcf4a37"
integrity sha512-lLDb6LhC1gBj2CxEDa5Xk10+H/boonhs+3Mi6jpRyetskDKNHe6crMeKmUE2efoLofMP8ruannLlCUgpTFmVzQ==
dependencies:
"@octokit/request" "^9.0.0"
"@octokit/types" "^12.0.0"