diff --git a/package-lock.json b/package-lock.json index a20827d8e..5ef5b69de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.8.0", + "@nextcloud/files": "^3.9.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", @@ -3792,11 +3792,11 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz", - "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", + "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", "dependencies": { - "@nextcloud/auth": "^2.3.0", + "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", @@ -3804,10 +3804,10 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", - "is-svg": "^5.0.1", + "is-svg": "^5.1.0", "typedoc-plugin-missing-exports": "^3.0.0", "typescript-event-target": "^1.1.1", - "webdav": "^5.7.0" + "webdav": "^5.7.1" }, "engines": { "node": "^20.0.0", @@ -10707,11 +10707,11 @@ } }, "node_modules/is-svg": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.1.tgz", - "integrity": "sha512-mLYxDsfisQWdS4+gSblAwhATDoNMS/tx8G7BKA+aBIf7F0m1iUwMvuKAo6mW4WMleQAEE50I1Zqef9yMMfHk3w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.1.0.tgz", + "integrity": "sha512-uVg5yifaTxHoefNf5Jcx+i9RZe2OBYd/UStp1umx+EERa4xGRa3LLGXjoEph43qUORC0qkafUgrXZ6zzK89yGA==", "dependencies": { - "fast-xml-parser": "^4.1.3" + "fast-xml-parser": "^4.4.1" }, "engines": { "node": ">=14.16" @@ -22144,11 +22144,11 @@ } }, "@nextcloud/files": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz", - "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", + "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", "requires": { - "@nextcloud/auth": "^2.3.0", + "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", @@ -22156,10 +22156,10 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", - "is-svg": "^5.0.1", + "is-svg": "^5.1.0", "typedoc-plugin-missing-exports": "^3.0.0", "typescript-event-target": "^1.1.1", - "webdav": "^5.7.0" + "webdav": "^5.7.1" } }, "@nextcloud/initial-state": { @@ -27265,11 +27265,11 @@ } }, "is-svg": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.0.1.tgz", - "integrity": "sha512-mLYxDsfisQWdS4+gSblAwhATDoNMS/tx8G7BKA+aBIf7F0m1iUwMvuKAo6mW4WMleQAEE50I1Zqef9yMMfHk3w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-5.1.0.tgz", + "integrity": "sha512-uVg5yifaTxHoefNf5Jcx+i9RZe2OBYd/UStp1umx+EERa4xGRa3LLGXjoEph43qUORC0qkafUgrXZ6zzK89yGA==", "requires": { - "fast-xml-parser": "^4.1.3" + "fast-xml-parser": "^4.4.1" } }, "is-symbol": { diff --git a/package.json b/package.json index 885c014e5..e1ce14f72 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.8.0", + "@nextcloud/files": "^3.9.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2",