From 606323b7ad2fa6375347e1ff3fbf16b4c284d0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:21:26 +0000 Subject: [PATCH] Bump postcss from 8.4.41 to 8.4.43 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.41 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.41...8.4.43) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 5b214b4e01e..4f0cca2e0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "locomotive-scroll": "^4.1.4", "moment": "^2.29.4", "npm-run-all": "^4.1.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "postcss-scss": "^4.0.9", @@ -7538,9 +7538,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.43", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.43.tgz", + "integrity": "sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==", "funding": [ { "type": "opencollective", @@ -16528,9 +16528,9 @@ "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" }, "postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.43", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.43.tgz", + "integrity": "sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==", "requires": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", diff --git a/package.json b/package.json index 9b491747067..dbd1295f9cd 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "locomotive-scroll": "^4.1.4", "moment": "^2.29.4", "npm-run-all": "^4.1.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "postcss-scss": "^4.0.9",