diff --git a/packages/web-client/package.json b/packages/web-client/package.json index 04688cdbc..47be64992 100644 --- a/packages/web-client/package.json +++ b/packages/web-client/package.json @@ -84,7 +84,7 @@ "@casl/ability": "^6.7.1", "@microsoft/fetch-event-source": "^2.0.1", "axios": "^1.7.7", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.0.0", "lodash-es": "^4.17.21", "luxon": "^3.5.0", "uuid": "^11.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a5de4897..db63d1a5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -767,8 +767,8 @@ importers: specifier: ^1.7.7 version: 1.8.1 fast-xml-parser: - specifier: ^4.5.0 - version: 4.5.3 + specifier: ^5.0.0 + version: 5.0.8 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -4129,6 +4129,10 @@ packages: resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==} hasBin: true + fast-xml-parser@5.0.8: + resolution: {integrity: sha512-qY8NiI5L8ff00F2giyICiJxSSKHO52tC36LJqx2JtvGyAd5ZfehC/l4iUVVHpmpIa6sM9N5mneSLHQG2INGoHA==} + hasBin: true + fastq@1.19.0: resolution: {integrity: sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==} @@ -5963,6 +5967,9 @@ packages: strnum@1.1.1: resolution: {integrity: sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==} + strnum@2.0.5: + resolution: {integrity: sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==} + style-dictionary@4.3.3: resolution: {integrity: sha512-93ISASYmvGdKOvNHFaOZ+mVsCNQdoZzhSEq7JINE0BjMoE8zUzkwFyGDUBnfmXayHq/F4B4MCWmtjqjgHAYthw==} engines: {node: '>=18.0.0'} @@ -10220,6 +10227,10 @@ snapshots: dependencies: strnum: 1.1.1 + fast-xml-parser@5.0.8: + dependencies: + strnum: 2.0.5 + fastq@1.19.0: dependencies: reusify: 1.0.4 @@ -12105,6 +12116,8 @@ snapshots: strnum@1.1.1: {} + strnum@2.0.5: {} + style-dictionary@4.3.3: dependencies: '@bundled-es-modules/deepmerge': 4.3.1