From 0ac2e69ac182788414278f98ea99ff8c78ef2e56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:32:10 +0000 Subject: [PATCH] chore(deps): update dependency @nextcloud/webpack-vue-config to ^6.2.0 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d32954fb..bf38cbbe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.1.1", + "@nextcloud/webpack-vue-config": "^6.2.0", "cypress": "^13.6.4", "cypress-split": "^1.24.0", "eslint-plugin-cypress": "^3.5.0", @@ -4563,9 +4563,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.1.1.tgz", - "integrity": "sha512-PXQKXbDDTq1FxOd6hBmK60FT2pLZGk7kMnoAkOFPN7f2mstIZQUgIUvPuXbhFfbtonc1mVx4I4Qj5C6oZxQaJg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.2.0.tgz", + "integrity": "sha512-6nrrO8O53nog+ThQstPr2iOzrOpKgYTAkfEg2TEsX8cfmtbYzQmb4w+88G8ergL3EH8NyYxuSIvGcXqFO09IIg==", "dev": true, "license": "AGPL-3.0-or-later", "engines": { @@ -4578,7 +4578,7 @@ "css-loader": "^7.1.1", "node-polyfill-webpack-plugin": "4.0.0", "sass": "^1.64.2", - "sass-loader": "^14.0.0", + "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "ts-loader": "^9.4.4", "vue": "^2.7.16", @@ -19360,9 +19360,9 @@ } }, "node_modules/sass-loader": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.2.1.tgz", - "integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.2.tgz", + "integrity": "sha512-Ll6iXZ1EYwYT19SqW4mSBb76vSSi8JgzElmzIerhEGgzB5hRjDQIWsPmuk1UrAXkR16KJHqVY0eH+5/uw9Tmfw==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index d9c28e068..be1395a74 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.1.1", + "@nextcloud/webpack-vue-config": "^6.2.0", "cypress": "^13.6.4", "cypress-split": "^1.24.0", "eslint-plugin-cypress": "^3.5.0",