From 7cb19e9f305614f5b9e46502aef110d7be106213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 01:08:39 +0000 Subject: [PATCH] chore(deps): bump webdav from 5.10.0 to 5.11.0 Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 5.10.0 to 5.11.0. - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: webdav dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6b294a990374..bb5ad79cbe902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "vue-router": "^5.0.6", "vuedraggable": "4.1.0", "vuex": "^4.1.0", - "webdav": "^5.10.0" + "webdav": "^5.11.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", @@ -7627,9 +7627,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", @@ -15292,16 +15292,17 @@ } }, "node_modules/webdav": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.10.0.tgz", - "integrity": "sha512-fVPuRLtcduVGvSO7Tn/6TQCzIvI/g6BO/+xPRctCvi/GytYpjn4czxWbh4HsArsdom9qz9BI63k9/v2HBUui1A==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.11.0.tgz", + "integrity": "sha512-DbUS8rHvWse55EiHM0q5q1z3eVRCLWW7Va7mUqA2/JJdQHIew4Op2HTglHkBJDOAVrQeQf0I+REUJkIrYqtL+w==", "license": "MIT", "dependencies": { "@buttercup/fetch": "^0.2.1", + "@nodable/entities": "^3.0.0", "base-64": "^1.0.0", "byte-length": "^1.0.2", "entities": "^6.0.1", - "fast-xml-parser": "^5.7.2", + "fast-xml-parser": "^5.11.1", "hot-patcher": "^2.0.1", "layerr": "^3.0.0", "md5": "^2.3.0", diff --git a/package.json b/package.json index fe7f25021baf1..c3e3620d4babe 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "vue-router": "^5.0.6", "vuedraggable": "4.1.0", "vuex": "^4.1.0", - "webdav": "^5.10.0" + "webdav": "^5.11.0" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2",