Merge pull request #18520 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.0.0

Bump @nextcloud/paths from 0.2.0 to 1.0.0
This commit is contained in:
Roeland Jago Douma 2019-12-22 20:08:34 +01:00 committed by GitHub
commit 136e0a9422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",