diff --git a/package-lock.json b/package-lock.json index 2857e8d..c98f278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,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": { @@ -2810,9 +2810,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", diff --git a/package.json b/package.json index f56e536..3c4e3bd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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" } }