From 3666f5c7d7563af645233c2013f2e4de732a7c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:52:12 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.33 to 8.4.34 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.33 to 8.4.34. - [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.33...8.4.34) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 4f07864d9..cdd7ab2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "kleur": "^4.1.5", "less": "^4.2.0", "lint-staged": "^15.2.2", - "postcss": "^8.4.33", + "postcss": "^8.4.34", "postcss-less": "^6.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", @@ -15127,9 +15127,9 @@ } }, "node_modules/postcss": { - "version": "8.4.33", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", - "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", + "version": "8.4.34", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.34.tgz", + "integrity": "sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 071c206e3..f6aebfb27 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "kleur": "^4.1.5", "less": "^4.2.0", "lint-staged": "^15.2.2", - "postcss": "^8.4.33", + "postcss": "^8.4.34", "postcss-less": "^6.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5",