From 31b57c64759a2940ed4a3832c10fa4cccb99b648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:07:59 +0000 Subject: [PATCH] Bump tailwindcss from 3.2.6 to 3.2.7 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5b1b6d..8877ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/forms": "^0.5.3", "@types/mustache": "^4.2.2", "@types/node": "^18.14.0", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "typescript": "^4.9.5" } }, @@ -942,9 +942,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz", - "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", + "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", "dev": true, "dependencies": { "arg": "^5.0.2", diff --git a/package.json b/package.json index af009bc..903d597 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@tailwindcss/forms": "^0.5.3", "@types/mustache": "^4.2.2", "@types/node": "^18.14.0", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "typescript": "^4.9.5" }, "dependencies": {