From e1be570794969e5c23624f3a7eb778ec21427dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:32:23 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.10 to 3.4.14 in /fallctf.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] --- fallctf.com/package-lock.json | 9 ++++----- fallctf.com/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/fallctf.com/package-lock.json b/fallctf.com/package-lock.json index 4f637ab1..22ba5b2f 100644 --- a/fallctf.com/package-lock.json +++ b/fallctf.com/package-lock.json @@ -22,7 +22,7 @@ "framer-motion": "^11.5.4", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4" }, "devDependencies": { @@ -8256,10 +8256,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/fallctf.com/package.json b/fallctf.com/package.json index b19781f2..b05b97df 100644 --- a/fallctf.com/package.json +++ b/fallctf.com/package.json @@ -31,7 +31,7 @@ "framer-motion": "^11.5.4", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4" }, "devDependencies": {