From 359f371dbc04c0b019f944537b16b8a743df41a2 Mon Sep 17 00:00:00 2001 From: Sina Javaheri Date: Mon, 21 Oct 2024 07:03:40 +0200 Subject: [PATCH] fix(yarn-lock): fix the path-ro-regexp dep ver --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 48405223..cef5b7b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8658,7 +8658,7 @@ vite-plugin-mock-dev-server@^1.8.0: is-core-module "^2.15.1" json5 "^2.2.3" mime-types "^2.1.35" - path-to-regexp "6.2.2" + path-to-regexp "6.3.0" picocolors "^1.1.0" ws "^8.18.0"