From 0b88ca9bf7726d1e41a3e3baee3771b97ce3b7f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:05:42 +0000 Subject: [PATCH] Update dependency path-to-regexp to v8 --- package-lock.json | 15 --------------- package.json | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5c04b96c..f04dc3faf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23984,21 +23984,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/path-to-regexp": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", - "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", - "license": "MIT", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/path-to-regexp/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", - "license": "MIT" - }, "node_modules/path-type": { "version": "4.0.0", "license": "MIT", diff --git a/package.json b/package.json index e9941117e..fe35d2f91 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "overrides": { "serve-handler": { - "path-to-regexp": "3.3.0" + "path-to-regexp": "8.2.0" }, "express": { "cookie": "^0.7.0"