From f4bce8305ed18242e2dcfa1a345188b1eac9a3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:52:16 +0000 Subject: [PATCH] build(deps): bump @octokit/auth-app from 7.1.1 to 7.1.2 in /server (#166) Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/package-lock.json | 19 ++++++++++++++----- server/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 1980017..f9a700e 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -9,7 +9,7 @@ "@aws-sdk/client-lambda": "^3.682.0", "@aws-sdk/client-secrets-manager": "^3.682.0", "@hono/node-server": "^1.13.5", - "@octokit/auth-app": "^7.1.1", + "@octokit/auth-app": "^7.1.2", "@octokit/rest": "^21.0.1", "fast-jwt": "^4.0.5", "get-jwks": "^9.0.1", @@ -2028,16 +2028,16 @@ } }, "node_modules/@octokit/auth-app": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.1.tgz", - "integrity": "sha512-kRAd6yelV9OgvlEJE88H0VLlQdZcag9UlLr7dV0YYP37X8PPDvhgiTy66QVhDXdyoT0AleFN2w/qXkPdrSzINg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.2.tgz", + "integrity": "sha512-5cfWRr1hr0w/EW3StFIIOkMtYhOyGZ6/R3T0xeN6UgC/uL5pIyeood9N/8Z7W4NZUdz2QK1Fv0oM/1AzTME3/Q==", "dependencies": { "@octokit/auth-oauth-app": "^8.1.0", "@octokit/auth-oauth-user": "^5.1.0", "@octokit/request": "^9.1.1", "@octokit/request-error": "^6.1.1", "@octokit/types": "^13.4.1", - "lru-cache": "^10.0.0", + "lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1", "universal-github-app-jwt": "^2.2.0", "universal-user-agent": "^7.0.0" }, @@ -2045,6 +2045,15 @@ "node": ">= 18" } }, + "node_modules/@octokit/auth-app/node_modules/lru-cache": { + "name": "@wolfy1339/lru-cache", + "version": "11.0.2-patch.1", + "resolved": "https://registry.npmjs.org/@wolfy1339/lru-cache/-/lru-cache-11.0.2-patch.1.tgz", + "integrity": "sha512-BgYZfL2ADCXKOw2wJtkM3slhHotawWkgIRRxq4wEybnZQPjvAp71SPX35xepMykTw8gXlzWcWPTY31hlbnRsDA==", + "engines": { + "node": "18 >=18.20 || 20 || >=22" + } + }, "node_modules/@octokit/auth-oauth-app": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-8.1.1.tgz", diff --git a/server/package.json b/server/package.json index 82d1759..615e8ec 100644 --- a/server/package.json +++ b/server/package.json @@ -14,7 +14,7 @@ "@aws-sdk/client-lambda": "^3.682.0", "@aws-sdk/client-secrets-manager": "^3.682.0", "@hono/node-server": "^1.13.5", - "@octokit/auth-app": "^7.1.1", + "@octokit/auth-app": "^7.1.2", "@octokit/rest": "^21.0.1", "fast-jwt": "^4.0.5", "get-jwks": "^9.0.1",