From dea4be14d3f60f217961f202ade5a2ff445085e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:00:50 -0400 Subject: [PATCH] build(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 in /frontend (#732) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.12 to 3.4.13. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13) --- 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> --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index de4e1a17..1347876b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -68,7 +68,7 @@ "prettier-plugin-tailwindcss": "0.6.6", "react-test-renderer": "18.3.1", "start-server-and-test": "2.0.8", - "tailwindcss": "3.4.12", + "tailwindcss": "3.4.13", "ts-jest": "29.2.5", "ts-node": "10.9.2", "typescript": "5.6.2" @@ -13686,11 +13686,10 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", - "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dev": true, - "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/frontend/package.json b/frontend/package.json index 331a0bd9..edaef545 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "prettier-plugin-tailwindcss": "0.6.6", "react-test-renderer": "18.3.1", "start-server-and-test": "2.0.8", - "tailwindcss": "3.4.12", + "tailwindcss": "3.4.13", "ts-jest": "29.2.5", "ts-node": "10.9.2", "typescript": "5.6.2"