From 58a8164c601ddf31277a09d225dfb155ddb3ed0e Mon Sep 17 00:00:00 2001 From: null Date: Sun, 15 Dec 2024 15:21:41 +0000 Subject: [PATCH] fix: update dependency stylelint to ^16.12.0 --- package-lock.json | 10 +++++----- projects/stylelint-config/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index de37ed79..8fbc5c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20527,9 +20527,9 @@ "peer": true }, "node_modules/stylelint": { - "version": "16.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.11.0.tgz", - "integrity": "sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==", + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.12.0.tgz", + "integrity": "sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==", "funding": [ { "type": "opencollective", @@ -20579,7 +20579,7 @@ "string-width": "^4.2.3", "supports-hyperlinks": "^3.1.0", "svg-tags": "^1.0.0", - "table": "^6.8.2", + "table": "^6.9.0", "write-file-atomic": "^5.0.1" }, "bin": { @@ -22726,7 +22726,7 @@ "@stylistic/stylelint-plugin": "^3.1.1", "postcss": "^8.4.49", "postcss-less": "^6.0.0", - "stylelint": "^16.11.0", + "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.1", "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 fc1ffd74..7dce70e7 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.4.49", "postcss-less": "^6.0.0", - "stylelint": "^16.11.0", + "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.1", "stylelint-order": "^6.0.4", "stylelint-rem-over-px": "^1.0.2",