diff --git a/package-lock.json b/package-lock.json index 2b7d4a5..fd961ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", - "@octokit/auth-app": "^8.1.1", + "@octokit/auth-app": "^8.2.0", "@octokit/graphql": "^9.0.2", "@octokit/request": "^10.0.8", "node-fetch": "^3.3.2", @@ -232,9 +232,9 @@ "license": "Apache-2.0" }, "node_modules/@octokit/auth-app": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.1.2.tgz", - "integrity": "sha512-db8VO0PqXxfzI6GdjtgEFHY9tzqUql5xMFXYA12juq8TeTgPAuiiP3zid4h50lwlIP457p5+56PnJOgd2GGBuw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.2.0.tgz", + "integrity": "sha512-vVjdtQQwomrZ4V46B9LaCsxsySxGoHsyw6IYBov/TqJVROrlYdyNgw5q6tQbB7KZt53v1l1W53RiqTvpzL907g==", "license": "MIT", "dependencies": { "@octokit/auth-oauth-app": "^9.0.3", diff --git a/package.json b/package.json index 6ae4a51..34df23d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "octokit": "^5.0.3", - "@octokit/auth-app": "^8.1.1", + "@octokit/auth-app": "^8.2.0", "@octokit/request": "^10.0.8", "@octokit/graphql": "^9.0.2", "node-fetch": "^3.3.2"