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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-22 02:20:41 +00:00
committed by GitHub
parent ccc5eaf509
commit 6b82f8170b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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=="
}
}
},