Skip to content

Commit a55ed09

Browse files
authored
Merge pull request #33 from rsocket/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.3.6 to 8.4.31
2 parents abf5735 + e644755 commit a55ed09

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ color-name@~1.1.4:
10791079
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
10801080
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
10811081

1082-
colorette@^1.2.1, colorette@^1.2.2:
1082+
colorette@^1.2.1:
10831083
version "1.3.0"
10841084
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
10851085
integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
@@ -3022,10 +3022,10 @@ nan@^2.12.1, nan@^2.13.2:
30223022
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
30233023
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
30243024

3025-
nanoid@^3.1.23:
3026-
version "3.2.0"
3027-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
3028-
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
3025+
nanoid@^3.3.6:
3026+
version "3.3.6"
3027+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3028+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
30293029

30303030
nanomatch@^1.2.9:
30313031
version "1.2.13"
@@ -3438,6 +3438,11 @@ performance-now@^2.1.0:
34383438
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
34393439
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
34403440

3441+
picocolors@^1.0.0:
3442+
version "1.0.0"
3443+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
3444+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
3445+
34413446
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
34423447
version "2.2.2"
34433448
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -3528,13 +3533,13 @@ postcss-value-parser@^4.1.0:
35283533
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
35293534

35303535
postcss@^8.1.4:
3531-
version "8.3.6"
3532-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
3533-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
3536+
version "8.4.31"
3537+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
3538+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
35343539
dependencies:
3535-
colorette "^1.2.2"
3536-
nanoid "^3.1.23"
3537-
source-map-js "^0.6.2"
3540+
nanoid "^3.3.6"
3541+
picocolors "^1.0.0"
3542+
source-map-js "^1.0.2"
35383543

35393544
pretty-error@^2.1.1:
35403545
version "2.1.2"
@@ -4166,10 +4171,10 @@ source-list-map@^2.0.0:
41664171
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
41674172
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
41684173

4169-
source-map-js@^0.6.2:
4170-
version "0.6.2"
4171-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
4172-
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
4174+
source-map-js@^1.0.2:
4175+
version "1.0.2"
4176+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
4177+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
41734178

41744179
source-map-resolve@^0.5.0:
41754180
version "0.5.3"

0 commit comments

Comments
 (0)