From d08016db7204a8cb6ae7b6b66d3259f9b9203453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 00:21:52 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/line-clamp from 0.4.2 to 0.4.4 Snyk has created this PR to upgrade @tailwindcss/line-clamp from 0.4.2 to 0.4.4. See this package in npm: @tailwindcss/line-clamp See this project in Snyk: https://app.snyk.io/org/codetheist/project/15e075e6-f832-4d9d-86e0-830cdae241db?utm_source=github&utm_medium=referral&page=upgrade-pr --- Website/tictactoe/package-lock.json | 11 ++++++----- Website/tictactoe/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Website/tictactoe/package-lock.json b/Website/tictactoe/package-lock.json index a09fd8dc..f51246c0 100644 --- a/Website/tictactoe/package-lock.json +++ b/Website/tictactoe/package-lock.json @@ -1,5 +1,5 @@ { - "name": "tictactoe", + "name": "relock-npm-lock-v2-KRqq3T", "lockfileVersion": 3, "requires": true, "packages": { @@ -7,7 +7,7 @@ "dependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", - "@tailwindcss/line-clamp": "^0.4.2", + "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.9" }, "devDependencies": { @@ -66,9 +66,10 @@ } }, "node_modules/@tailwindcss/line-clamp": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.2.tgz", - "integrity": "sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.4.tgz", + "integrity": "sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==", + "license": "MIT", "peerDependencies": { "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1" } diff --git a/Website/tictactoe/package.json b/Website/tictactoe/package.json index 8c00296d..cc297e09 100644 --- a/Website/tictactoe/package.json +++ b/Website/tictactoe/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", - "@tailwindcss/line-clamp": "^0.4.2", + "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.9" } }