From feee160bedd35a7d302d2311a9f1108d3de3a45a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 04:21:39 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.39 to 8.4.40 Snyk has created this PR to upgrade postcss from 8.4.39 to 8.4.40. See this package in npm: postcss See this project in Snyk: https://app.snyk.io/org/randomusert/project/5f8f52ba-c2d6-4b8d-8d2d-9ef31528052b?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 a42fb5a..a5be4b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "eslint": "^8", "eslint-config-next": "14.2.5", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "tailwindcss": "^3.4.6" } }, @@ -5117,9 +5117,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 57b6f41..4d3abe9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "eslint": "^8", "eslint-config-next": "14.2.5", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "tailwindcss": "^3.4.6" } }