From b370328de4e43288b86586b924870e65b85a6a7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:06:19 +0000 Subject: [PATCH] fix(deps): update dependency @nextcloud/files to ^3.1.0 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2577b98866..394ac21354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/browser-storage": "^0.3.0", "@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.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.2.2", @@ -3506,9 +3506,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", @@ -3516,7 +3516,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", @@ -23054,9 +23054,9 @@ "integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==" }, "node_modules/webdav": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.0.tgz", - "integrity": "sha512-xRu/URZGCxDPXmT+9Gu6tNGvlETBwjcuz69lx/6Qlq/0q3Gu2GSVyRt+mP0vTlLFfaY3xZ5O/SPTQ578tC/45Q==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz", + "integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==", "dependencies": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", diff --git a/package.json b/package.json index 077548a941..c652972a5a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nextcloud/browser-storage": "^0.3.0", "@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.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.2.2",