From 81a81a344908d1cf54fcd95e3bae06848a40425b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 04:56:09 +0000 Subject: [PATCH] fix: update dependency fast-xml-parser to v4.3.5 --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 95fb6f80c..1f343e732 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -31,7 +31,7 @@ "express": "4.18.2", "express-async-errors": "3.1.1", "express-session": "1.18.0", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.5", "lodash-es": "4.17.21", "lz-string": "1.5.0", "nocache": "4.0.0", @@ -2517,9 +2517,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-xml-parser": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz", - "integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", + "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", "funding": [ { "type": "github", diff --git a/backend/package.json b/backend/package.json index b04ab13a5..29dd1a4bf 100644 --- a/backend/package.json +++ b/backend/package.json @@ -54,7 +54,7 @@ "express": "4.18.2", "express-async-errors": "3.1.1", "express-session": "1.18.0", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.5", "lodash-es": "4.17.21", "lz-string": "1.5.0", "nocache": "4.0.0", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 05dbf77b1..4a58846d3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -43,7 +43,7 @@ "comlink": "4.4.1", "date-fns": "3.3.1", "detect-browser": "5.3.0", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.5", "file-saver": "2.0.5", "leaflet": "1.9.4", "lodash-es": "4.17.21", @@ -6811,9 +6811,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz", - "integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", + "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", "funding": [ { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 843473a19..55e95be2e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "comlink": "4.4.1", "date-fns": "3.3.1", "detect-browser": "5.3.0", - "fast-xml-parser": "4.3.4", + "fast-xml-parser": "4.3.5", "file-saver": "2.0.5", "leaflet": "1.9.4", "lodash-es": "4.17.21",