diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8ccc9aa74c..ab14728721e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -259,7 +259,7 @@ overrides: minimatch@>=9.0.0 <9.0.7: ^9.0.7 minimist@<0.2.4: ^0.2.4 nth-check@<2.0.1: ^2.0.1 - path-to-regexp@<0.1.13: ^0.1.13 + path-to-regexp@<0.1.13: ^0.2.0 protobufjs@<7.5.5: ^7.5.5 qs@<6.14.1: ^6.14.2 tar@<7.5.11: ^7.5.11 @@ -17994,8 +17994,8 @@ packages: resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} engines: {node: 18 || 20 || >=22} - path-to-regexp@0.1.13: - resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==} + path-to-regexp@0.2.5: + resolution: {integrity: sha512-l6qtdDPIkmAmzEO6egquYDfqQGPMRNGjYtrU13HAXb3YSRrt7HSb1sJY0pKp6o2bAa86tSB6iwaW2JbthPKr7Q==} path-to-regexp@1.9.0: resolution: {integrity: sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==} @@ -36533,7 +36533,7 @@ snapshots: methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.13 + path-to-regexp: 0.2.5 proxy-addr: 2.0.7 qs: 6.15.2 range-parser: 1.2.1 @@ -36569,7 +36569,7 @@ snapshots: methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.13 + path-to-regexp: 0.2.5 proxy-addr: 2.0.7 qs: 6.15.2 range-parser: 1.2.1 @@ -42135,7 +42135,7 @@ snapshots: lru-cache: 11.5.0 minipass: 7.1.3 - path-to-regexp@0.1.13: {} + path-to-regexp@0.2.5: {} path-to-regexp@1.9.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index feb60f1e959..8c8aa0f09fd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -143,7 +143,7 @@ overrides: 'minimatch@>=9.0.0 <9.0.7': ^9.0.7 'minimist@<0.2.4': ^0.2.4 'nth-check@<2.0.1': ^2.0.1 - 'path-to-regexp@<0.1.13': ^0.1.13 + 'path-to-regexp@<0.1.13': ^0.2.0 'protobufjs@<7.5.5': ^7.5.5 'qs@<6.14.1': ^6.14.2 'tar@<7.5.11': ^7.5.11 @@ -186,3 +186,5 @@ minimumReleaseAgeExclude: - "@types/react@18.3.29" # Renovate security update: @playwright/test@1.60.0 - "@playwright/test@1.60.0" + # Renovate security update: path-to-regexp@0.2.5 + - path-to-regexp@0.2.5