From 4bfd5e9d83e456996149b340dead52a732fcc42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:46:30 +0000 Subject: [PATCH] build(deps-dev): bump the stylelint group with 2 updates Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `stylelint` from 15.11.0 to 16.0.1 - [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.0.1) Updates `stylelint-config-standard` from 34.0.0 to 35.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/34.0.0...35.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fd1b5f..f5c971f 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "jed": "1.1.1", "qunit": "2.20.0", "sass": "1.69.5", - "stylelint": "15.11.0", - "stylelint-config-standard": "34.0.0", + "stylelint": "16.0.1", + "stylelint-config-standard": "35.0.0", "stylelint-config-standard-scss": "11.1.0", "stylelint-formatter-pretty": "3.2.1" },