diff --git a/package-lock.json b/package-lock.json index 8d0e85956..4d3530f00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/vite-config": "^2.5.4", "@types/node": "^24.13.3", "@vitest/coverage-istanbul": "^4.1.11", - "fast-xml-parser": "^5.11.0", + "fast-xml-parser": "^5.11.1", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.20", @@ -6075,9 +6075,9 @@ } }, "node_modules/fast-xml-parser": { - "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==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.11.1.tgz", + "integrity": "sha512-TBw6K/fxoQGGjCmZDw9w/ZwP3uDcnTM4YH/g+PFRWr8sbe5idXtxNN6vITh4+1ruCZaho6uBFurElsA7F0zzgw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 6f0e3d905..cffde21ed 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/vite-config": "^2.5.4", "@types/node": "^24.13.3", "@vitest/coverage-istanbul": "^4.1.11", - "fast-xml-parser": "^5.11.0", + "fast-xml-parser": "^5.11.1", "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.20",