Skip to content

Commit 02e3c15

Browse files
Update dependency postcss-custom-properties to v12.1.9
1 parent 900d21e commit 02e3c15

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"npm-run-all": "4.1.5",
5656
"pathpida": "0.18.1",
5757
"postcss": "8.4.14",
58-
"postcss-custom-properties": "12.1.7",
58+
"postcss-custom-properties": "12.1.9",
5959
"postcss-nested": "5.0.6",
6060
"prettier": "2.6.2",
6161
"typescript": "4.7.3"

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,9 @@ ansi-escapes@^4.3.0:
335335
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
336336
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
337337
dependencies:
338-
<<<<<<< HEAD
339-
type-fest "^0.11.0"
340-
341-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
342-
=======
343338
type-fest "^0.21.3"
344339

345340
ansi-regex@^5.0.1:
346-
>>>>>>> 33771d5 (Headコンポーネント実装)
347341
version "5.0.1"
348342
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
349343
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -2203,10 +2197,10 @@ pify@^3.0.0:
22032197
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
22042198
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
22052199

2206-
2207-
version "12.1.7"
2208-
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.7.tgz#ca470fd4bbac5a87fd868636dafc084bc2a78b41"
2209-
integrity sha512-N/hYP5gSoFhaqxi2DPCmvto/ZcRDVjE3T1LiAMzc/bg53hvhcHOLpXOHb526LzBBp5ZlAUhkuot/bfpmpgStJg==
2200+
2201+
version "12.1.9"
2202+
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.9.tgz#0883429a7ef99f1ba239d1fea29ce84906daa8bd"
2203+
integrity sha512-/E7PRvK8DAVljBbeWrcEQJPG72jaImxF3vvCNFwv9cC8CzigVoNIpeyfnJzphnN3Fd8/auBf5wvkw6W9MfmTyg==
22102204
dependencies:
22112205
postcss-value-parser "^4.2.0"
22122206

0 commit comments

Comments
 (0)