Merge pull request #1271 from marocchino/dependabot/npm_and_yarn/octokit/graphql-schema-15.2.0

build(deps): Bump @octokit/graphql-schema from 14.52.0 to 15.2.0
This commit is contained in:
marocchino 2024-03-11 09:53:45 +09:00 committed by GitHub
commit ceb8bf6a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"@octokit/graphql-schema": "^14.52.0"
"@octokit/graphql-schema": "^15.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",

View file

@ -999,10 +999,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"
"@octokit/graphql-schema@^14.52.0":
version "14.52.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.52.0.tgz#b894609a4a4bff94248a4d0ef5d283bde03c5626"
integrity sha512-mvflr7S9IgIXWxlYTifAY/3nWj3NCEWF6xnTlFuVei71ekxWFk90zPOX0p6HjA6JNd7ODAiMDNarHTXXL/U+BQ==
"@octokit/graphql-schema@^15.2.0":
version "15.2.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.2.0.tgz#9ab6d60a5d54b43970bfbf10017680920399c704"
integrity sha512-th6cxLv9PfrWX3/Lr2pLgC/HI7neCrfiE+G64buNWqMdvs+MOhU5MFQ5VRIupJUUzhJZhTcPSa4blRcwEbBTDw==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"