Merge pull request #721 from marocchino/dependabot/npm_and_yarn/octokit/graphql-schema-12.0.0

build(deps): Bump @octokit/graphql-schema from 11.1.1 to 12.0.0
This commit is contained in:
marocchino 2022-08-28 10:05:34 +09:00 committed by GitHub
commit 02b350dc2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.9.1", "@actions/core": "^1.9.1",
"@actions/github": "^5.0.3", "@actions/github": "^5.0.3",
"@octokit/graphql-schema": "^11.1.1" "@octokit/graphql-schema": "^12.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",

View file

@ -794,10 +794,10 @@
is-plain-object "^5.0.0" is-plain-object "^5.0.0"
universal-user-agent "^6.0.0" universal-user-agent "^6.0.0"
"@octokit/graphql-schema@^11.1.1": "@octokit/graphql-schema@^12.0.0":
version "11.1.1" version "12.0.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-11.1.1.tgz#2f06eaf6b32eb31f90e180c55ca13808aa1f5374" resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.0.0.tgz#0c7965ce815ed5eb0ffe415138f52713fa3b43ae"
integrity sha512-s4sYOPC6oKNBs0x0g4vVeEeg17XsD9g2X2nFSZr+LdL8Fh9KFLIk3sa3nJ7Me/hVu4IHdxT46cyZnHtWTqMBqA== integrity sha512-/qw0J/oj/d4G37ynilBeYWQ+BZVqlaDkqHkdOLg7nKa8l85SemNSzNLyr1CcqBjmiu3ME8MqyLjU9mdts+IeYg==
dependencies: dependencies:
graphql "^16.0.0" graphql "^16.0.0"
graphql-tag "^2.10.3" graphql-tag "^2.10.3"