From 5c105fa2a1b577c6f7b50ab047041213bf30be35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:20:30 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql-schema from 14.58.0 to 15.18.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.58.0 to 15.18.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.58.0...v15.18.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index d3aed98..1d2743f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -49,7 +49,7 @@ "vitest": "^1.1.3" }, "dependencies": { - "@octokit/graphql-schema": "^14.50.0", + "@octokit/graphql-schema": "^15.18.0", "@octokit/plugin-paginate-graphql": "^4.0.0", "@octokit/plugin-retry": "^6.0.1", "@octokit/plugin-throttling": "^8.1.3", diff --git a/package-lock.json b/package-lock.json index b6c2182..4c64d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -725,7 +725,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@octokit/graphql-schema": "^14.50.0", + "@octokit/graphql-schema": "^15.18.0", "@octokit/plugin-paginate-graphql": "^4.0.0", "@octokit/plugin-retry": "^6.0.1", "@octokit/plugin-throttling": "^8.1.3", @@ -3343,9 +3343,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.58.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.58.0.tgz", - "integrity": "sha512-89QSUV1Dgxzq90wqkv0Nmw7jHfFCAQ4K/fjp5ezvDEHqFFzMCn25TBQlm38WB8ams+hGxInRDbITCP0n7GTGlg==", + "version": "15.18.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.18.0.tgz", + "integrity": "sha512-XA2Qw0WrWs+0tvaVpXM4sLr9lGZAEQMyj1Ai4LhjRWtCZ1+bXegOLdY6P/Kx1UOPJ/4lrE2z/8RkOK6/5L1oTA==", "dependencies": { "graphql": "^16.0.0", "graphql-tag": "^2.10.3"