Bump @nextcloud/files from 1.1.0 to 2.0.0

Bumps @nextcloud/files from 1.1.0 to 2.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-13 18:11:41 +00:00
committed by GitHub
parent 8a731ff36a
commit 2eaa27ba21
2 changed files with 7 additions and 16 deletions

21
package-lock.json generated
View File

@@ -4692,27 +4692,18 @@
}
},
"@nextcloud/files": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz",
"integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-2.0.0.tgz",
"integrity": "sha512-fM9wbyl4mGCuo+rLTJjycsC/1QWE+SKO5SBi08dgK6BU26lcdKAYJ41oPXYi7hnL4mqkNEblPQarXAZCIjteww==",
"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.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
"integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz",
"integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA=="
}
}
},

View File

@@ -35,7 +35,7 @@
"@nextcloud/axios": "^1.6.0",
"@nextcloud/dialogs": "^3.1.1",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/files": "^1.1.0",
"@nextcloud/files": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/moment": "^1.1.1",