diff --git a/package-lock.json b/package-lock.json index e8a21a1..964f8dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@heroicons/react": "^2.2.0", "d3": "^7.9.0", "d3-force": "^3.0.0", - "fast-xml-parser": "^5.3.3", + "fast-xml-parser": "^5.3.4", "next": "^16.1.6", "react": "^19.2.3", "react-dom": "^19.2.4", @@ -4559,9 +4559,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", - "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 401145e..4acda64 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@heroicons/react": "^2.2.0", "d3": "^7.9.0", "d3-force": "^3.0.0", - "fast-xml-parser": "^5.3.3", + "fast-xml-parser": "^5.3.4", "next": "^16.1.6", "react": "^19.2.3", "react-dom": "^19.2.4",