Skip to content

Commit 7abed24

Browse files
committed
Update dependency postcss-custom-properties to v12.1.4
1 parent 419e1a5 commit 7abed24

File tree

2 files changed

+7
-44
lines changed

2 files changed

+7
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"npm-run-all": "4.1.5",
5353
"pathpida": "0.17.0",
5454
"postcss": "8.4.5",
55-
"postcss-custom-properties": "12.1.3",
55+
"postcss-custom-properties": "12.1.4",
5656
"postcss-nested": "5.0.6",
5757
"prettier": "2.5.1",
5858
"typescript": "4.5.5"

yarn.lock

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,18 +1258,6 @@ fast-diff@^1.1.2:
12581258
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
12591259
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
12601260

1261-
fast-glob@^3.1.1:
1262-
version "3.2.5"
1263-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
1264-
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
1265-
dependencies:
1266-
"@nodelib/fs.stat" "^2.0.2"
1267-
"@nodelib/fs.walk" "^1.2.3"
1268-
glob-parent "^5.1.0"
1269-
merge2 "^1.3.0"
1270-
micromatch "^4.0.2"
1271-
picomatch "^2.2.1"
1272-
12731261
fast-glob@^3.2.9:
12741262
version "3.2.11"
12751263
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -1389,7 +1377,7 @@ get-symbol-description@^1.0.0:
13891377
call-bind "^1.0.2"
13901378
get-intrinsic "^1.1.1"
13911379

1392-
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
1380+
glob-parent@^5.1.2, glob-parent@~5.1.2:
13931381
version "5.1.2"
13941382
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
13951383
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -1441,18 +1429,6 @@ globals@^13.9.0:
14411429
dependencies:
14421430
type-fest "^0.20.2"
14431431

1444-
globby@11.0.4:
1445-
version "11.0.4"
1446-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
1447-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
1448-
dependencies:
1449-
array-union "^2.1.0"
1450-
dir-glob "^3.0.1"
1451-
fast-glob "^3.1.1"
1452-
ignore "^5.1.4"
1453-
merge2 "^1.3.0"
1454-
slash "^3.0.0"
1455-
14561432
globby@^11.0.4:
14571433
version "11.1.0"
14581434
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -1546,11 +1522,6 @@ ignore@^4.0.6:
15461522
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
15471523
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
15481524

1549-
ignore@^5.1.4:
1550-
version "5.1.8"
1551-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1552-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1553-
15541525
ignore@^5.1.8, ignore@^5.2.0:
15551526
version "5.2.0"
15561527
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
@@ -2003,14 +1974,6 @@ microcms-richedit-processer@1.0.4:
20031974
node-html-parser "4.1.5"
20041975
ts-imgix "0.0.15"
20051976

2006-
micromatch@^4.0.2:
2007-
version "4.0.2"
2008-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
2009-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
2010-
dependencies:
2011-
braces "^3.0.1"
2012-
picomatch "^2.0.5"
2013-
20141977
micromatch@^4.0.4:
20151978
version "4.0.4"
20161979
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
@@ -2395,7 +2358,7 @@ picocolors@^1.0.0:
23952358
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
23962359
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
23972360

2398-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
2361+
picomatch@^2.0.4, picomatch@^2.2.1:
23992362
version "2.2.2"
24002363
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
24012364
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -2415,10 +2378,10 @@ pify@^3.0.0:
24152378
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
24162379
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
24172380

2418-
postcss-custom-properties@12.1.3:
2419-
version "12.1.3"
2420-
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.3.tgz#8e37651c7188e72e6762eeae8db39755e84d3a64"
2421-
integrity sha512-rtu3otIeY532PnEuuBrIIe+N+pcdbX/7JMZfrcL09wc78YayrHw5E8UkDfvnlOhEUrI4ptCuzXQfj+Or6spbGA==
2381+
postcss-custom-properties@12.1.4:
2382+
version "12.1.4"
2383+
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.4.tgz#e3d8a8000f28094453b836dff5132385f2862285"
2384+
integrity sha512-i6AytuTCoDLJkWN/MtAIGriJz3j7UX6bV7Z5t+KgFz+dwZS15/mlTJY1S0kRizlk6ba0V8u8hN50Fz5Nm7tdZw==
24222385
dependencies:
24232386
postcss-value-parser "^4.2.0"
24242387

0 commit comments

Comments
 (0)