diff --git a/{{cookiecutter.repo_name}}/package-lock.json b/{{cookiecutter.repo_name}}/package-lock.json index afff892b..e2750652 100644 --- a/{{cookiecutter.repo_name}}/package-lock.json +++ b/{{cookiecutter.repo_name}}/package-lock.json @@ -39,7 +39,7 @@ "sass": "^1.77.4", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.1.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4", "vite": "^4.5.5", "vitest": "^0.34.6" @@ -5843,9 +5843,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -10584,9 +10584,9 @@ } }, "tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/{{cookiecutter.repo_name}}/package.json b/{{cookiecutter.repo_name}}/package.json index a2ef484c..1c5df154 100644 --- a/{{cookiecutter.repo_name}}/package.json +++ b/{{cookiecutter.repo_name}}/package.json @@ -29,7 +29,7 @@ "sass": "^1.77.4", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.1.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4", "vite": "^4.5.5", "vitest": "^0.34.6"