Merge pull request #20090 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.1.1

Bump @nextcloud/paths from 1.1.0 to 1.1.1
This commit is contained in:
John Molakvoæ 2020-03-24 09:56:40 +01:00 committed by GitHub
commit 85842891a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 100 additions and 105 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

26
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

50
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

19
package-lock.json generated
View File

@ -1918,17 +1918,17 @@
"integrity": "sha512-jxbIF90PIxPdKmhGFJZGTejsx89YkrCKFjqXGQGq3+n08X5dOi98CaQUE5qUN3cTscLfzzpl/75xu2TppE0m2w=="
},
"@nextcloud/paths": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.0.tgz",
"integrity": "sha512-2fXdjY8cya5k38dIF7+BCYvJhprpWSsIGEiJDFKZQ4X02+jxP4IzI8qPG97iej7yhuQGN06xpmUv1OcT5NPftA==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.1.tgz",
"integrity": "sha512-5Q8LknwuU5bkK7x/EANyLvPzv1e/QOM4voMwPL3AWMh1A87A1E1IHFHtvLDkX3JT7lhH0hLLPH+cBkBx4O2feg==",
"requires": {
"core-js": "3.6.1"
"core-js": "^3.6.4"
},
"dependencies": {
"core-js": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
"integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}
}
},
@ -2076,11 +2076,6 @@
"integrity": "sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ==",
"dev": true
},
"@types/semver": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.0.tgz",
"integrity": "sha512-1OzrNb4RuAzIT7wHSsgZRlMBlNsJl+do6UblR7JMW4oB7bbR+uBEYtUh7gEc/jM84GGilh68lSOokyM/zNUlBA=="
},
"@vue/component-compiler-utils": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.1.1.tgz",

View File

@ -35,7 +35,7 @@
"@nextcloud/l10n": "^1.1.1",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/password-confirmation": "^1.0.0",
"@nextcloud/paths": "^1.1.0",
"@nextcloud/paths": "^1.1.1",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "^1.4.1",
"autosize": "^4.0.2",