aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-06-07 08:29:24 +0200
committerskjnldsv <skjnldsv@protonmail.com>2024-06-07 10:55:56 +0200
commitca9a5b7a1edb1e215578eb2403fe84201fc605a6 (patch)
tree1a15942df720fe182f99228bdaebb17b00294262
parentef01dc72c1c92bdde6145954fe2a029e90c61e60 (diff)
downloadnextcloud-server-ca9a5b7a1edb1e215578eb2403fe84201fc605a6.tar.gz
nextcloud-server-ca9a5b7a1edb1e215578eb2403fe84201fc605a6.zip
chore: update `@nextcloud/files` to 3.4.1
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 661d4039c42..4b3fa0b1b5b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.1",
- "@nextcloud/files": "^3.4.0",
+ "@nextcloud/files": "^3.4.1",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
@@ -4430,9 +4430,9 @@
}
},
"node_modules/@nextcloud/files": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.0.tgz",
- "integrity": "sha512-VfVI9bQVcORKpVA8WJDf93swo3StzuOdX7YDwmpkZqJcaAirsZr/B9tlMLYGAfgGPqOZfifyMGGWnKnx5HABug==",
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.1.tgz",
+ "integrity": "sha512-0riNodzy/epHRpjIR0uuibzu+WO5GEjYqc9HjifR7fGb4Umi7cNykX7vR5o6BoEg64eYEHau0I4wBUtX/vRssQ==",
"dependencies": {
"@nextcloud/auth": "^2.3.0",
"@nextcloud/l10n": "^3.1.0",
diff --git a/package.json b/package.json
index 12fba966911..e29e5ff730b 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^5.3.1",
"@nextcloud/event-bus": "^3.3.1",
- "@nextcloud/files": "^3.4.0",
+ "@nextcloud/files": "^3.4.1",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",