diff --git a/package-lock.json b/package-lock.json index ccc01b88..b2eef707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@actions/github": "6.0.0", - "@octokit/auth-app": "6.1.2", + "@octokit/auth-app": "6.1.3", "@types/conventional-changelog-writer": "4.0.10", "@types/conventional-commits-parser": "5.0.0", "@types/debug": "4.1.12", @@ -1324,9 +1324,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.1.2.tgz", - "integrity": "sha512-fWjIOpxnL8/YFY3kqquciFQ4o99aCqHw5kMFoGPYbz/h5HNZ11dJlV9zag5wS2nt0X1wJ5cs9BUo+CsAPfW4jQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.1.3.tgz", + "integrity": "sha512-dcaiteA6Y/beAlDLZOPNReN3FGHu+pARD6OHfh3T9f3EO09++ec+5wt3KtGGSSs2Mp5tI8fQwdMOEnrzBLfgUA==", "dev": true, "license": "MIT", "dependencies": { @@ -1336,7 +1336,7 @@ "@octokit/request-error": "^5.1.0", "@octokit/types": "^13.1.0", "deprecation": "^2.3.1", - "lru-cache": "^10.0.0", + "lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1", "universal-github-app-jwt": "^1.1.2", "universal-user-agent": "^6.0.0" }, @@ -1344,6 +1344,17 @@ "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==", + "dev": true, + "license": "ISC", + "engines": { + "node": "18 >=18.20 || 20 || >=22" + } + }, "node_modules/@octokit/auth-oauth-app": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-7.1.0.tgz", @@ -5495,13 +5506,6 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, "node_modules/make-dir": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", diff --git a/package.json b/package.json index 230d6517..88e84038 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "license": "Apache-2.0", "devDependencies": { "@actions/github": "6.0.0", - "@octokit/auth-app": "6.1.2", + "@octokit/auth-app": "6.1.3", "@types/conventional-changelog-writer": "4.0.10", "@types/conventional-commits-parser": "5.0.0", "@types/debug": "4.1.12",