From 1b98c038c74a356200e55c8fe2dced47a26c0f24 Mon Sep 17 00:00:00 2001 From: Vasyl Marchuk Date: Thu, 16 Jan 2025 10:30:50 +0200 Subject: [PATCH] Bump stylelint to `16.13.2` --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14ca6cfbf6..c0caea0eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -178,7 +178,7 @@ "rgb-hex": "^4.1.0", "shiki": "^1.17.7", "sinon": "^19.0.2", - "stylelint": "^16.13.0", + "stylelint": "^16.13.2", "stylelint-config-standard": "^36.0.1", "stylelint-prettier": "^5.0.2", "tailwindcss": "^3.4.16", @@ -43706,9 +43706,9 @@ "dev": true }, "node_modules/stylelint": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz", - "integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "dev": true, "funding": [ { @@ -43739,7 +43739,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.0", + "ignore": "^7.0.1", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", diff --git a/package.json b/package.json index 8363d40514..bfceb69824 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "rgb-hex": "^4.1.0", "shiki": "^1.17.7", "sinon": "^19.0.2", - "stylelint": "^16.13.0", + "stylelint": "^16.13.2", "stylelint-config-standard": "^36.0.1", "stylelint-prettier": "^5.0.2", "tailwindcss": "^3.4.16",