From eaf63adee45e0210120d1dfc65ccea4963166d64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 01:19:11 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @tailwindcss/forms from 0.5.7 to 0.5.8. See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms - @tailwindcss/typography from 0.5.13 to 0.5.15. See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/saileshbro-sv8/project/de3b2e22-1dbd-410a-b3a1-31d0cc35bec8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ff6cf1..8dacdd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3714,17 +3714,17 @@ "dev": true }, "@tailwindcss/forms": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", - "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.8.tgz", + "integrity": "sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==", "requires": { "mini-svg-data-uri": "^1.2.3" } }, "@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", + "integrity": "sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==", "requires": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", diff --git a/package.json b/package.json index b609e8d..ccd5d64 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@angular/router": "~11.2.14", "@ngxs/logger-plugin": "^3.8.2", "@ngxs/store": "^3.8.2", - "@tailwindcss/forms": "^0.5.7", - "@tailwindcss/typography": "^0.5.13", + "@tailwindcss/forms": "^0.5.8", + "@tailwindcss/typography": "^0.5.15", "angular-svg-icon": "^11.2.0", "appwrite": "^2.0.0", "rxjs": "^6.6.7",