From 1ad51f34d651dd86520698dc7b8a7bc1affbf887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:23:44 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.10 to 3.4.14 in /{{cookiecutter.repo_name}} Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.10 to 3.4.14. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.14) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{cookiecutter.repo_name}}/package-lock.json | 14 +++++++------- {{cookiecutter.repo_name}}/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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"