From b5a6821a0da96dfb3e32001005586b52b7fb61d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:53:29 +0000 Subject: [PATCH] Bump koa-route from 3.2.0 to 4.0.1 Bumps [koa-route](https://github.com/koajs/route) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/koajs/route/releases) - [Changelog](https://github.com/koajs/route/blob/master/History.md) - [Commits](https://github.com/koajs/route/compare/3.2.0...v4.0.1) --- updated-dependencies: - dependency-name: koa-route dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 +++++--------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 79261fa..66a131e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "debug": "^4.3.4", "js-base64": "^3.7.5", "koa": "^2.14.2", - "koa-route": "^3.2.0", + "koa-route": "^4.0.1", "mermaid": "^10.3.1", "pako": "^2.1.0", "path-to-regexp": "^6.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ea75af..ba2e1bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^2.14.2 version: 2.15.0 koa-route: - specifier: ^3.2.0 - version: 3.2.0 + specifier: ^4.0.1 + version: 4.0.1 mermaid: specifier: ^10.3.1 version: 10.8.0 @@ -2214,10 +2214,6 @@ packages: engines: {node: '>=8'} dev: true - /isarray@0.0.1: - resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} - dev: false - /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true @@ -2767,12 +2763,12 @@ packages: koa-compose: 4.1.0 dev: false - /koa-route@3.2.0: - resolution: {integrity: sha512-8FsuWw/L+CUWJfpgN6vrlYUDNTheEinG8Zkm97GyuLJNyWjCVUs9p10Ih3jTIWwmDVQcz6827l0RKadAS5ibqA==} + /koa-route@4.0.1: + resolution: {integrity: sha512-ytLrdDPF/qTMh20BxZCNpIUY329SoGu84xjGYeNsp/jkGT3OpZfkuK646sDScVJQ9XdsLXJVMml1dXMA5EIuxQ==} dependencies: debug: 4.3.4 methods: 1.1.2 - path-to-regexp: 1.8.0 + path-to-regexp: 6.2.1 transitivePeerDependencies: - supports-color dev: false @@ -3332,12 +3328,6 @@ packages: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true - /path-to-regexp@1.8.0: - resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} - dependencies: - isarray: 0.0.1 - dev: false - /path-to-regexp@6.2.1: resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} dev: false