From 944ed7224a5ae2eee49f2a06b23c8f2167035e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:34:54 +0000 Subject: [PATCH] chore(deps): bump @octokit/plugin-paginate-graphql from 5.2.2 to 5.2.3 Bumps [@octokit/plugin-paginate-graphql](https://github.com/octokit/plugin-paginate-graphql.js) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/octokit/plugin-paginate-graphql.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-graphql.js/compare/v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-graphql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b41a75..26e8a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fast-csv/parse": "^5.0.0", "@octokit/graphql": "^8.1.1", - "@octokit/plugin-paginate-graphql": "^5.2.2", + "@octokit/plugin-paginate-graphql": "^5.2.3", "boxen": "^7.1.1", "chalk": "^5.3.0", "commander": "^12.1.0", @@ -891,9 +891,9 @@ "integrity": "sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==" }, "node_modules/@octokit/plugin-paginate-graphql": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-5.2.2.tgz", - "integrity": "sha512-7znSVvlNAOJisCqAnjN1FtEziweOHSjPGAuc5W58NeGNAr/ZB57yCsjQbXDlWsVryA7hHQaEQPcBbJYFawlkyg==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-5.2.3.tgz", + "integrity": "sha512-EzFueuXVU3VHv5FwEXbdznn9EmyF0vA5LGDX6a8fJ9YJAlDgdYHRKJMO4Ghl2PPPJBxIPMDUJMnlUHqcvP7AnQ==", "engines": { "node": ">= 18" }, diff --git a/package.json b/package.json index f928b9a..ca496da 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@fast-csv/parse": "^5.0.0", "@octokit/graphql": "^8.1.1", - "@octokit/plugin-paginate-graphql": "^5.2.2", + "@octokit/plugin-paginate-graphql": "^5.2.3", "boxen": "^7.1.1", "chalk": "^5.3.0", "commander": "^12.1.0",