From 492e9d042f095ee401adc471b26ef9fb153933a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:24:10 -0600 Subject: [PATCH] Bump stylelint-config-standard from 23.0.0 to 24.0.0 in /dependencies (#2135) Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 23.0.0 to 24.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/23.0.0...24.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 6 +++--- dependencies/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index fd2707a6..a3cb097e 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -7088,9 +7088,9 @@ } }, "stylelint-config-standard": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-23.0.0.tgz", - "integrity": "sha512-8PDlk+nWuc1T66nVaODTdVodN0pjuE5TBlopi39Lt9EM36YJsRhqttMyUhnS78oc/59Q6n8iw2GJB4QcoFqtRg==", + "version": "24.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz", + "integrity": "sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==", "requires": { "stylelint-config-recommended": "^6.0.0" } diff --git a/dependencies/package.json b/dependencies/package.json index 023b5a08..6805f439 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -36,7 +36,7 @@ "standard": "^16.0.4", "stylelint": "^14.1.0", "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-config-standard": "^23.0.0", + "stylelint-config-standard": "^24.0.0", "stylelint-scss": "^4.0.0", "tekton-lint": "^0.6.0", "textlint": "^12.0.2",