diff --git a/package-lock.json b/package-lock.json index cc5a54dc0..16383808c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6744,6 +6744,12 @@ "tailwindcss": "4.1.17" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz", @@ -6986,6 +6992,13 @@ "tailwindcss": "4.1.17" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/vite": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz", @@ -7000,6 +7013,12 @@ "vite": "^5.2.0 || ^6 || ^7" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "license": "MIT" + }, "node_modules/@tanstack/table-core": { "version": "8.21.3", "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz", @@ -19844,9 +19863,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", - "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", "license": "MIT", "peer": true }, @@ -22359,7 +22378,7 @@ "npm-run-all2": "^8.0.4", "prettier": "^3.7.4", "release-it": "^19.0.6", - "tailwindcss": "^4.1.16", + "tailwindcss": "^4.1.18", "typescript": "~5.9.2", "vite": "^7.2.7", "vite-plugin-vue-devtools": "^8.0.5", diff --git a/services/frontend/package.json b/services/frontend/package.json index 03a2716c7..c15d7aaf6 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -55,7 +55,7 @@ "npm-run-all2": "^8.0.4", "prettier": "^3.7.4", "release-it": "^19.0.6", - "tailwindcss": "^4.1.16", + "tailwindcss": "^4.1.18", "typescript": "~5.9.2", "vite": "^7.2.7", "vite-plugin-vue-devtools": "^8.0.5",