diff --git a/live-editor/package.json b/live-editor/package.json index 7c81fce..2e56236 100644 --- a/live-editor/package.json +++ b/live-editor/package.json @@ -28,7 +28,7 @@ "svelte-copy-to-clipboard": "^0.2.5", "svelte-preprocess": "^5.1.4", "svelte-simple-modal": "^1.6.2", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "vite": "^5.4.11", "vscode-languageserver-textdocument": "^1.0.12", "vscode-languageserver-types": "^3.17.5", diff --git a/live-editor/yarn.lock b/live-editor/yarn.lock index 396f13b..021079b 100644 --- a/live-editor/yarn.lock +++ b/live-editor/yarn.lock @@ -2058,10 +2058,10 @@ svelte@^3.59.2: resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.59.2.tgz#a137b28e025a181292b2ae2e3dca90bf8ec73aec" integrity sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA== -tailwindcss@^3.4.16: - version "3.4.16" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.16.tgz#35a7c3030844d6000fc271878db4096b6a8d2ec9" - integrity sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw== +tailwindcss@^3.4.17: + version "3.4.17" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.17.tgz#ae8406c0f96696a631c790768ff319d46d5e5a63" + integrity sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"