build(deps): Bump @octokit/graphql-schema from 15.12.0 to 15.14.0

Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 15.12.0 to 15.14.0.
- [Release notes](https://github.com/octokit/graphql-schema/releases)
- [Commits](https://github.com/octokit/graphql-schema/compare/v15.12.0...v15.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 20:55:28 +00:00 committed by GitHub
parent 5ec44f8ee5
commit 3bcabc7637
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": "^15.12.0"
"@octokit/graphql-schema": "^15.14.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",

View file

@ -1012,10 +1012,10 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"
"@octokit/graphql-schema@^15.12.0":
version "15.12.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.12.0.tgz#2b28efca16684fd5d30ebdb8605a07b13a6b737c"
integrity sha512-YiONgXzmQi4MVQBdJsCF7fgSAhnZySstDchw9bxkBYJRwNVwpwz7fjmOQVJbvIpqKtJ0vpZMgodZj3A3L9YwDw==
"@octokit/graphql-schema@^15.14.0":
version "15.14.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.14.0.tgz#65d10a4b33783e8db2b6b7561986d65531de07b1"
integrity sha512-l3X8LUJoEiOUtNZd1DnUjL9J3vTAz7lOBrNp5vF4SumMkdpLcxvJ0Xital3gSZNkGg0iwblu4ixIzKffnOa37A==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"