Skip to content

Commit a1f65ac

Browse files
chore(deps): update dependency stylelint to v15.10.2 (#4357)
1 parent a507138 commit a1f65ac

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"postcss": "8.4.26",
6565
"prettier": "3.0.0",
6666
"prettier-config-standard": "5.0.0",
67-
"stylelint": "15.10.1",
67+
"stylelint": "15.10.2",
6868
"stylelint-config-standard-scss": "10.0.0",
6969
"ts-node": "10.9.1",
7070
"turbo": "1.10.8",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9305,10 +9305,10 @@ crypto-random-string@^2.0.0:
93059305
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
93069306
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
93079307

9308-
css-functions-list@^3.1.0:
9309-
version "3.1.0"
9310-
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.1.0.tgz#cf5b09f835ad91a00e5959bcfc627cd498e1321b"
9311-
integrity sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==
9308+
css-functions-list@^3.2.0:
9309+
version "3.2.0"
9310+
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.0.tgz#8290b7d064bf483f48d6559c10e98dc4d1ad19ee"
9311+
integrity sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==
93129312

93139313
93149314
version "6.8.1"
@@ -16939,10 +16939,10 @@ postcss@^8.4.21:
1693916939
picocolors "^1.0.0"
1694016940
source-map-js "^1.0.2"
1694116941

16942-
postcss@^8.4.24:
16943-
version "8.4.24"
16944-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
16945-
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
16942+
postcss@^8.4.25:
16943+
version "8.4.27"
16944+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
16945+
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
1694616946
dependencies:
1694716947
nanoid "^3.3.6"
1694816948
picocolors "^1.0.0"
@@ -19376,10 +19376,10 @@ stylelint-scss@^5.0.0:
1937619376
postcss-selector-parser "^6.0.13"
1937719377
postcss-value-parser "^4.2.0"
1937819378

19379-
19380-
version "15.10.1"
19381-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.10.1.tgz#93f189958687e330c106b010cbec0c41dcae506d"
19382-
integrity sha512-CYkzYrCFfA/gnOR+u9kJ1PpzwG10WLVnoxHDuBA/JiwGqdM9+yx9+ou6SE/y9YHtfv1mcLo06fdadHTOx4gBZQ==
19379+
19380+
version "15.10.2"
19381+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.10.2.tgz#0ee5a8371d3a2e1ff27fefd48309d3ddef7c3405"
19382+
integrity sha512-UxqSb3hB74g4DTO45QhUHkJMjKKU//lNUAOWyvPBVPZbCknJ5HjOWWZo+UDuhHa9FLeVdHBZXxu43eXkjyIPWg==
1938319383
dependencies:
1938419384
"@csstools/css-parser-algorithms" "^2.3.0"
1938519385
"@csstools/css-tokenizer" "^2.1.1"
@@ -19388,7 +19388,7 @@ [email protected]:
1938819388
balanced-match "^2.0.0"
1938919389
colord "^2.9.3"
1939019390
cosmiconfig "^8.2.0"
19391-
css-functions-list "^3.1.0"
19391+
css-functions-list "^3.2.0"
1939219392
css-tree "^2.3.1"
1939319393
debug "^4.3.4"
1939419394
fast-glob "^3.3.0"
@@ -19408,7 +19408,7 @@ [email protected]:
1940819408
micromatch "^4.0.5"
1940919409
normalize-path "^3.0.0"
1941019410
picocolors "^1.0.0"
19411-
postcss "^8.4.24"
19411+
postcss "^8.4.25"
1941219412
postcss-resolve-nested-selector "^0.1.1"
1941319413
postcss-safe-parser "^6.0.0"
1941419414
postcss-selector-parser "^6.0.13"

0 commit comments

Comments
 (0)