diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46569301..4d094196 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,6 +7,7 @@ settings: overrides: '@node-minify/core': 8.0.5 next>sharp: 0.35.2 + fast-uri: 3.1.6 postcss: ^8.5.19 importers: @@ -3164,8 +3165,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@3.1.5: - resolution: {integrity: sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==} + fast-uri@3.1.6: + resolution: {integrity: sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==} fastq@1.20.2: resolution: {integrity: sha512-UpGiiODyCGprM8EPP6JodP6jC9Rws6TCuiDOD+nn0CJhR8guI3g/ozo4ugL0vJ+Yz1UtJuuRPqvQuybVOF1VQA==} @@ -7093,7 +7094,7 @@ snapshots: ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.5 + fast-uri: 3.1.6 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -7783,7 +7784,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.1.5: {} + fast-uri@3.1.6: {} fastq@1.20.2: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 764b72bc..0cbff0b6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,6 +6,7 @@ overrides: '@node-minify/core': 8.0.5 # Next 16.2.12 still permits vulnerable transitive versions. 'next>sharp': 0.35.2 + fast-uri: 3.1.6 postcss: ^8.5.19 allowBuilds: @@ -16,7 +17,7 @@ allowBuilds: workerd: true minimumReleaseAgeExclude: - - fast-uri@3.1.5 + - fast-uri@3.1.6 - brace-expansion@5.0.9 - js-yaml@3.15.1 - nanoid@3.3.18