From b9550238337e01f45f7ec277d7ea0debe9361fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:15:25 +0000 Subject: [PATCH] fix(deps): update dependency probot to v13.3.10 --- package-lock.json | 52 +++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2181320e..9c51b1d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "deep-equal": "2.2.3", "deepmerge": "4.3.1", "js-yaml": "4.1.0", - "probot": "13.3.9" + "probot": "13.3.10" }, "devDependencies": { "@cucumber/cucumber": "11.0.1", @@ -2391,9 +2391,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==", "license": "MIT", "dependencies": { "@octokit/auth-oauth-app": "^7.1.0", @@ -2402,7 +2402,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" }, @@ -2426,10 +2426,14 @@ } }, "node_modules/@octokit/auth-app/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==", - "license": "ISC" + "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/@octokit/auth-oauth-app": { "version": "7.1.0", @@ -14406,12 +14410,12 @@ } }, "node_modules/octokit-auth-probot": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/octokit-auth-probot/-/octokit-auth-probot-2.0.0.tgz", - "integrity": "sha512-bxidVIyxYJ+hWkG24pchPrN6mJdQrklZ2Acu+oGmZlh9aRONsIrw0KNW5W7QC2VlkxsFQwb9lnV+vH0BcEhnLQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/octokit-auth-probot/-/octokit-auth-probot-2.0.1.tgz", + "integrity": "sha512-HzOJ4EPC5OJN6oZEoKTMYtqUQ2ZSKHmDWbLHfFB7JYpho9Zb+aJmDfRShd5a/eGvmIzbZ0NRIWjmnvspDp8JAQ==", "license": "ISC", "dependencies": { - "@octokit/auth-app": "^6.0.1", + "@octokit/auth-app": "^6.1.3", "@octokit/auth-token": "^4.0.0", "@octokit/auth-unauthenticated": "^5.0.1", "@octokit/types": "^12.0.0" @@ -15888,9 +15892,9 @@ } }, "node_modules/probot": { - "version": "13.3.9", - "resolved": "https://registry.npmjs.org/probot/-/probot-13.3.9.tgz", - "integrity": "sha512-uIRErUsseimlH9pIWCfI8XVCtpFCZE2FoUsZ3O58Zuh28bGCrXwBzzGR0ykeEJBAVHNOhaWtxdWz05fevDHdow==", + "version": "13.3.10", + "resolved": "https://registry.npmjs.org/probot/-/probot-13.3.10.tgz", + "integrity": "sha512-C9XyVTHbNqEpoVTYBY8V4k3P1mM0JYwXoHV008i34cexQyWtvggX+IU2eJ2ZvIPXqLiig7H626gOxNgXlUUkjg==", "license": "ISC", "dependencies": { "@octokit/core": "^5.0.2", @@ -15913,8 +15917,8 @@ "express": "^4.21.0", "ioredis": "^5.3.2", "js-yaml": "^4.1.0", - "lru-cache": "^10.0.3", - "octokit-auth-probot": "^2.0.0", + "lru-cache": "npm:@wolfy1339/lru-cache@^11.0.2-patch.1", + "octokit-auth-probot": "^2.0.1", "pino": "^9.0.0", "pino-http": "^10.0.0", "pkg-conf": "^3.1.0", @@ -15937,10 +15941,14 @@ } }, "node_modules/probot/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==", - "license": "ISC" + "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/proc-log": { "version": "3.0.0", diff --git a/package.json b/package.json index 8996f7d67..9b5f08cc0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "deep-equal": "2.2.3", "deepmerge": "4.3.1", "js-yaml": "4.1.0", - "probot": "13.3.9" + "probot": "13.3.10" }, "devDependencies": { "@cucumber/cucumber": "11.0.1",