From 51cc92cc2d581d921cc35512da2affabed03613e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:13:06 +0100 Subject: [PATCH] Bump postcss from 8.4.33 to 8.4.34 (#212) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 229c871..e7fa9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "copyfiles": "^2.4.1", "eslint": "^8.56.0", "eslint-plugin-vue": "^9.20.1", - "postcss": "^8.4.33", + "postcss": "^8.4.34", "posthtml": "^0.16.6", "posthtml-extend": "^0.6.5", "sass": "^1.70.0", @@ -8612,9 +8612,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==", "funding": [ { "type": "opencollective", @@ -18654,9 +18654,9 @@ } }, "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==", "requires": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 1e22b51..27c90d2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "copyfiles": "^2.4.1", "eslint": "^8.56.0", "eslint-plugin-vue": "^9.20.1", - "postcss": "^8.4.33", + "postcss": "^8.4.34", "posthtml": "^0.16.6", "posthtml-extend": "^0.6.5", "sass": "^1.70.0",