From 2e81b27413e88074e1e4f9d00bdd6556ecef5025 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 10:16:02 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.7 to 0.5.14 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.7 to 0.5.14. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/codetheist/project/e4b468d6-12ad-4750-9475-8b449439925b?utm_source=github&utm_medium=referral&page=upgrade-pr --- Website/sportapp/package-lock.json | 17 +++++++++-------- Website/sportapp/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Website/sportapp/package-lock.json b/Website/sportapp/package-lock.json index 6fa5c552..f06d45ba 100644 --- a/Website/sportapp/package-lock.json +++ b/Website/sportapp/package-lock.json @@ -1,5 +1,5 @@ { - "name": "sportapp", + "name": "relock-npm-lock-v2-34hhCj", "lockfileVersion": 2, "requires": true, "packages": { @@ -8,7 +8,7 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.7", + "@tailwindcss/typography": "^0.5.14", "dotenv": "^16.0.2" }, "devDependencies": { @@ -75,9 +75,10 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -851,9 +852,9 @@ "requires": {} }, "@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/Website/sportapp/package.json b/Website/sportapp/package.json index d0c4f1f4..025b83a6 100644 --- a/Website/sportapp/package.json +++ b/Website/sportapp/package.json @@ -6,7 +6,7 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.7", + "@tailwindcss/typography": "^0.5.14", "dotenv": "^16.0.2" } }