From 65815cafa67bc1c0222acad0e14a0c62159c3fdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 10:17:52 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.9 to 0.5.14 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.9 to 0.5.14. See this package in npm: @tailwindcss/typography 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..9575e2d8 100644 --- a/Website/tictactoe/package-lock.json +++ b/Website/tictactoe/package-lock.json @@ -1,5 +1,5 @@ { - "name": "tictactoe", + "name": "relock-npm-lock-v2-mIEkZw", "lockfileVersion": 3, "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.9" + "@tailwindcss/typography": "^0.5.14" }, "devDependencies": { "tailwindcss": "^3.2.7" @@ -74,9 +74,10 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "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", diff --git a/Website/tictactoe/package.json b/Website/tictactoe/package.json index 8c00296d..c08e6811 100644 --- a/Website/tictactoe/package.json +++ b/Website/tictactoe/package.json @@ -6,6 +6,6 @@ "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.9" + "@tailwindcss/typography": "^0.5.14" } }