From 64005f28ee677e8ffb186be19ba66eebc47ea0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:34:23 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.10 to 3.4.14 in /sigpwny.com Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.10 to 3.4.14. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.14) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sigpwny.com/package-lock.json | 9 ++++----- sigpwny.com/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sigpwny.com/package-lock.json b/sigpwny.com/package-lock.json index ede69960..396d1177 100644 --- a/sigpwny.com/package-lock.json +++ b/sigpwny.com/package-lock.json @@ -33,7 +33,7 @@ "react-tooltip": "^5.27.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.14", "typescript": "^5.4.5", "zod": "^3.23.8" }, @@ -13666,10 +13666,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", - "license": "MIT", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/sigpwny.com/package.json b/sigpwny.com/package.json index 9cad7e54..313c2a7e 100644 --- a/sigpwny.com/package.json +++ b/sigpwny.com/package.json @@ -48,7 +48,7 @@ "react-tooltip": "^5.27.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.14", "typescript": "^5.4.5", "zod": "^3.23.8" },