From dbc32a48e2038b96e8546b947cd1fff570b28682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:08:02 +0000 Subject: [PATCH] Bump stylelint-config-standard-less from 2.0.0 to 3.0.1 Bumps [stylelint-config-standard-less](https://github.com/stylelint-less/stylelint-less/tree/HEAD/packages/stylelint-config-standard-less) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/stylelint-less/stylelint-less/releases) - [Changelog](https://github.com/stylelint-less/stylelint-less/blob/main/packages/stylelint-config-standard-less/CHANGELOG.md) - [Commits](https://github.com/stylelint-less/stylelint-less/commits/stylelint-config-standard-less@3.0.1/packages/stylelint-config-standard-less) --- updated-dependencies: - dependency-name: stylelint-config-standard-less dependency-type: direct:development 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 c6616b2..d4b4747 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "magefront": "^2.0.0", "prettier": "^3.0.3", "stylelint": "^15.10.3", - "stylelint-config-standard-less": "^2.0.0" + "stylelint-config-standard-less": "^3.0.1" } }