From 6b82f8170b86b8785658d77ed08eb38498f7fba7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 02:20:41 +0000 Subject: [PATCH] Bump @nextcloud/files from 1.0.0 to 1.0.1 Bumps @nextcloud/files from 1.0.0 to 1.0.1. Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcfbcc55b..f3c197840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3486,17 +3486,17 @@ } }, "@nextcloud/files": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.0.0.tgz", - "integrity": "sha512-HJF+eavX8BymQ83jGkluNyQ8zrbFfuiQwunSe140sbQ042pjyljSUACf/WyvVAeqaCj7cIeYMPQBtvykom0+cg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.0.1.tgz", + "integrity": "sha512-F3ukpGxxBx9Q+jH55OqgNWIIoXgziKBB8cPMeMvRVq4yPb/zQKAO4c6JL8YelRXKNcZNCL8/4/EknIoaJWzwXw==", "requires": { - "core-js": "3.5.0" + "core-js": "^3.6.4" }, "dependencies": { "core-js": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", - "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" } } }, diff --git a/package.json b/package.json index 8a92bfef6..aa14ea172 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nextcloud/auth": "^1.2.1", "@nextcloud/axios": "^1.3.1", "@nextcloud/dialogs": "^1.2.1", - "@nextcloud/files": "^1.0.0", + "@nextcloud/files": "^1.0.1", "@nextcloud/initial-state": "^1.1.0", "@nextcloud/l10n": "^1.1.0", "@nextcloud/moment": "^1.1.0",