From 070904469fa31496f80cbffdb8bc4a9482f76571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:21:53 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 3.4.0 to 3.4.14 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 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.0...v3.4.14) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09717fe..c94d78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "qs": "^6.13.0" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxt/image": "^1.1.0", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/google-fonts": "^3.1.3", @@ -27,7 +27,7 @@ "nuxt": "^3.8.2", "prettier": "^3.1.1", "sass": "^1.69.5", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.14", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vue": "^3.3.12", @@ -14024,9 +14024,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "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", @@ -14037,7 +14037,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 6fdf620..b542bde 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nuxt": "^3.8.2", "prettier": "^3.1.1", "sass": "^1.69.5", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.14", "ts-node": "^10.9.2", "typescript": "^5.3.3", "vue": "^3.3.12",