From fad8ac21125024f44afd68889f64be0da5b4b0e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jul 2024 09:15:29 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.9 to 0.5.13 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.9 to 0.5.13. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/codetheist/project/0d513bf3-30dd-4dad-9fc6-336c345a67c1?utm_source=github&utm_medium=referral&page=upgrade-pr --- Website/movie/package-lock.json | 11 ++++++----- Website/movie/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Website/movie/package-lock.json b/Website/movie/package-lock.json index b389a89a..c4090537 100644 --- a/Website/movie/package-lock.json +++ b/Website/movie/package-lock.json @@ -1,5 +1,5 @@ { - "name": "movie", + "name": "relock-npm-lock-v2-qwXcyk", "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.13", "dotenv": "^16.0.3" }, "devDependencies": { @@ -75,9 +75,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.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", diff --git a/Website/movie/package.json b/Website/movie/package.json index 73c8d812..41424e23 100644 --- a/Website/movie/package.json +++ b/Website/movie/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.9", + "@tailwindcss/typography": "^0.5.13", "dotenv": "^16.0.3" } }