diff --git a/package-lock.json b/package-lock.json index f89773740..82c9bfa7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@octokit/auth-app": "^8.1.2", + "@octokit/auth-app": "^8.2.0", "@octokit/rest": "^22.0.1", "googleapis": "^169.0.0", "tsx": "^4.21.0", @@ -3188,9 +3188,9 @@ } }, "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 000a39568..273f21746 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "jest --runInBand --collectCoverage=false" }, "dependencies": { - "@octokit/auth-app": "^8.1.2", + "@octokit/auth-app": "^8.2.0", "@octokit/rest": "^22.0.1", "googleapis": "^169.0.0", "tsx": "^4.21.0",