diff --git a/package-lock.json b/package-lock.json index cd26d51..fbe2fa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@octokit/auth-app": "^4.0.5", + "@octokit/auth-app": "^4.0.6", "csv": "^6.2.0", "natural-orderby": "^2.0.3" }, @@ -49,9 +49,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.5.tgz", - "integrity": "sha512-fCbi4L/egsP3p4p1SelOFORM/m/5KxROhHdcIW5Lb17DDdW61fGT8y3wGpfiSeYNuulwF5QIfzJ7tdgtHNAymA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.6.tgz", + "integrity": "sha512-zFWDWZ2b1YH9EohhJFswSGzhXdO6al+DPt99ipYUwC81CsFP3wsC4g4WNxpLj8+CIQrGURa8sIcedq2QALNRAw==", "dependencies": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", @@ -777,9 +777,9 @@ } }, "@octokit/auth-app": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.5.tgz", - "integrity": "sha512-fCbi4L/egsP3p4p1SelOFORM/m/5KxROhHdcIW5Lb17DDdW61fGT8y3wGpfiSeYNuulwF5QIfzJ7tdgtHNAymA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-4.0.6.tgz", + "integrity": "sha512-zFWDWZ2b1YH9EohhJFswSGzhXdO6al+DPt99ipYUwC81CsFP3wsC4g4WNxpLj8+CIQrGURa8sIcedq2QALNRAw==", "requires": { "@octokit/auth-oauth-app": "^5.0.0", "@octokit/auth-oauth-user": "^2.0.0", diff --git a/package.json b/package.json index 0cacec7..9ae93c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@octokit/auth-app": "^4.0.5", + "@octokit/auth-app": "^4.0.6", "csv": "^6.2.0", "natural-orderby": "^2.0.3" }