diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f91c6958e..42f95ff45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -799,7 +799,7 @@ importers: version: 17.3.1 fast-xml-parser: specifier: ^5.5.5 - version: 5.5.5 + version: 5.5.6 image-size: specifier: ^2.0.2 version: 2.0.2 @@ -4541,11 +4541,11 @@ packages: fast-uri@3.1.0: resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} - fast-xml-builder@1.1.3: - resolution: {integrity: sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg==} + fast-xml-builder@1.1.4: + resolution: {integrity: sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==} - fast-xml-parser@5.5.5: - resolution: {integrity: sha512-NLY+V5NNbdmiEszx9n14mZBseJTC50bRq1VHsaxOmR72JDuZt+5J1Co+dC/4JPnyq+WrIHNM69r0sqf7BMb3Mg==} + fast-xml-parser@5.5.6: + resolution: {integrity: sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==} hasBin: true fastq@1.19.0: @@ -8661,7 +8661,7 @@ snapshots: abort-controller: 3.0.0 async-retry: 1.3.3 duplexify: 4.1.3 - fast-xml-parser: 5.5.5 + fast-xml-parser: 5.5.6 gaxios: 6.7.1 google-auth-library: 9.15.1 html-entities: 2.5.2 @@ -10435,7 +10435,7 @@ snapshots: detect-indent: 6.1.0 detect-newline: 3.1.0 dotgitignore: 2.1.0 - fast-xml-parser: 5.5.5 + fast-xml-parser: 5.5.6 figures: 3.2.0 find-up: 5.0.0 git-semver-tags: 5.0.1 @@ -11295,13 +11295,13 @@ snapshots: fast-uri@3.1.0: {} - fast-xml-builder@1.1.3: + fast-xml-builder@1.1.4: dependencies: path-expression-matcher: 1.1.3 - fast-xml-parser@5.5.5: + fast-xml-parser@5.5.6: dependencies: - fast-xml-builder: 1.1.3 + fast-xml-builder: 1.1.4 path-expression-matcher: 1.1.3 strnum: 2.2.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7c757df9d..7a648ef89 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,8 +8,8 @@ minimumReleaseAgeExclude: - qs@6.14.2 # Renovate security update: ajv@8.18.0 - ajv@8.18.0 - # Renovate security update: fast-xml-parser@5.3.6 || 5.3.8 - - fast-xml-parser@5.3.6 || 5.3.8 + # Renovate security update: fast-xml-parser@5.3.6 || 5.3.8 || 5.5.6 + - fast-xml-parser@5.3.6 || 5.3.8 || 5.5.6 packages: - 'packages/*' - 'packages/apps/*'