diff --git a/package.json b/package.json index 4d234e3..0cfb9b3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "autoprefixer": "10.4.13", "eslint": "8.27.0", "eslint-config-next": "latest", - "postcss": "8.4.18", + "postcss": "8.4.19", "prettier": "2.7.1", "prettier-plugin-tailwindcss": "0.1.13", "tailwindcss": "3.2.3", diff --git a/yarn.lock b/yarn.lock index 28e0eea..d119b6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3382,7 +3382,16 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@8.4.18, postcss@^8.4.18: +postcss@8.4.19: + version "8.4.19" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc" + integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA== + dependencies: + nanoid "^3.3.4" + picocolors "^1.0.0" + source-map-js "^1.0.2" + +postcss@^8.4.18: version "8.4.18" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2" integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==