From da8f782404bf111ed574feb7a75b75fbe8b1b87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:15:44 +0000 Subject: [PATCH] Bump postcss from 8.4.20 to 8.4.21 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21. - [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.20...8.4.21) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++------ package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bff4c9e..8aad122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,7 @@ "eslint-plugin-testing-library": "^5.9.1", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", - "postcss": "^8.4.20", - "prettier": "^2.8.0", - "prettier-plugin-tailwindcss": "^0.2.1", + "postcss": "^8.4.21", "prettier": "^2.8.3", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4", @@ -6608,9 +6606,9 @@ } }, "node_modules/postcss": { - "version": "8.4.20", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", - "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", + "version": "8.4.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", + "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 0d997c0..35aad8c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-testing-library": "^5.9.1", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", - "postcss": "^8.4.20", + "postcss": "^8.4.21", "prettier": "^2.8.3", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4",