From 23651fa1d8716f1a74c9f13d08e575c581eb11c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:13:11 +0000 Subject: [PATCH] chore(deps): bump stylelint in /packages/postcss-utils Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.11.0 to 16.1.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.1.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/postcss-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postcss-utils/package.json b/packages/postcss-utils/package.json index 2269134..72d631d 100644 --- a/packages/postcss-utils/package.json +++ b/packages/postcss-utils/package.json @@ -10,7 +10,7 @@ "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "postcss-preset-env": "^9.1.4", - "stylelint": "^15.10.3" + "stylelint": "^16.1.0" }, "main": "index.cjs", "exports": {