From 43f61f0e47fc9c8b5901536a21f89f7bf37afc17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 10:02:11 +0000 Subject: [PATCH] Bump @nextcloud/files from 1.0.1 to 1.1.0 Bumps @nextcloud/files from 1.0.1 to 1.1.0. Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05199cd9d..7465e9138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4843,17 +4843,27 @@ } }, "@nextcloud/files": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.0.1.tgz", - "integrity": "sha512-F3ukpGxxBx9Q+jH55OqgNWIIoXgziKBB8cPMeMvRVq4yPb/zQKAO4c6JL8YelRXKNcZNCL8/4/EknIoaJWzwXw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz", + "integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==", "requires": { + "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" }, "dependencies": { + "@nextcloud/l10n": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.3.0.tgz", + "integrity": "sha512-hGk3ag9TU4cb0+ld/wziEsE+CWaS7Rpj6Y6dPv0QVfnqQ7jFCKQ62VHnuk8pFQHkmKMg3HGxkHuojumbukm42w==", + "requires": { + "core-js": "^3.6.4", + "node-gettext": "^3.0.0" + } + }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" } } }, diff --git a/package.json b/package.json index 18fdd33fd..3759dbf74 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.4.0", - "@nextcloud/files": "^1.0.1", + "@nextcloud/files": "^1.1.0", "@nextcloud/initial-state": "^1.1.2", "@nextcloud/l10n": "^1.2.3", "@nextcloud/moment": "^1.1.1",