Skip to content

Commit 7c785bd

Browse files
chore(deps): update dependency postcss to v8.2.8 (#247)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dc32217 commit 7c785bd

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mini-css-extract-plugin": "1.3.9",
3535
"mustache": "4.1.0",
3636
"node-sass": "5.0.0",
37-
"postcss": "8.2.6",
37+
"postcss": "8.2.8",
3838
"postcss-loader": "4.2.0",
3939
"postcss-preset-env": "6.7.0",
4040
"preact": "10.5.12",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5211,6 +5211,11 @@ colorette@^1.2.1:
52115211
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
52125212
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
52135213

5214+
colorette@^1.2.2:
5215+
version "1.2.2"
5216+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
5217+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
5218+
52145219
colors@^1.1.2, colors@^1.2.1, colors@^1.4.0:
52155220
version "1.4.0"
52165221
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -12397,12 +12402,12 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1239712402
indexes-of "^1.0.1"
1239812403
uniq "^1.0.1"
1239912404

12400-
[email protected].6, postcss@^8.2.4:
12401-
version "8.2.6"
12402-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
12403-
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
12405+
12406+
version "8.2.8"
12407+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
12408+
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
1240412409
dependencies:
12405-
colorette "^1.2.1"
12410+
colorette "^1.2.2"
1240612411
nanoid "^3.1.20"
1240712412
source-map "^0.6.1"
1240812413

@@ -12424,6 +12429,15 @@ postcss@^7.0.2:
1242412429
source-map "^0.6.1"
1242512430
supports-color "^6.1.0"
1242612431

12432+
postcss@^8.2.4:
12433+
version "8.2.6"
12434+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
12435+
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
12436+
dependencies:
12437+
colorette "^1.2.1"
12438+
nanoid "^3.1.20"
12439+
source-map "^0.6.1"
12440+
1242712441
[email protected], preact@^10.0.0:
1242812442
version "10.5.12"
1242912443
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.12.tgz#6a8ee8bf40a695c505df9abebacd924e4dd37704"

0 commit comments

Comments
 (0)