aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-08-07 20:52:29 -0700
committerChristopher Ng <chrng8@gmail.com>2024-08-08 11:15:52 -0700
commit44bc57bc57d9129ab15041b631aca5d48c52124a (patch)
treec979d2744c3271cd8579b1e10ea91459311a699c /package-lock.json
parentcfec6fcb1a9eaa57bef5bba757b5b9dbda387c96 (diff)
downloadnextcloud-server-44bc57bc57d9129ab15041b631aca5d48c52124a.tar.gz
nextcloud-server-44bc57bc57d9129ab15041b631aca5d48c52124a.zip
feat: Load limited depth tree
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index c69e4efaa96..5037cfc17ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,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.1.0",
"@nextcloud/logger": "^3.0.2",
@@ -4697,23 +4697,23 @@
"license": "MIT"
},
"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==",
"license": "AGPL-3.0-or-later",
"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",