From e42c1795b02fc2c04eb00dc9701eb2e745495779 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Oct 2024 10:50:51 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.9 to 0.5.15 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.9 to 0.5.15. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/codetheist/project/186f7585-48ce-44d3-a140-f4a9b2dc9548?utm_source=github&utm_medium=referral&page=upgrade-pr --- Website/qrcodegenerator/package-lock.json | 13 +++++++------ Website/qrcodegenerator/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Website/qrcodegenerator/package-lock.json b/Website/qrcodegenerator/package-lock.json index 005ec68b..0fa5870a 100644 --- a/Website/qrcodegenerator/package-lock.json +++ b/Website/qrcodegenerator/package-lock.json @@ -1,5 +1,5 @@ { - "name": "qrcodegenerator", + "name": "relock-npm-lock-v2-VLaifo", "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.15" }, "devDependencies": { "tailwindcss": "^3.2.6" @@ -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.15", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", + "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", + "license": "MIT", "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", @@ -84,7 +85,7 @@ "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" } }, "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { diff --git a/Website/qrcodegenerator/package.json b/Website/qrcodegenerator/package.json index 58d59a3d..af360a89 100644 --- a/Website/qrcodegenerator/package.json +++ b/Website/qrcodegenerator/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.15" } }