diff --git a/apps/nodepen-client/package.json b/apps/nodepen-client/package.json index a7e5685a..7b426056 100644 --- a/apps/nodepen-client/package.json +++ b/apps/nodepen-client/package.json @@ -25,7 +25,7 @@ "eslint": "8.57.0", "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" + "postcss": "^8.4.40", + "tailwindcss": "^3.4.7" } } diff --git a/package-lock.json b/package-lock.json index e4b23d41..831e3049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,8 +51,8 @@ "eslint": "8.57.0", "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" + "postcss": "^8.4.40", + "tailwindcss": "^3.4.7" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7431,8 +7431,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "license": "ISC" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -7648,9 +7649,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "dev": true, "funding": [ { @@ -7668,7 +7669,7 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { @@ -8976,9 +8977,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -10143,8 +10144,8 @@ "@types/react-dom": "^18.2.25", "autoprefixer": "^10.4.19", "concurrently": "^8.2.2", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" + "postcss": "^8.4.40", + "tailwindcss": "^3.4.7" }, "peerDependencies": { "react": "^18.0", diff --git a/packages/nodes/package.json b/packages/nodes/package.json index 83c467d8..ae0c8b6b 100644 --- a/packages/nodes/package.json +++ b/packages/nodes/package.json @@ -37,7 +37,7 @@ "@types/react-dom": "^18.2.25", "autoprefixer": "^10.4.19", "concurrently": "^8.2.2", - "postcss": "^8.4.38", - "tailwindcss": "^3.4.3" + "postcss": "^8.4.40", + "tailwindcss": "^3.4.7" } }