diff --git a/package-lock.json b/package-lock.json index a493e4d..3557d11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/auth-app": "^6.0.1", + "@octokit/auth-app": "^6.0.2", "@octokit/graphql": "^7.0.2", "@octokit/request": "^8.1.6", "node-fetch": "^3.3.2", @@ -73,9 +73,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.1.tgz", - "integrity": "sha512-tjCD4nzQNZgmLH62+PSnTF6eGerisFgV4v6euhqJik6yWV96e1ZiiGj+NXIqbgnpjLmtnBqVUrNyGKu3DoGEGA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.2.tgz", + "integrity": "sha512-HYuRX3Fvhs2y9i7a4F8f+A5HWfacRWmpERHGBEOtgvKVjJkOQZKUY2v6HiSszYecHAF8Ojqngp2iraSP3SvNpQ==", "dependencies": { "@octokit/auth-oauth-app": "^7.0.0", "@octokit/auth-oauth-user": "^4.0.0", diff --git a/package.json b/package.json index f950218..3e5a54e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "octokit": "^3.1.2", - "@octokit/auth-app": "^6.0.1", + "@octokit/auth-app": "^6.0.2", "@octokit/request": "^8.1.6", "@octokit/graphql": "^7.0.2", "node-fetch": "^3.3.2"