From ceddea25f94ef5102215895b8a617d8aaa0023ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:08:57 +0000 Subject: [PATCH] build(deps): bump @octokit/request from 9.1.0 to 9.1.1 Bumps [@octokit/request](https://github.com/octokit/request.js) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v9.1.0...v9.1.1) --- updated-dependencies: - dependency-name: "@octokit/request" 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 05f6f07..d6a2377 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/github": "^6.0.0", "@octokit/auth-app": "^6.1.1", "@octokit/graphql": "^8.1.1", - "@octokit/request": "^9.1.0", + "@octokit/request": "^9.1.1", "node-fetch": "^3.3.2", "octokit": "^3.2.0" }, @@ -595,9 +595,9 @@ } }, "node_modules/@octokit/request": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.0.tgz", - "integrity": "sha512-1mDzqKSiryRKZM++MhO6WQBukWbikes6AN6UTxB5vpRnNUbPDkVfUhpSvZ3aXYEFnbcV8DZkikOnCr3pdgMD3Q==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.1.tgz", + "integrity": "sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==", "dependencies": { "@octokit/endpoint": "^10.0.0", "@octokit/request-error": "^6.0.1", diff --git a/package.json b/package.json index c5150ae..1e43f75 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@actions/github": "^6.0.0", "octokit": "^3.2.0", "@octokit/auth-app": "^6.1.1", - "@octokit/request": "^9.1.0", + "@octokit/request": "^9.1.1", "@octokit/graphql": "^8.1.1", "node-fetch": "^3.3.2" },