Skip to content

Commit 669f65a

Browse files
chore(deps): bump postcss from 8.4.14 to 8.5.3 in /cmd/tsconnect
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.5.3. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.14...8.5.3) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e12bae7 commit 669f65a

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

cmd/tsconnect/yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@ minimist@^1.2.6:
348348
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
349349
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
350350

351-
nanoid@^3.3.4:
352-
version "3.3.4"
353-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
354-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
351+
nanoid@^3.3.8:
352+
version "3.3.11"
353+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
354+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
355355

356356
normalize-path@^3.0.0, normalize-path@~3.0.0:
357357
version "3.0.0"
@@ -397,6 +397,11 @@ picocolors@^1.0.0:
397397
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
398398
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
399399

400+
picocolors@^1.1.1:
401+
version "1.1.1"
402+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
403+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
404+
400405
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
401406
version "2.3.1"
402407
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -457,13 +462,13 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
457462
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
458463

459464
postcss@^8.4.14:
460-
version "8.4.14"
461-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
462-
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
465+
version "8.5.3"
466+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
467+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
463468
dependencies:
464-
nanoid "^3.3.4"
465-
picocolors "^1.0.0"
466-
source-map-js "^1.0.2"
469+
nanoid "^3.3.8"
470+
picocolors "^1.1.1"
471+
source-map-js "^1.2.1"
467472

468473
preact@^10.10.0:
469474
version "10.10.0"
@@ -540,10 +545,10 @@ set-blocking@^2.0.0:
540545
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
541546
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
542547

543-
source-map-js@^1.0.2:
544-
version "1.0.2"
545-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
546-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
548+
source-map-js@^1.2.1:
549+
version "1.2.1"
550+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
551+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
547552

548553
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
549554
version "4.2.3"

0 commit comments

Comments
 (0)