From 5dfd5e419b34fbb6b8d3a9e45b457414585f49be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:30:36 +0000 Subject: [PATCH] build(deps): bump postcss-custom-properties from 12.1.11 to 14.0.0 Bumps [postcss-custom-properties](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-properties) from 12.1.11 to 14.0.0. - [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..6fcf910 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": "^14.0.0", "react": "^16.14.0", "react-dom": "^16.14.0", "style-loader": "^3.3.1",