From 3a95d715d72209ef2e830c6541060c29a5bc9a58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2020 16:50:45 +0000 Subject: [PATCH] Bump tailwindcss from 1.3.4 to 1.3.5 Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.3.4...v1.3.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 43 +++++++++---------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b6bf42..d1a0707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1664,12 +1664,6 @@ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", "dev": true }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true - }, "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", @@ -4346,33 +4340,14 @@ } }, "fs-extra": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.0.tgz", - "integrity": "sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, "requires": { - "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^1.0.0" - }, - "dependencies": { - "jsonfile": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz", - "integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^1.0.0" - } - }, - "universalify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz", - "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==", - "dev": true - } + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" } }, "fs-minipass": { @@ -9545,16 +9520,16 @@ } }, "tailwindcss": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.4.tgz", - "integrity": "sha512-jrxz0HbCmY7wlSN7lY/9Xx8BlcqeD7bWdTErwqcGrlVq697UNT/A6JsYbrhYmsfGMk5INaXJFVihhLkPq9ZMow==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.5.tgz", + "integrity": "sha512-hHGShfHBj7tAQRobnsYckDySPpMDnPF4KejHYYRcZjZQvyRRnCSHi2S905icK24HrYadOq9pZKwENqg2axSviw==", "dev": true, "requires": { "autoprefixer": "^9.4.5", "bytes": "^3.0.0", "chalk": "^4.0.0", "detective": "^5.2.0", - "fs-extra": "^9.0.0", + "fs-extra": "^8.0.0", "lodash": "^4.17.15", "node-emoji": "^1.8.1", "normalize.css": "^8.0.1", diff --git a/package.json b/package.json index 7cd45ee..e0c7fc3 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.3.4", + "tailwindcss": "^1.3.5", "vue-template-compiler": "^2.6.11" } }