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

Commit c259010

Browse files
committed
Update dependency postcss to v8.3.8
1 parent 59b515f commit c259010

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.8",
3131
"tailwindcss": "^2.2.2"
3232
},
3333
"scripts": {

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,11 +1527,21 @@ [email protected]:
15271527
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
15281528
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
15291529

1530+
nanocolors@^0.2.2:
1531+
version "0.2.2"
1532+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.2.tgz#94a4b7e45ecdebdbea7cb0a8349f9447a9677675"
1533+
integrity sha512-t4mwdKizEGLFeZzDbr1r6SjwKYZQEB0Z/trGsdAIsw5EadaR010/zvJ0arkw6vznyTevcMi9BtppprJ5aqLXRg==
1534+
15301535
nanoid@^3.1.22, nanoid@^3.1.23:
15311536
version "3.1.23"
15321537
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
15331538
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
15341539

1540+
nanoid@^3.1.25:
1541+
version "3.1.25"
1542+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
1543+
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
1544+
15351545
15361546
version "0.3.4"
15371547
resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.3.4.tgz#29c943172aed86c63cee62c8c04db7f5756661f8"
@@ -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.8"
1916+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
1917+
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
1918+
dependencies:
1919+
nanocolors "^0.2.2"
1920+
nanoid "^3.1.25"
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)