diff --git a/package-lock.json b/package-lock.json index 76773528a9..9ac9261b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4875,9 +4875,9 @@ } }, "@nextcloud/vue": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.6.0.tgz", - "integrity": "sha512-xF2tRODigYjxk1dPeCq9Qry5nXNVdxwkJ85aFChW1xrzTDUi167jRSeMNgrmtqBd31jx3SF0UVYM7XmDvGYCJA==", + "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", @@ -4930,9 +4930,9 @@ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" }, "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.0.tgz", - "integrity": "sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ==" + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz", + "integrity": "sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==" }, "loader-utils": { "version": "2.0.0", diff --git a/package.json b/package.json index 6fa07a3657..671b5b71d0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.6.0", + "@nextcloud/vue": "^3.7.0", "@nextcloud/vue-dashboard": "^1.1.0", "blueimp-md5": "^2.18.0", "dompurify": "^2.2.6",