diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-09 13:08:08 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-11 15:42:56 +0100 |
commit | 84813935812469994cfacfdcb876946891117114 (patch) | |
tree | 755bd02e58c5aab07038a67fca4159babd189213 /package-lock.json | |
parent | e4fdd24d2f33cf7f4e562caa8e0cb21b5afbead6 (diff) | |
download | nextcloud-server-84813935812469994cfacfdcb876946891117114.tar.gz nextcloud-server-84813935812469994cfacfdcb876946891117114.zip |
chore(deps): bump `@nextcloud/files` to `3.1.0`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 0909023b960..605a843694f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.0.3", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.0.0", + "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/logger": "^2.5.0", @@ -3998,9 +3998,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@nextcloud/files": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.0.0.tgz", - "integrity": "sha512-zk5oIuVDyk2gWBKCJ+0B1HE3VjhuGnz2iLNbTcbRuTjMYb6aYCAEn1LY0dXbUQG93ehndYJCOdaYri/TaGrlXw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.1.0.tgz", + "integrity": "sha512-i0g9L5HRBJ2vr/gXYb0Gtg379u6nYZJFL30W50OV0F0qlf8OtkAlNpfOVOg3sJf9zklARE2lVY9g2Y9sv/iQ3g==", "dependencies": { "@nextcloud/auth": "^2.2.1", "@nextcloud/l10n": "^2.2.0", @@ -4008,7 +4008,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.2.0", "is-svg": "^5.0.0", - "webdav": "^5.3.0" + "webdav": "^5.3.1" }, "engines": { "node": "^20.0.0", |