From d794c8bc3406ee937c29b2470940af1bdb646fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:15:36 +0100 Subject: [PATCH] Bump tailwindcss from 3.3.5 to 3.3.6 in /assets (#2072) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.5 to 3.3.6. - [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/v3.3.5...v3.3.6) --- 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> --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 67c325d95e..3f83081a3a 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -71,7 +71,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^7.6.3", - "tailwindcss": "^3.3.5" + "tailwindcss": "^3.3.6" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -23713,9 +23713,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", + "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/assets/package.json b/assets/package.json index 0df0a99191..eddb4ee095 100644 --- a/assets/package.json +++ b/assets/package.json @@ -41,7 +41,7 @@ "prettier-eslint-cli": "^8.0.1", "redux-mock-store": "^1.5.4", "storybook": "^7.6.3", - "tailwindcss": "^3.3.5" + "tailwindcss": "^3.3.6" }, "dependencies": { "@headlessui/react": "^1.7.17",