From 48de4a666e713a62917dce46cc930f491655444b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:12:42 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.3 to 3.4.4 in /ruby_event_store-browser/elm Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ruby_event_store-browser/elm/package-lock.json | 8 ++++---- ruby_event_store-browser/elm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruby_event_store-browser/elm/package-lock.json b/ruby_event_store-browser/elm/package-lock.json index 84e58c8fd1..f52027f0b4 100644 --- a/ruby_event_store-browser/elm/package-lock.json +++ b/ruby_event_store-browser/elm/package-lock.json @@ -14,7 +14,7 @@ "elm": "^0.19.1-6", "elm-format": "^0.8.7", "elm-test": "^0.19.1-revision12", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "uglify-js": "^3.17.4" } }, @@ -1697,9 +1697,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/ruby_event_store-browser/elm/package.json b/ruby_event_store-browser/elm/package.json index 4b23a32022..307a2860ab 100644 --- a/ruby_event_store-browser/elm/package.json +++ b/ruby_event_store-browser/elm/package.json @@ -11,7 +11,7 @@ "elm": "^0.19.1-6", "elm-format": "^0.8.7", "elm-test": "^0.19.1-revision12", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "uglify-js": "^3.17.4" } }