From 7059abb1db41748cf26983333a6eb019a97059c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:04:03 +0000 Subject: [PATCH] Bump @octokit/request from 9.1.1 to 9.1.3 Bumps [@octokit/request](https://github.com/octokit/request.js) from 9.1.1 to 9.1.3. - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v9.1.1...v9.1.3) --- updated-dependencies: - dependency-name: "@octokit/request" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbdc43f1..afa303db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "@octokit/auth-app": "^7.1.0", - "@octokit/request": "^9.1.1", + "@octokit/request": "^9.1.3", "@types/node-fetch": "^2.6.11", "@types/sinon": "^17.0.3", "jssha": "^3.3.1", @@ -1241,9 +1241,9 @@ } }, "node_modules/@octokit/request": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.1.tgz", - "integrity": "sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.3.tgz", + "integrity": "sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==", "dependencies": { "@octokit/endpoint": "^10.0.0", "@octokit/request-error": "^6.0.1", @@ -10964,9 +10964,9 @@ } }, "@octokit/request": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.1.tgz", - "integrity": "sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.1.3.tgz", + "integrity": "sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==", "requires": { "@octokit/endpoint": "^10.0.0", "@octokit/request-error": "^6.0.1", diff --git a/package.json b/package.json index 646f719f..be1c92ec 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.1", "@octokit/auth-app": "^7.1.0", - "@octokit/request": "^9.1.1", + "@octokit/request": "^9.1.3", "@types/node-fetch": "^2.6.11", "@types/sinon": "^17.0.3", "jssha": "^3.3.1",