From 9e6e879615f7cd9743ee1933cf2dfb78914b24c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:20:38 +0000 Subject: [PATCH] build(deps): bump postcss from 8.4.23 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. - [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.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81303b1..7c909a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "next": "13.3.1", "next-mdx-remote": "^4.4.1", "object-sizeof": "^2.6.1", - "postcss": "8.4.23", + "postcss": "8.4.31", "prismjs": "^1.29.0", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1", @@ -7510,7 +7510,9 @@ } }, "node_modules/postcss": { - "version": "8.4.23", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -7525,7 +7527,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index d9bf918..4d77406 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "next": "13.3.1", "next-mdx-remote": "^4.4.1", "object-sizeof": "^2.6.1", - "postcss": "8.4.23", + "postcss": "8.4.31", "prismjs": "^1.29.0", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1",