Skip to content

Commit 7fa5437

Browse files
chore(deps): update dependency postcss to ^8.4.26
1 parent 738061e commit 7fa5437

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/jest": "^27.0.2",
5151
"@types/mkdirp": "^1.0.2",
5252
"@types/rimraf": "^3.0.2",
53-
"postcss": "^8.4.14",
53+
"postcss": "^8.4.26",
5454
"ts-jest": "^27.1.5",
5555
"type-coverage": "^2.18.3",
5656
"typescript": "^4.4.3"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -6672,10 +6672,10 @@ mvdan-sh@^0.5.0:
66726672
resolved "https://registry.yarnpkg.com/mvdan-sh/-/mvdan-sh-0.5.0.tgz#fa76f611a103595ad0f04f5d18e582892c46e87c"
66736673
integrity sha512-UWbdl4LHd2fUnaEcOUFVWRdWGLkNoV12cKVIPiirYd8qM5VkCoCTXErlDubevrkEG7kGohvjRxAlTQmOqG80tw==
66746674

6675-
nanoid@^3.3.4:
6676-
version "3.3.4"
6677-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
6678-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
6675+
nanoid@^3.3.6:
6676+
version "3.3.6"
6677+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
6678+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
66796679

66806680
natural-compare@^1.4.0:
66816681
version "1.4.0"
@@ -7447,12 +7447,12 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
74477447
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
74487448
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
74497449

7450-
postcss@^8.4.14:
7451-
version "8.4.14"
7452-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
7453-
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
7450+
postcss@^8.4.26:
7451+
version "8.4.26"
7452+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.26.tgz#1bc62ab19f8e1e5463d98cf74af39702a00a9e94"
7453+
integrity sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==
74547454
dependencies:
7455-
nanoid "^3.3.4"
7455+
nanoid "^3.3.6"
74567456
picocolors "^1.0.0"
74577457
source-map-js "^1.0.2"
74587458

0 commit comments

Comments
 (0)