Merge pull request #1614 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-1.0.1

Bump @nextcloud/files from 1.0.0 to 1.0.1
This commit is contained in:
Julius Härtl
2020-03-22 12:20:48 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3563,17 +3563,17 @@
} }
}, },
"@nextcloud/files": { "@nextcloud/files": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.0.1.tgz",
"integrity": "sha512-HJF+eavX8BymQ83jGkluNyQ8zrbFfuiQwunSe140sbQ042pjyljSUACf/WyvVAeqaCj7cIeYMPQBtvykom0+cg==", "integrity": "sha512-F3ukpGxxBx9Q+jH55OqgNWIIoXgziKBB8cPMeMvRVq4yPb/zQKAO4c6JL8YelRXKNcZNCL8/4/EknIoaJWzwXw==",
"requires": { "requires": {
"core-js": "3.5.0" "core-js": "^3.6.4"
}, },
"dependencies": { "dependencies": {
"core-js": { "core-js": {
"version": "3.5.0", "version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
} }
} }
}, },

View File

@@ -32,7 +32,7 @@
"@nextcloud/auth": "^1.2.1", "@nextcloud/auth": "^1.2.1",
"@nextcloud/axios": "^1.3.2", "@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.1", "@nextcloud/dialogs": "^1.2.1",
"@nextcloud/files": "^1.0.0", "@nextcloud/files": "^1.0.1",
"@nextcloud/initial-state": "^1.1.0", "@nextcloud/initial-state": "^1.1.0",
"@nextcloud/l10n": "^1.1.1", "@nextcloud/l10n": "^1.1.1",
"@nextcloud/moment": "^1.1.0", "@nextcloud/moment": "^1.1.0",