From c1f07e6a3fb12e46ee4ffdc28ee3151ecdf77dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:12:19 +0000 Subject: [PATCH] Bump @nextcloud/files from 1.1.0 to 2.1.0 Bumps @nextcloud/files from 1.1.0 to 2.1.0. --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a89cb4f9e..85afa80677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", "@nextcloud/dialogs": "^3.1.2", - "@nextcloud/files": "^1.1.0", + "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/logger": "^1.1.2", @@ -3469,9 +3469,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@nextcloud/files": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz", - "integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-2.1.0.tgz", + "integrity": "sha512-i5Q8oNPONwBWLnNjQOC3EmnUhExXpwmO45BonzaovzXdhFzFeT/g85kRNR8LWEjiK9vOMOdozz+z6I0adU0JlQ==", "dependencies": { "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" @@ -25898,9 +25898,9 @@ } }, "@nextcloud/files": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz", - "integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-2.1.0.tgz", + "integrity": "sha512-i5Q8oNPONwBWLnNjQOC3EmnUhExXpwmO45BonzaovzXdhFzFeT/g85kRNR8LWEjiK9vOMOdozz+z6I0adU0JlQ==", "requires": { "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" @@ -26044,7 +26044,9 @@ "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-2.0.0.tgz", "integrity": "sha512-if2ARM+03TkW7DP1+3ApARmh4WlsZqb9z02eKZ6D1q34956C7lWXm1vKbdKExo7h+V1CBcb5CslEXIiCDcpAJQ==", "requires": { - "core-js": "^3.6.4" + "@nextcloud/vue": "^3.1.1", + "core-js": "^3.6.4", + "vue": "^2.6.11" } }, "@nodelib/fs.scandir": { @@ -26263,6 +26265,7 @@ "resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.5.12.tgz", "integrity": "sha512-8q67ORQ9O0Ms0nlqsXTVhaBefRBaLrzPxOewAZhdcO7onHwcO5/wRdWtHhZgfpCZlhY7NogkU16z3WnorSSkEA==", "requires": { + "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -26275,6 +26278,7 @@ "@vue/babel-plugin-jsx": "^1.0.3", "@vue/babel-preset-jsx": "^1.2.4", "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.6.5", "core-js-compat": "^3.6.5", "semver": "^6.1.0" } diff --git a/package.json b/package.json index cca99e7512..0b4968f013 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", "@nextcloud/dialogs": "^3.1.2", - "@nextcloud/files": "^1.1.0", + "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/logger": "^1.1.2",