diff --git a/package-lock.json b/package-lock.json index 1364728438..36d5453b24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.7.0", + "@nextcloud/files": "^3.8.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/moment": "^1.3.1", @@ -3661,22 +3661,22 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.7.0.tgz", - "integrity": "sha512-u7Hwt7/13empViLvwHPQk1AnKjhDYf7tkXeCLaO6e03am2uqBlYwc3iUS4cZye5CuaEeJeW251jPUGTtRXjjWQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz", + "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.2.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.2", + "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", "is-svg": "^5.0.1", "typedoc-plugin-missing-exports": "^3.0.0", "typescript-event-target": "^1.1.1", - "webdav": "^5.6.0" + "webdav": "^5.7.0" }, "engines": { "node": "^20.0.0", @@ -3787,9 +3787,9 @@ } }, "node_modules/@nextcloud/sharing": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz", - "integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz", + "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==", "dependencies": { "@nextcloud/initial-state": "^2.2.0" }, @@ -23486,22 +23486,22 @@ } }, "@nextcloud/files": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.7.0.tgz", - "integrity": "sha512-u7Hwt7/13empViLvwHPQk1AnKjhDYf7tkXeCLaO6e03am2uqBlYwc3iUS4cZye5CuaEeJeW251jPUGTtRXjjWQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.8.0.tgz", + "integrity": "sha512-5oi61suf2nDcXPTA4BSxl7EomJBCWrmc6ZGaokaj+jREOsSVlS+nR3ID/6eMqZSsqODpAARK56djyUPmiHOLWQ==", "requires": { "@nextcloud/auth": "^2.3.0", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/paths": "^2.2.0", + "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", - "@nextcloud/sharing": "^0.2.2", + "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", "is-svg": "^5.0.1", "typedoc-plugin-missing-exports": "^3.0.0", "typescript-event-target": "^1.1.1", - "webdav": "^5.6.0" + "webdav": "^5.7.0" } }, "@nextcloud/initial-state": { @@ -23578,9 +23578,9 @@ } }, "@nextcloud/sharing": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.2.tgz", - "integrity": "sha512-ui0ZoVazroA+cF4+homhFSFAddd/P4uRYMfG3rw3QR8o6igrVFe0f0l21kYtUwXU0oC0K4v3k8j93zCTfz6v3g==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@nextcloud/sharing/-/sharing-0.2.3.tgz", + "integrity": "sha512-hxQFOBBahbJkcmAGZFVS3943pQGSafNF6LMHmgcj0JPqExu1DWKuZvsCXZnGkaRJVcewHnZFcLAhpOf+VfcZmA==", "requires": { "@nextcloud/initial-state": "^2.2.0" } diff --git a/package.json b/package.json index 529688166d..dbd35f98d9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.7.0", + "@nextcloud/files": "^3.8.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/moment": "^1.3.1",