From 59c62c2464394913f7f4ac6e44337d814ee034e5 Mon Sep 17 00:00:00 2001 From: Instanacd PAT for GitHub Public Date: Sat, 13 Dec 2025 18:09:00 +0000 Subject: [PATCH] build: bumped @koa/router from 14.0.0 to 15.1.0 --- package-lock.json | 68 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 55 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ebfcfdd69..a370fea9a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@grpc/proto-loader": "0.8.0", "@hapi/hapi": "21.4.4", "@ibm/tekton-lint": "1.1.0", - "@koa/router": "14.0.0", + "@koa/router": "15.1.0", "@redis/client": "5.10.0", "@redis/client-v4": "npm:@redis/client@1.6.1", "@redis/client-v5.8.3": "npm:@redis/client@5.8.3", @@ -13187,25 +13187,33 @@ "license": "MIT" }, "node_modules/@koa/router": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@koa/router/-/router-14.0.0.tgz", - "integrity": "sha512-LBSu5K0qAaaQcXX/0WIB9PGDevyCxxpnc1uq13vV/CgObaVxuis5hKl3Eboq/8gcb6ebnkAStW9NB/Em2eYyFA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@koa/router/-/router-15.1.0.tgz", + "integrity": "sha512-0zCmuapmgBHrfVSFjBfCdgnkBnXwRGcG5qHnxVs8ZoTNEJiwSSspgJ5+2NugiqLJS/S0d96KMeNntLqTNWaioQ==", "dev": true, "license": "MIT", "dependencies": { - "debug": "^4.4.1", - "http-errors": "^2.0.0", + "debug": "^4.4.3", + "http-errors": "^2.0.1", "koa-compose": "^4.1.0", - "path-to-regexp": "^8.2.0" + "path-to-regexp": "^8.3.0" }, "engines": { "node": ">= 20" + }, + "peerDependencies": { + "koa": "^2.0.0 || ^3.0.0" + }, + "peerDependenciesMeta": { + "koa": { + "optional": false + } } }, "node_modules/@koa/router/node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { @@ -13220,14 +13228,46 @@ } } }, + "node_modules/@koa/router/node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/@koa/router/node_modules/path-to-regexp": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", - "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", + "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "dev": true, + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/@koa/router/node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", "dev": true, "license": "MIT", "engines": { - "node": ">=16" + "node": ">= 0.8" } }, "node_modules/@lerna/create": { diff --git a/package.json b/package.json index bc3cc2eb20..8aa047e335 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@grpc/proto-loader": "0.8.0", "@hapi/hapi": "21.4.4", "@ibm/tekton-lint": "1.1.0", - "@koa/router": "14.0.0", + "@koa/router": "15.1.0", "@redis/client": "5.10.0", "@redis/client-v4": "npm:@redis/client@1.6.1", "@redis/client-v5.8.3": "npm:@redis/client@5.8.3",