From 4fec82ba81fc0537441bb40a2eb38d17f8e5bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:29:33 +0000 Subject: [PATCH] Bump postcss from 8.4.39 to 8.4.43 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.43. - [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.39...8.4.43) --- 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 5fbdf20..eb43bb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-plugin-vue": "9.27.0", "jsdom": "^24.1.0", "licensee": "10.0.0", - "postcss": "8.4.39", + "postcss": "8.4.43", "postcss-css-variables": "0.19.0", "postcss-import": "16.1.0", "postcss-nested": "6.0.1", @@ -9481,9 +9481,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.43", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.43.tgz", + "integrity": "sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 4d95fbc..066c2d3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-vue": "9.27.0", "jsdom": "^24.1.0", "licensee": "10.0.0", - "postcss": "8.4.39", + "postcss": "8.4.43", "postcss-css-variables": "0.19.0", "postcss-import": "16.1.0", "postcss-nested": "6.0.1",