diff --git a/package-lock.json b/package-lock.json index 34453a6f..8e4c4589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.1.0", + "@nextcloud/webpack-vue-config": "^6.1.1", "vue-template-compiler": "^2.7.16" }, "engines": { @@ -3052,9 +3052,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.1.0.tgz", - "integrity": "sha512-4xNWh8OeIbsQH5V5BTtLtrWQseEfJ/4E/ra/j5EWoc5vfQqStqDsDTZAyqASlVKaRZs7oBqeFnPTfU+wRb0olQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.1.1.tgz", + "integrity": "sha512-PXQKXbDDTq1FxOd6hBmK60FT2pLZGk7kMnoAkOFPN7f2mstIZQUgIUvPuXbhFfbtonc1mVx4I4Qj5C6oZxQaJg==", "dev": true, "engines": { "node": "^20.0.0", @@ -17515,9 +17515,9 @@ "requires": {} }, "@nextcloud/webpack-vue-config": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.1.0.tgz", - "integrity": "sha512-4xNWh8OeIbsQH5V5BTtLtrWQseEfJ/4E/ra/j5EWoc5vfQqStqDsDTZAyqASlVKaRZs7oBqeFnPTfU+wRb0olQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.1.1.tgz", + "integrity": "sha512-PXQKXbDDTq1FxOd6hBmK60FT2pLZGk7kMnoAkOFPN7f2mstIZQUgIUvPuXbhFfbtonc1mVx4I4Qj5C6oZxQaJg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 34a03dbf..3bae0938 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.1.0", + "@nextcloud/webpack-vue-config": "^6.1.1", "vue-template-compiler": "^2.7.16" } }