From b71588251f46587d4b74c575a2aa3a7a3324f35f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Aug 2023 00:17:48 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/forms from 0.5.3 to 0.5.4 Snyk has created this PR to upgrade @tailwindcss/forms from 0.5.3 to 0.5.4. See this package in npm: https://www.npmjs.com/package/@tailwindcss/forms See this project in Snyk: https://app.snyk.io/org/nialljoemaher/project/8ac19f6c-c7f2-4720-acd1-09701979877c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7b29a93..ae9244e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@prisma/client": "^4.16.2", "@resvg/resvg-js": "^2.4.1", "@styled-icons/material": "^10.47.0", - "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/forms": "^0.5.4", "@tanem/react-nprogress": "^5.0.44", "@tanstack/react-query": "^4.32.6", "@trpc/client": "^10.34.0", @@ -4870,9 +4870,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", - "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.4.tgz", + "integrity": "sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, diff --git a/package.json b/package.json index 42ab4a90..43bcdf9f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@prisma/client": "^4.16.2", "@resvg/resvg-js": "^2.4.1", "@styled-icons/material": "^10.47.0", - "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/forms": "^0.5.4", "@tanem/react-nprogress": "^5.0.44", "@tanstack/react-query": "^4.32.6", "@trpc/client": "^10.34.0",