From d92382ead78f1f2e19f2bb7de77fe5dfa23c9b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:03:54 -0500 Subject: [PATCH] Bump stylelint from 14.12.1 to 14.13.0 in /dependencies (#3437) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.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/14.12.1...14.13.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index a4559848..af1c6cd6 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -42,7 +42,7 @@ "pug": "^3.0.2", "sql-lint": "1.0.0", "standard": "^17.0.0", - "stylelint": "^14.12.1", + "stylelint": "^14.13.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", @@ -10060,9 +10060,9 @@ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=" }, "node_modules/stylelint": { - "version": "14.12.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz", - "integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==", + "version": "14.13.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz", + "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==", "dependencies": { "@csstools/selector-specificity": "^2.0.2", "balanced-match": "^2.0.0", @@ -19659,9 +19659,9 @@ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=" }, "stylelint": { - "version": "14.12.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz", - "integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==", + "version": "14.13.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz", + "integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==", "requires": { "@csstools/selector-specificity": "^2.0.2", "balanced-match": "^2.0.0", diff --git a/dependencies/package.json b/dependencies/package.json index 9cbf1323..7b1fd61a 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -36,7 +36,7 @@ "pug": "^3.0.2", "sql-lint": "1.0.0", "standard": "^17.0.0", - "stylelint": "^14.12.1", + "stylelint": "^14.13.0", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", "stylelint-config-standard": "^28.0.0",