From 0adc955205e5e5d03ce43feb3d697221dc77f441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 06:31:04 +0000 Subject: [PATCH] Bump stylelint-config-standard from 28.0.0 to 34.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.0.0 to 34.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/28.0.0...34.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard 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 b1a30a5..23c84cd 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-stylelint": "latest", "grunt-yamllint": "latest", "stylelint": "^14.16.1", - "stylelint-config-standard": "^28.0.0", + "stylelint-config-standard": "^34.0.0", "time-grunt": "latest" } }