diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19e8b03..db6451f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: overrides: body-parser@<2.3.0: '>=2.3.0' brace-expansion@<5.0.7: '>=5.0.7' - fast-uri@<3.1.2: '>=3.1.2' + fast-uri@<3.1.4: '>=3.1.4' hono: 4.12.27 ip-address@<10.1.1: '>=10.1.1' qs@<6.15.2: '>=6.15.2' @@ -519,8 +519,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@3.1.2: - resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} + fast-uri@4.1.1: + resolution: {integrity: sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==} fault@1.0.4: resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} @@ -1844,7 +1844,7 @@ snapshots: ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.2 + fast-uri: 4.1.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -2213,7 +2213,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.1.2: {} + fast-uri@4.1.1: {} fault@1.0.4: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0104349..deb6227 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,7 +1,7 @@ overrides: body-parser@<2.3.0: '>=2.3.0' brace-expansion@<5.0.7: '>=5.0.7' - fast-uri@<3.1.2: '>=3.1.2' + fast-uri@<3.1.4: '>=3.1.4' hono: 4.12.27 ip-address@<10.1.1: '>=10.1.1' qs@<6.15.2: '>=6.15.2'