From 59df2546755f5d5f710d867c7a81049d9d2dfb73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 08:57:35 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.7 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.7 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/codetheist/project/b332c8b8-a922-41b4-9c62-88afac2ff1ea?utm_source=github&utm_medium=referral&page=upgrade-pr --- Website/hangman/package-lock.json | 17 +++++++++-------- Website/hangman/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Website/hangman/package-lock.json b/Website/hangman/package-lock.json index 9ba5acff..2b6db6e2 100644 --- a/Website/hangman/package-lock.json +++ b/Website/hangman/package-lock.json @@ -1,5 +1,5 @@ { - "name": "hangman", + "name": "relock-npm-lock-v2-J2A6kg", "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.13", "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.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "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.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/Website/hangman/package.json b/Website/hangman/package.json index d0c4f1f4..faaff766 100644 --- a/Website/hangman/package.json +++ b/Website/hangman/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.13", "dotenv": "^16.0.2" } }