diff --git a/marketing/package-lock.json b/marketing/package-lock.json index c357edf..e117e95 100644 --- a/marketing/package-lock.json +++ b/marketing/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.15", + "postcss": "^8.5.26", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" } @@ -2035,9 +2035,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", - "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true, "funding": [ { @@ -2327,9 +2327,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz", + "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==", "dev": true, "funding": [ { @@ -2347,7 +2347,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.17", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/marketing/package.json b/marketing/package.json index 614c802..e9d9a8f 100644 --- a/marketing/package.json +++ b/marketing/package.json @@ -21,7 +21,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.15", + "postcss": "^8.5.26", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" },