diff --git a/package-lock.json b/package-lock.json index e922a3e3..29098f66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/dialogs": "^4.2.2", "@nextcloud/initial-state": "^2.1.0", - "@nextcloud/vue": "^8.3.0", + "@nextcloud/vue": "^8.4.0", "vue": "^2.7.15" }, "devDependencies": { @@ -4219,9 +4219,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", - "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.4.0.tgz", + "integrity": "sha512-K+oDwwpy3ka5VBYi0S92dpBKJYDI78HGe0Ln2cfURtyH69DjtPAbDTj5CjFP8ccY/QsZgIjBekX6Ftw6fg1czQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -4246,7 +4246,6 @@ "focus-trap": "^7.4.3", "linkify-string": "^4.0.0", "md5": "^2.3.0", - "node-polyfill-webpack-plugin": "^2.0.1", "rehype-external-links": "^3.0.0", "rehype-react": "^7.1.2", "remark-breaks": "^4.0.0", @@ -21827,9 +21826,9 @@ } }, "@nextcloud/vue": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", - "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.4.0.tgz", + "integrity": "sha512-K+oDwwpy3ka5VBYi0S92dpBKJYDI78HGe0Ln2cfURtyH69DjtPAbDTj5CjFP8ccY/QsZgIjBekX6Ftw6fg1czQ==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -21854,7 +21853,6 @@ "focus-trap": "^7.4.3", "linkify-string": "^4.0.0", "md5": "^2.3.0", - "node-polyfill-webpack-plugin": "^2.0.1", "rehype-external-links": "^3.0.0", "rehype-react": "^7.1.2", "remark-breaks": "^4.0.0", diff --git a/package.json b/package.json index 21022d59..3c10f2a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@nextcloud/dialogs": "^4.2.2", "@nextcloud/initial-state": "^2.1.0", - "@nextcloud/vue": "^8.3.0", + "@nextcloud/vue": "^8.4.0", "vue": "^2.7.15" }, "engines": {