diff --git a/package-lock.json b/package-lock.json index 86c2434..5e02785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "expo-system-ui": "~56.0.5", "expo-task-manager": "~56.0.16", "expo-web-browser": "~56.0.5", - "fast-xml-parser": "^5.10.1", + "fast-xml-parser": "^5.11.0", "fflate": "^0.8.3", "geolib": "^3.3.14", "react": "19.2.3", @@ -9940,9 +9940,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz", - "integrity": "sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.0.tgz", + "integrity": "sha512-9IGxMqvqLOnqP+Egi1nqDHKv5k8aZ7r9n558enxcucmyVGEBNPAU+MOg/8jPIS7rO7sSq4gFm1/nHtiaubMruw==", "funding": [ { "type": "github", @@ -9955,7 +9955,7 @@ "fast-xml-builder": "^1.2.0", "is-unsafe": "^2.0.0", "path-expression-matcher": "^1.6.2", - "strnum": "^2.4.1", + "strnum": "^2.4.2", "xml-naming": "^0.3.0" }, "bin": { @@ -16802,9 +16802,9 @@ } }, "node_modules/strnum": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz", - "integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.2.tgz", + "integrity": "sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index acf5979..754e61e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "expo-system-ui": "~56.0.5", "expo-task-manager": "~56.0.16", "expo-web-browser": "~56.0.5", - "fast-xml-parser": "^5.10.1", + "fast-xml-parser": "^5.11.0", "fflate": "^0.8.3", "geolib": "^3.3.14", "react": "19.2.3",