From b668b336152c25bd7f8684dccec89e3c46cfda1a Mon Sep 17 00:00:00 2001 From: null Date: Tue, 14 Jan 2025 13:24:21 +0000 Subject: [PATCH] fix: update dependency stylelint to ^16.13.2 --- package-lock.json | 14 +++++++------- projects/stylelint-config/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b960a5c..80d0974e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21269,9 +21269,9 @@ "peer": true }, "node_modules/stylelint": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz", - "integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "funding": [ { "type": "opencollective", @@ -21552,9 +21552,9 @@ } }, "node_modules/stylelint/node_modules/ignore": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.1.tgz", - "integrity": "sha512-D1gVletsbVOoiXF963rgZnfobGAbq7Lb+dz3fcBmlOmZg6hHkpbycLqL8PLNB8f4GVv6dOVYwhPL/r7hwiH0Fw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", + "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", "license": "MIT", "peer": true, "engines": { @@ -23669,7 +23669,7 @@ "@stylistic/stylelint-plugin": "^3.1.1", "postcss": "^8.5.1", "postcss-less": "^6.0.0", - "stylelint": "^16.13.1", + "stylelint": "^16.13.2", "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 f785120b..e2679d2f 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.1", + "stylelint": "^16.13.2", "stylelint-config-standard": "^37.0.0", "stylelint-order": "^6.0.4", "stylelint-rem-over-px": "^1.0.2",