Skip to content

Commit 42251a1

Browse files
committed
upgrade to postcss 8.2.10
1 parent 2931fdb commit 42251a1

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"core-js": "^3.6.5",
2424
"finalhandler": "^1.1.2",
2525
"mdn-polyfills": "^5.20.0",
26-
"postcss": "^8.1.1",
26+
"postcss": "^8.2.10",
2727
"postcss-css-variables": "^0.17.0",
2828
"postcss-flexbugs-fixes": "^4.2.1",
2929
"postcss-import": "^12.0.1",

yarn.lock

+21-11
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,11 @@ colorette@^1.2.1:
10161016
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
10171017
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
10181018

1019+
colorette@^1.2.2:
1020+
version "1.2.2"
1021+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1022+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
1023+
10191024
commander@^2.20.0:
10201025
version "2.20.3"
10211026
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
@@ -1472,10 +1477,10 @@ ms@2.1.2:
14721477
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
14731478
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
14741479

1475-
nanoid@^3.1.20:
1476-
version "3.1.20"
1477-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
1478-
integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
1480+
nanoid@^3.1.23:
1481+
version "3.1.23"
1482+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
1483+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
14791484

14801485
node-releases@^1.1.67:
14811486
version "1.1.67"
@@ -1621,14 +1626,14 @@ postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.26:
16211626
source-map "^0.6.1"
16221627
supports-color "^6.1.0"
16231628

1624-
postcss@^8.1.1:
1625-
version "8.2.0"
1626-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.0.tgz#214be4eda36db762eb8a89d7c7362b9341156eb5"
1627-
integrity sha512-vZ8cb6AlN53hHlnPvR+oj7fA46LU05Ysv7O7sNh1ixQrCbtx+d8/h+5tDER9XAccVhkf3aYskAiWmh0DdjNLbw==
1629+
postcss@^8.2.10:
1630+
version "8.3.0"
1631+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
1632+
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
16281633
dependencies:
1629-
colorette "^1.2.1"
1630-
nanoid "^3.1.20"
1631-
source-map "^0.6.1"
1634+
colorette "^1.2.2"
1635+
nanoid "^3.1.23"
1636+
source-map-js "^0.6.2"
16321637

16331638
randombytes@^2.1.0:
16341639
version "2.1.0"
@@ -1792,6 +1797,11 @@ setprototypeof@1.1.1:
17921797
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
17931798
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
17941799

1800+
source-map-js@^0.6.2:
1801+
version "0.6.2"
1802+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
1803+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
1804+
17951805
source-map-support@~0.5.19:
17961806
version "0.5.19"
17971807
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"

0 commit comments

Comments
 (0)