From 130de5f7a193e0d50a88f8e46c7498d12dcd7e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:02:24 +0000 Subject: [PATCH] build(deps): bump postcss-modules from 4.3.1 to 6.0.0 Bumps [postcss-modules](https://github.com/css-modules/postcss-modules) from 4.3.1 to 6.0.0. - [Release notes](https://github.com/css-modules/postcss-modules/releases) - [Changelog](https://github.com/madyankin/postcss-modules/blob/master/CHANGELOG.md) - [Commits](https://github.com/css-modules/postcss-modules/compare/v4.3.1...v6.0.0) --- updated-dependencies: - dependency-name: postcss-modules dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/tsup-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index 29bb1f7..fcdbc0f 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "postcss": "^8.4.21", - "postcss-modules": "^4.3.1", + "postcss-modules": "^6.0.0", "postcss-nested": "^6.0.1" } }