diff --git a/package-lock.json b/package-lock.json index d60b15a..7805ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "remark-parse": "10.0.1", "remark-rehype": "10.1.0", "serve": "14.2.0", - "tailwindcss": "3.3.2", + "tailwindcss": "3.3.3", "typescript": "5.2.2", "unified": "10.1.2" } @@ -7017,9 +7017,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", @@ -7042,7 +7042,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 8c18637..0e1e087 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "remark-parse": "10.0.1", "remark-rehype": "10.1.0", "serve": "14.2.0", - "tailwindcss": "3.3.2", + "tailwindcss": "3.3.3", "typescript": "5.2.2", "unified": "10.1.2" }