Skip to content

Commit 615e28e

Browse files
Bump postcss from 8.4.45 to 8.5.10 (#5597)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.45 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.45...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d057dfe commit 615e28e

2 files changed

Lines changed: 17 additions & 41 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"jscodeshift": "17.0.0",
8585
"jszip": "3.10.1",
8686
"nightwatch": "1.7.13",
87-
"postcss": "8.4.45",
87+
"postcss": "8.5.10",
8888
"rimraf": "6.0.1",
8989
"semver": "7.6.3",
9090
"stylelint": "16.6.1",

yarn.lock

Lines changed: 16 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3918,10 +3918,10 @@ mute-stream@0.0.8:
39183918
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz"
39193919
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
39203920

3921-
nanoid@^3.3.7:
3922-
version "3.3.8"
3923-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
3924-
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
3921+
nanoid@^3.3.11:
3922+
version "3.3.15"
3923+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.15.tgz#36c490fad8c6e86c824c940dfdde999b69ed4316"
3924+
integrity sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==
39253925

39263926
natural-compare@^1.4.0:
39273927
version "1.4.0"
@@ -4308,17 +4308,7 @@ performance-now@^2.1.0:
43084308
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
43094309
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
43104310

4311-
picocolors@^1.0.0:
4312-
version "1.0.0"
4313-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
4314-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
4315-
4316-
picocolors@^1.0.1:
4317-
version "1.0.1"
4318-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4319-
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4320-
4321-
picocolors@^1.1.1:
4311+
picocolors@^1.0.1, picocolors@^1.1.1:
43224312
version "1.1.1"
43234313
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
43244314
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -4412,23 +4402,14 @@ postcss-value-parser@^4.2.0:
44124402
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
44134403
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
44144404

4415-
postcss@8.4.45:
4416-
version "8.4.45"
4417-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.45.tgz#538d13d89a16ef71edbf75d895284ae06b79e603"
4418-
integrity sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==
4419-
dependencies:
4420-
nanoid "^3.3.7"
4421-
picocolors "^1.0.1"
4422-
source-map-js "^1.2.0"
4423-
4424-
postcss@^8.4.38:
4425-
version "8.4.38"
4426-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
4427-
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
4405+
postcss@8.5.10, postcss@^8.4.38:
4406+
version "8.5.10"
4407+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
4408+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
44284409
dependencies:
4429-
nanoid "^3.3.7"
4430-
picocolors "^1.0.0"
4431-
source-map-js "^1.2.0"
4410+
nanoid "^3.3.11"
4411+
picocolors "^1.1.1"
4412+
source-map-js "^1.2.1"
44324413

44334414
prelude-ls@^1.2.1:
44344415
version "1.2.1"
@@ -4892,15 +4873,10 @@ sortablejs@1.15.3:
48924873
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.15.3.tgz#033668db5ebfb11167d1249ab88e748f27959e29"
48934874
integrity sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==
48944875

4895-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1:
4896-
version "1.0.2"
4897-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
4898-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
4899-
4900-
source-map-js@^1.2.0:
4901-
version "1.2.0"
4902-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
4903-
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
4876+
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.2.1:
4877+
version "1.2.1"
4878+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
4879+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
49044880

49054881
source-map-support@^0.5.16:
49064882
version "0.5.21"

0 commit comments

Comments
 (0)