From eb2e41c4906abedc094e4a2c52e7829e99f407cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:03:12 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 3.2.6 to 3.2.7 in /web 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] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 58073fa8..67300188 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -44,7 +44,7 @@ "postcss": "^8.4.21", "rehype-stringify": "^9.0.3", "remark-gfm": "^3.0.1", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "tslint": "^6.1.3", "typescript": "^4.9.5" } @@ -13774,9 +13774,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==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/web/package.json b/web/package.json index 45ffb4d8..364ab399 100644 --- a/web/package.json +++ b/web/package.json @@ -56,7 +56,7 @@ "postcss": "^8.4.21", "rehype-stringify": "^9.0.3", "remark-gfm": "^3.0.1", - "tailwindcss": "^3.2.6", + "tailwindcss": "^3.2.7", "tslint": "^6.1.3", "typescript": "^4.9.5" }