summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-10 07:58:51 +0000
committerGitHub <noreply@github.com>2021-06-10 07:58:51 +0000
commitadcd09039bcac73c01cb260f490ac32c1bdd4963 (patch)
tree9a07541cf59baf3d91df21a05f1a9659987c26d4
parent551c6f45a9e3e4830574dedea125829c3c5793d0 (diff)
Bump @nextcloud/vue from 4.0.0-alpha.4 to 4.0.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.0.0-alpha.4 to 4.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.0-alpha.4...v4.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json75
-rw-r--r--package.json2
2 files changed, 40 insertions, 37 deletions
diff --git a/package-lock.json b/package-lock.json
index 9eaecc49..e42c19a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2032,9 +2032,9 @@
}
},
"@nextcloud/vue": {
- "version": "4.0.0-alpha.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.0.0-alpha.4.tgz",
- "integrity": "sha512-7HZJTxA2hLPvyVcw2N3EvURFphU2z3S8F7XtTElar8UJ8pz5CfJ251b3eYP2nNfP9G4nxSaHK7UZ3WsVx92siQ==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.0.0.tgz",
+ "integrity": "sha512-DvjKb8HqhHje/oCeZ6VidR3qaUuuOLwPKv0pzCm/LedL68QVDBY8nAUQZOlvmQB+GwXxulKnPljiyZgQFQF23Q==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -2052,7 +2052,8 @@
"linkifyjs": "~2.1.9",
"md5": "^2.2.1",
"regenerator-runtime": "^0.13.5",
- "string-length": "^4.0.1",
+ "splitpanes": "^2.3.6",
+ "string-length": "^5.0.0",
"striptags": "^3.1.1",
"style-loader": "^2.0.0",
"tributejs": "^5.1.3",
@@ -2064,26 +2065,6 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.3"
- },
- "dependencies": {
- "@nextcloud/event-bus": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-2.0.0.tgz",
- "integrity": "sha512-92lEJeDfOLU320mWb2Dm/EtHaRKiyOSSZyfz3MRrbtxja5up8iFK0EVizE5qO3o718Iyy3a6xw/G5Ztwy40EoA==",
- "requires": {
- "@types/semver": "^7.1.0",
- "core-js": "^3.6.2",
- "semver": "^7.3.2"
- }
- },
- "semver": {
- "version": "7.3.5",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
- "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
- "requires": {
- "lru-cache": "^6.0.0"
- }
- }
}
},
"@nextcloud/webpack-vue-config": {
@@ -2606,7 +2587,8 @@
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "dev": true
},
"ansi-styles": {
"version": "3.2.1",
@@ -3496,9 +3478,9 @@
}
},
"char-regex": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
- "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz",
+ "integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA=="
},
"character-entities": {
"version": "1.2.4",
@@ -8920,6 +8902,11 @@
"extend-shallow": "^3.0.0"
}
},
+ "splitpanes": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-2.3.6.tgz",
+ "integrity": "sha512-2sif1pmOQw/N+/jRbVzqTJ32lkhJax8jQfaXCebRK/SFCadHOnAaXDcWW8PpEcr9vKpfzH7gxJ8Sq/74HECr/g=="
+ },
"sprintf-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
@@ -8996,12 +8983,27 @@
}
},
"string-length": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
- "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.0.tgz",
+ "integrity": "sha512-1qjpci3h1G7BUi6dt5uAVyrO2FMUdjj3XWU970/eQh0YKhlYZ8bJMC/+BUpD21YdEhmuHv2nnbUUn024+cC7YQ==",
"requires": {
- "char-regex": "^1.0.2",
- "strip-ansi": "^6.0.0"
+ "char-regex": "^2.0.0",
+ "strip-ansi": "^7.0.0"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.0.tgz",
+ "integrity": "sha512-tAaOSrWCHF+1Ear1Z4wnJCXA9GGox4K6Ic85a5qalES2aeEwQGr7UC93mwef49536PkCYjzkp0zIxfFvexJ6zQ=="
+ },
+ "strip-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.0.tgz",
+ "integrity": "sha512-UhDTSnGF1dc0DRbUqr1aXwNoY3RgVkSWG8BrpnuFIxhP57IqbS7IRta2Gfiavds4yCxc5+fEAVVOgBZWnYkvzg==",
+ "requires": {
+ "ansi-regex": "^6.0.0"
+ }
+ }
}
},
"string-natural-compare": {
@@ -9052,6 +9054,7 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dev": true,
"requires": {
"ansi-regex": "^5.0.0"
}
@@ -10523,9 +10526,9 @@
"integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
},
"vue2-datepicker": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.9.0.tgz",
- "integrity": "sha512-nRqIZx5Ks0TDHFyzyHYIlfmuszEsEvRhwJ6HGuGGHQpjOfrIgkJ9B0pnEEJaVS3LKX6IWCVQMUq0H7I2UKmHqA==",
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.9.1.tgz",
+ "integrity": "sha512-LuvcgGR+sDYKcih0z+cyvYufGyBwUtIiwzJPwxE63C8gOsAWiE09KuGtZ3OxdQXJEQM2MGQ9t9t1t7382FiFOg==",
"requires": {
"date-format-parse": "^0.2.6"
}
diff --git a/package.json b/package.json
index f056b2bf..75075f85 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^2.0.0",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^4.0.0-alpha.4",
+ "@nextcloud/vue": "^4.0.0",
"b64-to-blob": "^1.2.19",
"camelcase": "^6.2.0",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",