From a1ecd882ce736e3c48becec00ccc2d293bbcc673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:43:07 +0000 Subject: [PATCH] build(deps): bump postcss-custom-properties from 12.1.11 to 13.3.12 Bumps [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties) from 12.1.11 to 13.3.12. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-properties/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-properties) --- updated-dependencies: - dependency-name: postcss-custom-properties dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85b07b..e13d775 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "css-loader": "^6.6.0", "http-proxy-middleware": "^2.0.6", "npm-check-updates": "^16.0.5", - "postcss-custom-properties": "^12.1.4", + "postcss-custom-properties": "^13.3.12", "react": "^16.14.0", "react-dom": "^16.14.0", "style-loader": "^3.3.1",