From 565d775a21d4908c553f94c198af4cae4ac94599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 02:37:24 +0000 Subject: [PATCH] bump @nextcloud/webpack-vue-config from 6.1.0 to 6.1.1 --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 340b94bb76..f994d746ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@nextcloud/cypress": "^1.0.0-beta.9", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.0.1", + "@nextcloud/webpack-vue-config": "^6.1.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.7.3", "cypress-split": "^1.21.2", @@ -4395,11 +4395,10 @@ } }, "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, - "license": "AGPL-3.0-or-later", "engines": { "node": "^20.0.0", "npm": "^9.0.0 || ^10.0.0" @@ -26779,9 +26778,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 31df672871..1aa7455ffd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nextcloud/cypress": "^1.0.0-beta.9", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.0.1", + "@nextcloud/webpack-vue-config": "^6.1.1", "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.7.3", "cypress-split": "^1.21.2",