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",