diff --git a/package-lock.json b/package-lock.json index 60389f0..3219ca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.21", "prettier": "^2.8.8", - "tailwindcss": "^3.3.2", + "tailwindcss": "^3.3.3", "vite": "^4.4.9" } }, @@ -5132,9 +5132,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -5157,7 +5157,6 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" }, diff --git a/package.json b/package.json index 39b639c..dea8b3b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.21", "prettier": "^2.8.8", - "tailwindcss": "^3.3.2", + "tailwindcss": "^3.3.3", "vite": "^4.4.9" } }