diff --git a/package-lock.json b/package-lock.json index 3203791a..4e5c2ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", - "@octokit/request-error": "^5.1.0", + "@octokit/request-error": "^5.1.1", "@tiobe/http-client": "^0.4.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0", @@ -1744,9 +1744,10 @@ } }, "node_modules/@octokit/request-error": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.0.tgz", - "integrity": "sha512-GETXfE05J0+7H2STzekpKObFe765O5dlAKUTLNGeH+x47z7JjXHfsHKo5z21D/o/IOZTUEI6nyWyR+bZVP/n5Q==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", + "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", + "license": "MIT", "dependencies": { "@octokit/types": "^13.1.0", "deprecation": "^2.0.0", diff --git a/package.json b/package.json index 3e50d691..9cad1b3e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", - "@octokit/request-error": "^5.1.0", + "@octokit/request-error": "^5.1.1", "@tiobe/http-client": "^0.4.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0",