From 633867964712bb8ea72273af84e1839f8486eff0 Mon Sep 17 00:00:00 2001 From: null Date: Sat, 25 Jan 2025 15:19:28 +0000 Subject: [PATCH] fix: update dependency stylelint to ^16.14.0 --- package-lock.json | 12 ++++++------ projects/stylelint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbb4a71d..91f3fd46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21462,9 +21462,9 @@ "peer": true }, "node_modules/stylelint": { - "version": "16.13.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", - "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.0.tgz", + "integrity": "sha512-orePw2dKxzXC0hd1VmxrDBqgf1KUV9DYsZY4guKLE9XcQD7m0BxVnWMaoQqMNsQIG14MyyTHf6zoajvOnDra8g==", "funding": [ { "type": "opencollective", @@ -21496,7 +21496,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.1", + "ignore": "^7.0.3", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", @@ -21505,7 +21505,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-resolve-nested-selector": "^0.1.6", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.0.0", @@ -23863,7 +23863,7 @@ "@stylistic/stylelint-plugin": "^3.1.1", "postcss": "^8.5.1", "postcss-less": "^6.0.0", - "stylelint": "^16.13.2", + "stylelint": "^16.14.0", "stylelint-config-standard": "^37.0.0", "stylelint-order": "^6.0.4", "stylelint-rem-over-px": "^1.0.2", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index 164bd3ad..86343329 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -17,7 +17,7 @@ "@stylistic/stylelint-plugin": "^3.1.1", "postcss": "^8.5.1", "postcss-less": "^6.0.0", - "stylelint": "^16.13.2", + "stylelint": "^16.14.0", "stylelint-config-standard": "^37.0.0", "stylelint-order": "^6.0.4", "stylelint-rem-over-px": "^1.0.2",