diff --git a/package-lock.json b/package-lock.json index 164744db..b4b9a341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/auth-app": "^5.0.5", + "@octokit/auth-app": "^5.0.6", "@octokit/rest": "^19.0.13", "find-versions": "^5.1.0", "semver-diff": "^4.0.0" @@ -2811,9 +2811,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.5.tgz", - "integrity": "sha512-9IL//yXF4jSlptdUN4dZz0OYX+9PGNk+/eEhpWdpNr5Ff46/YQSKC9IrjNc45iwTemP0Xk7OiPKj3MoNOd7SQg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.6.tgz", + "integrity": "sha512-zWqWTn88LcOUBALRMKl6yA0PqXWZLI2OXN9EaYK63f4E84SeW7dNefFx1P13XnQceTnc8O3Z9B537foUbjmG+A==", "dependencies": { "@octokit/auth-oauth-app": "^6.0.1", "@octokit/auth-oauth-user": "^3.0.1", @@ -15802,9 +15802,9 @@ } }, "@octokit/auth-app": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.5.tgz", - "integrity": "sha512-9IL//yXF4jSlptdUN4dZz0OYX+9PGNk+/eEhpWdpNr5Ff46/YQSKC9IrjNc45iwTemP0Xk7OiPKj3MoNOd7SQg==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-5.0.6.tgz", + "integrity": "sha512-zWqWTn88LcOUBALRMKl6yA0PqXWZLI2OXN9EaYK63f4E84SeW7dNefFx1P13XnQceTnc8O3Z9B537foUbjmG+A==", "requires": { "@octokit/auth-oauth-app": "^6.0.1", "@octokit/auth-oauth-user": "^3.0.1", diff --git a/package.json b/package.json index 181b00cf..7df8c837 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/auth-app": "^5.0.5", + "@octokit/auth-app": "^5.0.6", "@octokit/rest": "^19.0.13", "find-versions": "^5.1.0", "semver-diff": "^4.0.0"