From 14eb9c21b58bed4c5fd540d954b059bd50b6460f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:49:15 +0000 Subject: [PATCH] build(deps): bump postcss from 8.4.29 to 8.4.38 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.38. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.38) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b78db90..7383c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "next": "14.1.4", "next-auth": "^4.23.1", "next-themes": "^0.2.1", - "postcss": "8.4.29", + "postcss": "8.4.38", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.50.0", @@ -4724,9 +4724,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "funding": [ { "type": "opencollective", @@ -4742,9 +4742,9 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" diff --git a/package.json b/package.json index a82553a..6969469 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "next": "14.1.4", "next-auth": "^4.23.1", "next-themes": "^0.2.1", - "postcss": "8.4.29", + "postcss": "8.4.38", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.50.0",