diff --git a/ui/package-lock.json b/ui/package-lock.json index 3cd48491be19..8d7e8086110d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "@types/lodash.debounce": "4.0.9", "axios": "1.6.2", "lodash.debounce": "4.0.8", - "tailwindcss": "3.3.6", + "tailwindcss": "3.3.7", "vue": "3.3.11", "vue-router": "4.2.5" }, @@ -5807,9 +5807,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz", + "integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -10504,9 +10504,9 @@ } }, "tailwindcss": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz", + "integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/ui/package.json b/ui/package.json index e5dbf62ae7fd..0383833fb1ae 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "@types/lodash.debounce": "4.0.9", "axios": "1.6.2", "lodash.debounce": "4.0.8", - "tailwindcss": "3.3.6", + "tailwindcss": "3.3.7", "vue": "3.3.11", "vue-router": "4.2.5" },