diff --git a/js/end_to_end_encryption-files.mjs.license b/js/end_to_end_encryption-files.mjs.license index 22c08d5e..829c671d 100644 --- a/js/end_to_end_encryption-files.mjs.license +++ b/js/end_to_end_encryption-files.mjs.license @@ -39,7 +39,7 @@ This file is generated from multiple sources. Included packages: - version: 2.0.0-dev.0 - license: AGPL-3.0-or-later - fast-xml-parser - - version: 5.0.9 + - version: 5.2.0 - license: MIT - pkijs - version: 3.2.5 diff --git a/package-lock.json b/package-lock.json index 29191fcd..3ae323a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/vue": "^8.24.0", "@peculiar/x509": "^1.12.3", "debounce": "^2.1.0", - "fast-xml-parser": "^5.0.9", + "fast-xml-parser": "^5.2.0", "pkijs": "^3.2.5", "uuid": "^11.1.0", "vue": "^2.7.16", @@ -11690,9 +11690,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.9.tgz", - "integrity": "sha512-2mBwCiuW3ycKQQ6SOesSB8WeF+fIGb6I/GG5vU5/XEptwFFhp9PE8b9O7fbs2dpq9fXn4ULR3UsfydNUCntf5A==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.0.tgz", + "integrity": "sha512-Uw9+Mjt4SBRud1IcaYuW/O0lW8SKKdMl5g7g24HiIuyH5fQSD+AVLybSlJtqLYEbytVFjWQa5DMGcNgeksdRBg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 14409ca2..3a7af7ed 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nextcloud/vue": "^8.24.0", "@peculiar/x509": "^1.12.3", "debounce": "^2.1.0", - "fast-xml-parser": "^5.0.9", + "fast-xml-parser": "^5.2.0", "pkijs": "^3.2.5", "uuid": "^11.1.0", "vue": "^2.7.16",