diff --git a/emails/package-lock.json b/emails/package-lock.json index 5895ce6..0638272 100644 --- a/emails/package-lock.json +++ b/emails/package-lock.json @@ -9,7 +9,6 @@ "version": "1.0.0", "dependencies": { "@react-email/components": "^0.0.31", - "@react-email/tailwind": "^1.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-email": "^3.0.4" @@ -2379,11 +2378,12 @@ } }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^2.0.2" }, "engines": { "node": ">=16 || 14 >=14.17"