From 10ceedcc1c195d07de28ba7b00eb838cdb09e4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:52:33 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/graphql-schema from 14.4.0 to 15.0.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.4.0 to 15.0.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.4.0...v15.0.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e50859..03f6bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", "@jest/globals": "^29.5.0", - "@octokit/graphql-schema": "^14.4.0", + "@octokit/graphql-schema": "^15.0.0", "@types/jest": "^29.5.3", "@vercel/ncc": "^0.36.1", "jest": "^29.6.1", @@ -2743,9 +2743,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.4.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.4.0.tgz", - "integrity": "sha512-+O6/dsLlR6V9gv+t1lqsN+x73TLwyQWZpd3M8/eYnuny7VaznV9TAyUxf18tX8WBBS5IqtlLDk1nG+aSTPRZzQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.0.0.tgz", + "integrity": "sha512-MPuWL1u9pzOReE3+BntQqenKg10STgXQslupdihzzlsIxpKONazZysHTq8exhcs/mOSqjgxgtWpJ5e2Nuq+SIA==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -9874,9 +9874,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.4.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.4.0.tgz", - "integrity": "sha512-+O6/dsLlR6V9gv+t1lqsN+x73TLwyQWZpd3M8/eYnuny7VaznV9TAyUxf18tX8WBBS5IqtlLDk1nG+aSTPRZzQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.0.0.tgz", + "integrity": "sha512-MPuWL1u9pzOReE3+BntQqenKg10STgXQslupdihzzlsIxpKONazZysHTq8exhcs/mOSqjgxgtWpJ5e2Nuq+SIA==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index de27649..88573c7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", "@jest/globals": "^29.5.0", - "@octokit/graphql-schema": "^14.4.0", + "@octokit/graphql-schema": "^15.0.0", "@types/jest": "^29.5.3", "@vercel/ncc": "^0.36.1", "jest": "^29.6.1",