Skip to content

Commit cab4d68

Browse files
chore(deps): update dependency postcss to v8.5.6 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 972e08b commit cab4d68

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "18.3.18",
1919
"@types/react-dom": "18.3.5",
2020
"autoprefixer": "10.4.21",
21-
"postcss": "8.5.1",
21+
"postcss": "8.5.6",
2222
"sd-tailwindcss-transformer": "^2.0.0",
2323
"style-dictionary": "^4.1.2",
2424
"tailwindcss": "3.4.17",

example/with-css-variables/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,11 @@ mz@^2.7.0:
11261126
object-assign "^4.0.1"
11271127
thenify-all "^1.0.0"
11281128

1129+
nanoid@^3.3.11:
1130+
version "3.3.11"
1131+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
1132+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
1133+
11291134
nanoid@^3.3.4:
11301135
version "3.3.4"
11311136
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
@@ -1136,11 +1141,6 @@ nanoid@^3.3.7:
11361141
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
11371142
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
11381143

1139-
nanoid@^3.3.8:
1140-
version "3.3.8"
1141-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
1142-
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
1143-
11441144
next@latest:
11451145
version "12.2.5"
11461146
resolved "https://registry.yarnpkg.com/next/-/next-12.2.5.tgz#14fb5975e8841fad09553b8ef41fe1393602b717"
@@ -1395,12 +1395,12 @@ [email protected]:
13951395
picocolors "^1.0.0"
13961396
source-map-js "^1.0.2"
13971397

1398-
1399-
version "8.5.1"
1400-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
1401-
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
1398+
1399+
version "8.5.6"
1400+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
1401+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
14021402
dependencies:
1403-
nanoid "^3.3.8"
1403+
nanoid "^3.3.11"
14041404
picocolors "^1.1.1"
14051405
source-map-js "^1.2.1"
14061406

0 commit comments

Comments
 (0)