diff --git a/package-lock.json b/package-lock.json index 554d5e3e..45079256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16126,9 +16126,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", - "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz", + "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -17711,7 +17711,7 @@ "postcss": "8.4.18", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.2.2" + "tailwindcss": "3.2.3" } }, "packages/contented-preview/node_modules/@next/env": { @@ -18698,7 +18698,7 @@ "postcss": "8.4.18", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.2.2" + "tailwindcss": "3.2.3" }, "dependencies": { "@next/env": { @@ -30290,9 +30290,9 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "tailwindcss": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz", - "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.3.tgz", + "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/packages/contented-preview/package.json b/packages/contented-preview/package.json index 879ed060..29bffd69 100644 --- a/packages/contented-preview/package.json +++ b/packages/contented-preview/package.json @@ -19,6 +19,6 @@ "postcss": "8.4.18", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.2.2" + "tailwindcss": "3.2.3" } }