From 3ad36d7ea636c53b8c3c32081b9be75343bbda14 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Sat, 16 Nov 2024 18:19:41 +0100 Subject: [PATCH] fix(deps): bump @octokit/auth-app to 7.1.3 (#288) --- package-lock.json | 29 ++++++++++++++--------------- package.json | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b33e568..22579279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "ISC", "dependencies": { - "@octokit/auth-app": "^7.1.2", + "@octokit/auth-app": "^7.1.3", "@octokit/auth-token": "^5.0.0", "@octokit/auth-unauthenticated": "^6.0.0", "@octokit/types": "^13.0.0" @@ -597,9 +597,9 @@ } }, "node_modules/@octokit/auth-app": { - "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==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.3.tgz", + "integrity": "sha512-GZdkOp2kZTIy5dG9oXqvzUAZiPvDx4C/lMlN6yQjtG9d/+hYa7W8WXTJoOrXE8UdfL9A/sZMl206dmtkl9lwVQ==", "license": "MIT", "dependencies": { "@octokit/auth-oauth-app": "^8.1.0", @@ -607,7 +607,7 @@ "@octokit/request": "^9.1.1", "@octokit/request-error": "^6.1.1", "@octokit/types": "^13.4.1", - "lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1", + "toad-cache": "^3.7.0", "universal-github-app-jwt": "^2.2.0", "universal-user-agent": "^7.0.0" }, @@ -1746,16 +1746,6 @@ "dev": true, "license": "MIT" }, - "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==", - "license": "ISC", - "engines": { - "node": "18 >=18.20 || 20 || >=22" - } - }, "node_modules/magic-string": { "version": "0.30.12", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", @@ -2319,6 +2309,15 @@ "node": ">=14.0.0" } }, + "node_modules/toad-cache": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz", + "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, "node_modules/totalist": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", diff --git a/package.json b/package.json index 948119be..c34312c5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "ISC", "dependencies": { - "@octokit/auth-app": "^7.1.2", + "@octokit/auth-app": "^7.1.3", "@octokit/auth-token": "^5.0.0", "@octokit/auth-unauthenticated": "^6.0.0", "@octokit/types": "^13.0.0"