From 3e3bb7d82f5655afe8304df9cd522db7d7bdfe67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:07:28 +0000 Subject: [PATCH] Bump postcss-modules from 1.5.0 to 4.2.2 Bumps [postcss-modules](https://github.com/css-modules/postcss-modules) from 1.5.0 to 4.2.2. - [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/v1.5.0...v4.2.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01bc40b..7a2ada3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "autoprefixer": "^9.8.6", "babel-preset-env": "^1.7.0", "node-sass": "^4.9.0", - "postcss-modules": "^1.1.0", + "postcss-modules": "^4.2.2", "react": "^16.2.0", "react-dom": "^16.2.0" },