diff --git a/package-lock.json b/package-lock.json index 6f0b97858..17aed5359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2399,9 +2399,9 @@ } }, "@nextcloud/vue": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.5.4.tgz", - "integrity": "sha512-Rsli88Osx1upQHGls/Lpxzn9x4m0T9EaXsMIIxmxggblxsSn4IVoPiqqYIrgP2+p2fDMYYmPup6WMQ7F0Qul4A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.0.tgz", + "integrity": "sha512-uuytX0G+duUOY9l2fYG5vl8GRoxrXgNS2SgKS7a7ulaRUfwxgU269flWPTVMhP2q57+AxG3IwXNwP1td7VWjTQ==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -11892,9 +11892,9 @@ "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg==" }, "vue2-datepicker": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.8.2.tgz", - "integrity": "sha512-GUoNLyzPl3Xi7ruSQFF59BzMXWuflxzP9yM3P4ARz9GfhzLLFgYVLAEkJi6DNQU7zozBMzz+VNIQDwPaDNMo6Q==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.9.0.tgz", + "integrity": "sha512-nRqIZx5Ks0TDHFyzyHYIlfmuszEsEvRhwJ6HGuGGHQpjOfrIgkJ9B0pnEEJaVS3LKX6IWCVQMUq0H7I2UKmHqA==", "requires": { "date-format-parse": "^0.2.6" } diff --git a/package.json b/package.json index 273266712..2c16515de 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nextcloud/notify_push": "^1.0.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.5.4", + "@nextcloud/vue": "^3.7.0", "core-js": "^3.9.0", "regenerator-runtime": "^0.13.7", "vue": "^2.6.12",