Skip to content

Commit fc1dc23

Browse files
Update dependency postcss to v8.4.14
1 parent 1b3541e commit fc1dc23

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"gulp-uglify": "3.0.2",
5858
"gulp-zip": "5.1.0",
5959
"inquirer": "8.2.4",
60-
"postcss": "8.2.13",
60+
"postcss": "8.4.14",
6161
"postcss-color-mod-function": "3.0.3",
6262
"postcss-easy-import": "4.0.0",
6363
"pump": "3.0.0"

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,11 +1021,6 @@ colord@^2.9.1:
10211021
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1"
10221022
integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==
10231023

1024-
colorette@^1.2.2:
1025-
version "1.2.2"
1026-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1027-
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
1028-
10291024
10301025
version "1.4.0"
10311026
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -3205,7 +3200,7 @@ nan@^2.12.1, nan@^2.14.0:
32053200
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
32063201
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
32073202

3208-
nanoid@^3.1.22:
3203+
nanoid@^3.3.4:
32093204
version "3.3.4"
32103205
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
32113206
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
@@ -3889,14 +3884,14 @@ postcss-values-parser@^2.0.0:
38893884
indexes-of "^1.0.1"
38903885
uniq "^1.0.1"
38913886

3892-
postcss@8.2.13:
3893-
version "8.2.13"
3894-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
3895-
integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
3887+
postcss@8.4.14:
3888+
version "8.4.14"
3889+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
3890+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
38963891
dependencies:
3897-
colorette "^1.2.2"
3898-
nanoid "^3.1.22"
3899-
source-map "^0.6.1"
3892+
nanoid "^3.3.4"
3893+
picocolors "^1.0.0"
3894+
source-map-js "^1.0.2"
39003895

39013896
postcss@^7.0.2:
39023897
version "7.0.35"
@@ -4459,6 +4454,11 @@ snapdragon@^0.8.1:
44594454
source-map-resolve "^0.5.0"
44604455
use "^3.1.0"
44614456

4457+
source-map-js@^1.0.2:
4458+
version "1.0.2"
4459+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
4460+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
4461+
44624462
source-map-resolve@^0.5.0:
44634463
version "0.5.3"
44644464
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)