diff --git a/package-lock.json b/package-lock.json index 9d5a488..a7518b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@graphql-codegen/typescript-document-nodes": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", - "@octokit/graphql-schema": "14.19.1", + "@octokit/graphql-schema": "14.20.0", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7", @@ -2086,9 +2086,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.19.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.19.1.tgz", - "integrity": "sha512-GIlJ1KzD2Zd3t2Iz0MTPEPpIIFeRfAGXt/HIruUW3dOWEDLPoWItVaN7K/42d+JNHCu8oOEJYQOT0ypL4CrCDA==", + "version": "14.20.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.20.0.tgz", + "integrity": "sha512-zW+GHZ3uXL+/AedaJoBR72Y49HLfjP3HNWmcW7oBkMtfDwQmiIYgBiuXU2hxuunyr/VM1PI9d7+naUiXEtLlYw==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -8561,9 +8561,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.19.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.19.1.tgz", - "integrity": "sha512-GIlJ1KzD2Zd3t2Iz0MTPEPpIIFeRfAGXt/HIruUW3dOWEDLPoWItVaN7K/42d+JNHCu8oOEJYQOT0ypL4CrCDA==", + "version": "14.20.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.20.0.tgz", + "integrity": "sha512-zW+GHZ3uXL+/AedaJoBR72Y49HLfjP3HNWmcW7oBkMtfDwQmiIYgBiuXU2hxuunyr/VM1PI9d7+naUiXEtLlYw==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index ee5afee..64875af 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@graphql-codegen/typescript-document-nodes": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", - "@octokit/graphql-schema": "14.19.1", + "@octokit/graphql-schema": "14.20.0", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7",