From 1e065d9d48128b8ab7a0e9491a99cf00a474d03b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 09:33:19 +0000 Subject: [PATCH] Bump tailwindcss from 1.3.1 to 1.3.4 Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb17fb7..7784acb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9545,9 +9545,9 @@ } }, "tailwindcss": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.1.tgz", - "integrity": "sha512-aKAfvPeoXl8mPkVAxuW9+KRsxhQTZ9u4CtmUIIXd9fwhSg4hZ/PnVkhNCDF43Hms2eaxVceZxe17mdCa/cME5g==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.4.tgz", + "integrity": "sha512-jrxz0HbCmY7wlSN7lY/9Xx8BlcqeD7bWdTErwqcGrlVq697UNT/A6JsYbrhYmsfGMk5INaXJFVihhLkPq9ZMow==", "dev": true, "requires": { "autoprefixer": "^9.4.5", diff --git a/package.json b/package.json index 3abcbfd..f2e3d64 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "resolve-url-loader": "^3.1.1", "sass": "^1.26.3", "sass-loader": "^8.0.2", - "tailwindcss": "^1.3.1", + "tailwindcss": "^1.3.4", "vue-template-compiler": "^2.6.11" } }