Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit c5c74ce

Browse files
committed
Update dependency postcss to v8.3.11
1 parent 59b515f commit c5c74ce

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoprefixer": "^10.2.6",
2828
"concurrently": "^6.2.0",
2929
"next-transpile-modules": "^8.0.0",
30-
"postcss": "^8.3.5",
30+
"postcss": "8.3.11",
3131
"tailwindcss": "^2.2.2"
3232
},
3333
"scripts": {

yarn.lock

+20-1
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,11 @@ nanoid@^3.1.22, nanoid@^3.1.23:
15321532
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
15331533
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
15341534

1535+
nanoid@^3.1.30:
1536+
version "3.1.30"
1537+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
1538+
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
1539+
15351540
15361541
version "0.3.4"
15371542
resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.3.4.tgz#29c943172aed86c63cee62c8c04db7f5756661f8"
@@ -1826,6 +1831,11 @@ pbkdf2@^3.0.3:
18261831
safe-buffer "^5.0.1"
18271832
sha.js "^2.4.8"
18281833

1834+
picocolors@^1.0.0:
1835+
version "1.0.0"
1836+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
1837+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
1838+
18291839
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
18301840
version "2.3.0"
18311841
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -1901,7 +1911,16 @@ [email protected]:
19011911
nanoid "^3.1.22"
19021912
source-map "^0.6.1"
19031913

1904-
postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.5:
1914+
1915+
version "8.3.11"
1916+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
1917+
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
1918+
dependencies:
1919+
nanoid "^3.1.30"
1920+
picocolors "^1.0.0"
1921+
source-map-js "^0.6.2"
1922+
1923+
postcss@^8.1.6, postcss@^8.2.1:
19051924
version "8.3.5"
19061925
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
19071926
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==

0 commit comments

Comments
 (0)