diff --git a/ui-ngx/package.json b/ui-ngx/package.json index 0efab6e74d..e993271fa8 100644 --- a/ui-ngx/package.json +++ b/ui-ngx/package.json @@ -143,6 +143,7 @@ "esbuild": "0.23.0", "jquery.terminal/coveralls-next/form-data": "4.0.4", "node-forge": "1.3.3", - "glob": "10.5.0" + "glob": "10.5.0", + "path-to-regexp": "0.1.12" } } diff --git a/ui-ngx/yarn.lock b/ui-ngx/yarn.lock index 16c14d0756..56dc0f47a5 100644 --- a/ui-ngx/yarn.lock +++ b/ui-ngx/yarn.lock @@ -7968,10 +7968,10 @@ path-scurry@^1.11.1: lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-to-regexp@0.1.10: - version "0.1.10" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b" - integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== +path-to-regexp@0.1.10, path-to-regexp@0.1.12: + version "0.1.12" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7" + integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ== path-type@^5.0.0: version "5.0.0"