From 5e546c68ef629a4c47bb0fc27cb867a2dd134938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:26:35 +0100 Subject: [PATCH] Bump postcss from 8.4.32 to 8.4.33 (#339) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33. - [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.32...8.4.33) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fe75b60a..dfe95b57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-svelte": "^2.35.0", "mdi-svelte": "^1.1.2", "obs-websocket-js": "^5.0.1", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "rollup": "^4", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-polyfill-node": "^0.13.0", @@ -3958,9 +3958,9 @@ } }, "node_modules/postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index f9a5488f..3c628550 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-svelte": "^2.35.0", "mdi-svelte": "^1.1.2", "obs-websocket-js": "^5.0.1", - "postcss": "^8.4.32", + "postcss": "^8.4.33", "rollup": "^4", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-polyfill-node": "^0.13.0",