diff --git a/package-lock.json b/package-lock.json index b748e889..038862ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-markdown": "^9.0.0", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", - "tailwindcss": "^3.3.4" + "tailwindcss": "^3.3.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10828,9 +10828,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.4.tgz", - "integrity": "sha512-JXZNOkggUAc9T5E7nCrimoXHcSf9h3NWFe5sh36CGD/3M5TRLuQeFnQoDsit2uVTqgoOZHLx5rTykLUu16vsMQ==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", + "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 68d2bbfc..3df83e61 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-markdown": "^9.0.0", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", - "tailwindcss": "^3.3.4" + "tailwindcss": "^3.3.5" }, "overrides": { "react": "^18.2.0",