diff --git a/Website/package-lock.json b/Website/package-lock.json index e481c04ab..b9e5fd3fa 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "18.2.0", "remark": "^15.0.1", "remark-html": "^16.0.1", - "tailwindcss": "3.3.4" + "tailwindcss": "3.3.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4906,9 +4906,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==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/Website/package.json b/Website/package.json index 1b56d3dd7..1233f1e08 100644 --- a/Website/package.json +++ b/Website/package.json @@ -19,6 +19,6 @@ "react-dom": "18.2.0", "remark": "^15.0.1", "remark-html": "^16.0.1", - "tailwindcss": "3.3.4" + "tailwindcss": "3.3.5" } }