From 5841cbc1b61391ae93cfc0b498d2e705bbb6f97f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 15:52:38 +0000 Subject: [PATCH] Bump tailwindcss from 1.4.5 to 1.4.6 Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.4.5...v1.4.6) Signed-off-by: dependabot-preview[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 080d66f..15ccacb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1327,9 +1327,9 @@ }, "dependencies": { "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==", "dev": true } } @@ -9513,9 +9513,9 @@ } }, "tailwindcss": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.4.5.tgz", - "integrity": "sha512-MJW96Rz3G3RrFDbDuQCU893y4bf5hMWeVbMgcCqUfLNPbO9wRogDibCEvdKitD6aX9Y90SDT2FOKD17+WmIFLQ==", + "version": "1.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.4.6.tgz", + "integrity": "sha512-qV0qInUq1FWih39Bc5CWECdgObSzRrbjGD4ke4kAPSIq6WXrPhv0wwOcUWJgJ66ltT9j+XnSRYikG8WNRU/fTQ==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^2.1.2", diff --git a/package.json b/package.json index 60d2d02..e443281 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "resolve-url-loader": "^3.1.1", "sass": "^1.26.5", "sass-loader": "^8.0.2", - "tailwindcss": "^1.4.5", + "tailwindcss": "^1.4.6", "vue-template-compiler": "^2.6.11" } }