From 1f77559b6b9c409e45442eb0682fc6c51f2df4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 01:30:16 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 2.2.14 to 2.2.15 (#219) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.14 to 2.2.15. - [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.14...v2.2.15) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8e9a1cc..91dbea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "prettier": "2.4.0", "semantic-release": "17.4.7", "start-server-and-test": "1.14.0", - "tailwindcss": "2.2.14", + "tailwindcss": "2.2.15", "typescript": "4.4.3", "vercel": "23.1.2" }, @@ -22047,9 +22047,9 @@ } }, "node_modules/tailwindcss": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.14.tgz", - "integrity": "sha512-gQQPKbV8qb8GthGhJGbRR+lKluSpFq+L78CJZLmqumEBKPMDkD+l5wFlOTzlOhWozG4S1I9AUSaPkD1EfnNsug==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", + "integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -40846,9 +40846,9 @@ } }, "tailwindcss": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.14.tgz", - "integrity": "sha512-gQQPKbV8qb8GthGhJGbRR+lKluSpFq+L78CJZLmqumEBKPMDkD+l5wFlOTzlOhWozG4S1I9AUSaPkD1EfnNsug==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", + "integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/package.json b/package.json index 24a6298..4955733 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "prettier": "2.4.0", "semantic-release": "17.4.7", "start-server-and-test": "1.14.0", - "tailwindcss": "2.2.14", + "tailwindcss": "2.2.15", "typescript": "4.4.3", "vercel": "23.1.2" }