From 2e0c083132083e242fce0661a9f0c53781523f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:29:28 +0000 Subject: [PATCH] fix(deps): bump @octokit/plugin-paginate-rest from 11.3.6 to 11.4.0 Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 11.3.6 to 11.4.0. - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v11.3.6...v11.4.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7469529..ebe12ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@octokit/core": "^6.1.3", - "@octokit/plugin-paginate-rest": "^11.3.6", + "@octokit/plugin-paginate-rest": "^11.4.0", "@octokit/plugin-retry": "^7.1.3", "@octokit/plugin-throttling": "^9.3.3", "type-fest": "^4.31.0", @@ -1673,12 +1673,11 @@ "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "11.3.6", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.6.tgz", - "integrity": "sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==", - "license": "MIT", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.0.tgz", + "integrity": "sha512-ttpGck5AYWkwMkMazNCZMqxKqIq1fJBNxBfsFwwfyYKTf914jKkLF0POMS3YkPBwp5g1c2Y4L79gDz01GhSr1g==", "dependencies": { - "@octokit/types": "^13.6.2" + "@octokit/types": "^13.7.0" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index edf4434..c4d8559 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "homepage": "https://github.com/Jimdo/package-adoption#readme", "dependencies": { "@octokit/core": "^6.1.3", - "@octokit/plugin-paginate-rest": "^11.3.6", + "@octokit/plugin-paginate-rest": "^11.4.0", "@octokit/plugin-retry": "^7.1.3", "@octokit/plugin-throttling": "^9.3.3", "type-fest": "^4.31.0",