From 2e158ea2cb0e5be05a654f4767fc1c9942361c6a Mon Sep 17 00:00:00 2001 From: Kyle Capehart Date: Thu, 3 Oct 2024 12:33:59 -0400 Subject: [PATCH] update path-to-regexp --- package.json | 3 +++ yarn.lock | 13 ++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 27275f4..1c13bc3 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,9 @@ }, "flexibleTaxonomy": true }, + "resolutions": { + "path-to-regexp": "1.9.0" + }, "scripts": { "build": "wireit", "clean": "sf-clean", diff --git a/yarn.lock b/yarn.lock index f718403..5190ea7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6168,18 +6168,13 @@ path-scurry@^1.11.1: lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-to-regexp@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" - integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== +path-to-regexp@1.9.0, path-to-regexp@^1.7.0, path-to-regexp@^6.2.1: + version "1.9.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24" + integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g== dependencies: isarray "0.0.1" -path-to-regexp@^6.2.1: - version "6.2.2" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36" - integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw== - path-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"