From c055b1459d36a8684081308ba95c4e8dd6060c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 07:34:42 +0000 Subject: [PATCH] build(deps): Bump postcss and @nextcloud/webpack-vue-config Bumps [postcss](https://github.com/postcss/postcss) to 8.4.45 and updates ancestor dependency [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config). These dependencies need to be updated together. Updates `postcss` from 7.0.39 to 8.4.45 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.45) Updates `@nextcloud/webpack-vue-config` from 6.1.1 to 6.1.1 - [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.1.1...v6.1.1) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.4.45 dependency-type: indirect - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 6.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4449a8c..b94284b --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@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", "eslint-webpack-plugin": "^4.1.0", "stylelint-webpack-plugin": "^5.0.0" },