From 3302f777acfcba9a310ab1a02375637507deeea9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Sep 2020 18:49:33 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v1.8.7 --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 361e8b2..7c17699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15400,6 +15400,11 @@ "resolved": "https://registry.npmjs.org/html-tag-names/-/html-tag-names-1.1.5.tgz", "integrity": "sha512-aI5tKwNTBzOZApHIynaAwecLBv8TlZTEy/P4Sj2SzzAhBrGuI8yGZ0UIXVPQzOHGS+to2mjb04iy6VWt/8+d8A==" }, + "html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" + }, "html-void-elements": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", @@ -24954,9 +24959,9 @@ } }, "tailwindcss": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.7.6.tgz", - "integrity": "sha512-focAhU3ciM1/UYBHQVKKzede4zC3y9+IHzU2N/ZF6mbZbhY8S96lOxrO2Y6LMU08+Dbh2xBLmO1bsioLk3Egig==", + "version": "1.8.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.8.7.tgz", + "integrity": "sha512-KN5PjI8jobOj+ScJFgG0tbHZBYrb6rwNlm0kEPGusg+ItEVIUDlW/uppP10jKTLiPKrHHx0tfnZTMIyJkujrEQ==", "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", "autoprefixer": "^9.4.5", @@ -24966,6 +24971,7 @@ "color": "^3.1.2", "detective": "^5.2.0", "fs-extra": "^8.0.0", + "html-tags": "^3.1.0", "lodash": "^4.17.20", "node-emoji": "^1.8.1", "normalize.css": "^8.0.1", diff --git a/package.json b/package.json index 9af72d4..f2f9c7e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "postcss-preset-env": "6.7.0", "prettier": "2.1.1", "start-server-and-test": "1.11.3", - "tailwindcss": "1.7.6" + "tailwindcss": "1.8.7" }, "license": "MIT", "scripts": {