From 11f003f0846cffea9b48cb5b256e2da8a8821fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 15 May 2026 16:33:10 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v17.11.1 --- ui/package-lock.json | 17 ++++++++--------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d4218aaee..884c485e6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -73,7 +73,7 @@ "knip": "6.13.1", "prettier": "3.8.3", "sass": "1.99.0", - "stylelint": "17.11.0", + "stylelint": "17.11.1", "stylelint-config-standard-scss": "17.0.0", "terser": "5.47.1", "typescript": "6.0.3", @@ -12090,9 +12090,9 @@ } }, "node_modules/stylelint": { - "version": "17.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", - "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz", + "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==", "dev": true, "funding": [ { @@ -12127,13 +12127,12 @@ "html-tags": "^5.1.0", "ignore": "^7.0.5", "import-meta-resolve": "^4.2.0", - "is-plain-object": "^5.0.0", "mathml-tag-names": "^4.0.0", "meow": "^14.1.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", @@ -12340,9 +12339,9 @@ } }, "node_modules/stylelint/node_modules/@csstools/css-calc": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz", - "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.1.tgz", + "integrity": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==", "dev": true, "funding": [ { diff --git a/ui/package.json b/ui/package.json index 0788edbe5..758658b34 100644 --- a/ui/package.json +++ b/ui/package.json @@ -69,7 +69,7 @@ "knip": "6.13.1", "prettier": "3.8.3", "sass": "1.99.0", - "stylelint": "17.11.0", + "stylelint": "17.11.1", "stylelint-config-standard-scss": "17.0.0", "terser": "5.47.1", "typescript": "6.0.3",