From b3cf1f8a7eeb22d355067eb2d4bd41f72365d7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 18:47:32 +0000 Subject: [PATCH] build(deps): Bump postcss and @nextcloud/webpack-vue-config Bumps [postcss](https://github.com/postcss/postcss) to 8.4.47 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.47 - [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.47) Updates `@nextcloud/webpack-vue-config` from 6.2.0 to 6.2.0 - [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.2.0...v6.2.0) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.4.47 dependency-type: indirect - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b1d89..8d5288b 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/eslint-config": "^8.4.2", - "@nextcloud/webpack-vue-config": "^6.0.0" + "@nextcloud/webpack-vue-config": "^6.2.0" } }