From ca627c1b38c6b25a46d937da181c727656517767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:16:19 +0000 Subject: [PATCH] Bump stylelint from 14.16.0 to 14.16.1 (#1074) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.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/14.16.0...14.16.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59122c4..a520744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "sharp": "^0.31.3", "sharp-ico": "^0.1.5", "slugify": "^1.6.5", - "stylelint": "^14.16.0", + "stylelint": "^14.16.1", "stylelint-config-prettier": "^9.0.4", "stylelint-prettier": "^2.0.0", "ts-node": "^10.9.1", @@ -11979,9 +11979,9 @@ } }, "node_modules/stylelint": { - "version": "14.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.0.tgz", - "integrity": "sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==", + "version": "14.16.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz", + "integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==", "dev": true, "dependencies": { "@csstools/selector-specificity": "^2.0.2", diff --git a/package.json b/package.json index 60324cb..8349d84 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "sharp": "^0.31.3", "sharp-ico": "^0.1.5", "slugify": "^1.6.5", - "stylelint": "^14.16.0", + "stylelint": "^14.16.1", "stylelint-config-prettier": "^9.0.4", "stylelint-prettier": "^2.0.0", "ts-node": "^10.9.1",