Bump @nextcloud/paths from 0.2.0 to 1.0.0

Bumps @nextcloud/paths from 0.2.0 to 1.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-22 16:20:46 +00:00 committed by npmbuildbot[bot]
parent 301f9267bf
commit d6254e38e0
10 changed files with 69 additions and 69 deletions

28
core/js/dist/login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

56
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -2200,17 +2200,17 @@
}
},
"@nextcloud/paths": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-0.2.0.tgz",
"integrity": "sha512-C3jdAeCmZ6RcAESn4dGtVo914bmMvCgJeHNSyDW9lGJF0OAlP4mSZtPvh9hUVOZGeWuwQkSTyHbzdGTP7aFnTQ==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.0.0.tgz",
"integrity": "sha512-kI6KW3l7jgDwy2VM0JZkH17Ha64l3eq0TKFT4O9vEAYU3zyJOZIdV/bQgctYT+jtLVsg2XdxplEp+56v+u43wQ==",
"requires": {
"core-js": "3.1.4"
"core-js": "3.5.0"
},
"dependencies": {
"core-js": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
"integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},

View File

@ -32,7 +32,7 @@
"@nextcloud/initial-state": "^0.2.0",
"@nextcloud/l10n": "^0.2.1",
"@nextcloud/logger": "^0.1.0",
"@nextcloud/paths": "^0.2.0",
"@nextcloud/paths": "^1.0.0",
"@nextcloud/router": "^1.0.0",
"autosize": "^4.0.2",
"backbone": "^1.4.0",