diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 28e9e300f718f..200f2057eea1c 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -42,7 +42,7 @@ "svelte-eslint-parser": "^0.41.1", "svelte-fa": "^4.0.2", "svelte-steps": "2.4.1", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.13", "tslib": "^2.7.0", "typescript": "^5.6.2", "vite": "^5.4.7", diff --git a/packages/ui/package.json b/packages/ui/package.json index 42401a39d8de4..bba37410232fd 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -151,7 +151,7 @@ "svelte": "5.0.0-next.258", "svelte-check": "^4.0.2", "svelte-eslint-parser": "^0.41.1", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.13", "tslib": "^2.7.0", "typescript": "^5.6.2", "vite": "^5.4.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c347e745ec281..0e600bf47e44e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -648,8 +648,8 @@ importers: specifier: 2.4.1 version: 2.4.1 tailwindcss: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 tslib: specifier: ^2.7.0 version: 2.7.0 @@ -739,8 +739,8 @@ importers: specifier: ^0.41.1 version: 0.41.1(svelte@5.0.0-next.258) tailwindcss: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 tslib: specifier: ^2.7.0 version: 2.7.0 @@ -850,8 +850,8 @@ importers: specifier: ^4.0.2 version: 4.0.2(picomatch@2.3.1)(svelte@5.0.0-next.258)(typescript@5.6.2) tailwindcss: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 typescript: specifier: ^5.6.2 version: 5.6.2 @@ -969,8 +969,8 @@ importers: specifier: ^8.4.47 version: 8.4.47 tailwindcss: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 typedoc: specifier: ^0.26.7 version: 0.26.7(typescript@5.6.2) @@ -10161,8 +10161,8 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - tailwindcss@3.4.12: - resolution: {integrity: sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==} + tailwindcss@3.4.13: + resolution: {integrity: sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==} engines: {node: '>=14.0.0'} hasBin: true @@ -23418,7 +23418,7 @@ snapshots: symbol-tree@3.2.4: {} - tailwindcss@3.4.12: + tailwindcss@3.4.13: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 diff --git a/storybook/package.json b/storybook/package.json index b2bc108b826ac..98975e1019c86 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -44,7 +44,7 @@ "storybook-dark-mode": "^4.0.2", "svelte": "5.0.0-next.258", "svelte-check": "^4.0.2", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.13", "typescript": "^5.6.2", "vite": "^5.4.7", "vitest": "^2.0.5" diff --git a/website/package.json b/website/package.json index ba8d5ca779179..32ed3779dbdc0 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "markdownlint": "^0.35.0", "markdownlint-cli2": "^0.14.0", "postcss": "^8.4.47", - "tailwindcss": "^3.4.12", + "tailwindcss": "^3.4.13", "typedoc": "^0.26.7", "typedoc-plugin-markdown": "^4.2.8", "typescript": "^5.6.2",