From 05b8ea5b2b242820f0ad2559b3f0d345047ae1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:04:22 +0000 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 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.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfbdd5c3..9af6f71d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "katex": "^0.16.8", "lottie-react": "^2.4.0", "lowlight": "^2.9.0", - "next": "latest", + "next": "*", "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "react": "^18.2.0", @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-sort-imports": "^1.7.2", "prettier-plugin-tailwindcss": "^0.3.0", @@ -10262,9 +10262,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index ff604da7..932a9a62 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-sort-imports": "^1.7.2", "prettier-plugin-tailwindcss": "^0.3.0",