From c731a747271a24d66c0904b79b5d11dce7785352 Mon Sep 17 00:00:00 2001 From: SagarRajput-7 <162284829+SagarRajput-7@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:00:10 +0530 Subject: [PATCH] chore: upgraded path-to-regexp (#7198) * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp --- frontend/package.json | 6 +++++- frontend/yarn.lock | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index af78690982..6c8140f456 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -250,6 +250,10 @@ "body-parser": "1.20.3", "http-proxy-middleware": "3.0.3", "cross-spawn": "7.0.5", - "cookie": "^0.7.1" + "cookie": "^0.7.1", + "react-router/path-to-regexp": "^1.7.0", + "webpack-dev-server/path-to-regexp": "^1.7.0", + "express/path-to-regexp": "^1.7.0", + "@types/webpack-dev-server/path-to-regexp": "^1.7.0" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ee9a7a0b16..5b7ec2a825 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -9974,7 +9974,7 @@ is-wsl@^2.2.0: isarray@0.0.1: version "0.0.1" - resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + 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: @@ -12731,9 +12731,9 @@ path-to-regexp@0.1.10: integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== path-to-regexp@^1.7.0: - version "1.8.0" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz" - integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== + 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"