diff --git a/package.json b/package.json index c5d3dd2..117ce8b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@wppconnect/server/**/engine.io": "6.6.10", "@wppconnect/server/**/form-data": "4.0.6", "@wppconnect/server/**/multer": "2.3.0", - "@wppconnect/server/**/path-to-regexp": "0.2.5", + "@wppconnect/server/**/path-to-regexp": "1.9.0", "@wppconnect/server/**/qs": "6.16.0", "@wppconnect/server/**/tmp": "0.2.7", "@wppconnect/server/**/ws": "8.21.3", diff --git a/yarn.lock b/yarn.lock index 8f3b46e..f6eb7b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5817,6 +5817,11 @@ is-wsl@^3.1.0: dependencies: is-inside-container "^1.0.0" +isarray@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== + isarray@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" @@ -6892,10 +6897,12 @@ path-scurry@^1.11.1: lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-to-regexp@0.2.5, path-to-regexp@~0.1.12: - version "0.2.5" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.2.5.tgz#0b426991e387fc4c675de23557f358715eb66fb0" - integrity sha512-l6qtdDPIkmAmzEO6egquYDfqQGPMRNGjYtrU13HAXb3YSRrt7HSb1sJY0pKp6o2bAa86tSB6iwaW2JbthPKr7Q== +path-to-regexp@1.9.0, path-to-regexp@~0.1.12: + 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-type@^4.0.0: version "4.0.0"