From 22da8a5c873f909b4794f05942d77a27cda06d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 16:31:43 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.15 to 2.2.19 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.15 to 2.2.19. - [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/v2.2.15...v2.2.19) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25798c6..98634ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "postcss-flexbugs-fixes": "5.0.2", "postcss-hover-media-feature": "1.0.1", "postcss-preset-env": "6.7.0", - "tailwindcss": "2.2.15" + "tailwindcss": "2.2.19" } }, "node_modules/@babel/code-frame": { @@ -9585,9 +9585,9 @@ } }, "node_modules/tailwindcss": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", - "integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", + "version": "2.2.19", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.19.tgz", + "integrity": "sha512-6Ui7JSVtXadtTUo2NtkBBacobzWiQYVjYW0ZnKaP9S1ZCKQ0w7KVNz+YSDI/j7O7KCMHbOkz94ZMQhbT9pOqjw==", "dependencies": { "arg": "^5.0.1", "bytes": "^3.0.0", @@ -18127,9 +18127,9 @@ } }, "tailwindcss": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", - "integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", + "version": "2.2.19", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.19.tgz", + "integrity": "sha512-6Ui7JSVtXadtTUo2NtkBBacobzWiQYVjYW0ZnKaP9S1ZCKQ0w7KVNz+YSDI/j7O7KCMHbOkz94ZMQhbT9pOqjw==", "requires": { "arg": "^5.0.1", "bytes": "^3.0.0", diff --git a/package.json b/package.json index 6763a43..0d4da6f 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "postcss-flexbugs-fixes": "5.0.2", "postcss-hover-media-feature": "1.0.1", "postcss-preset-env": "6.7.0", - "tailwindcss": "2.2.15" + "tailwindcss": "2.2.19" } }