From a934aba8174da797e2e3119f059d3575a74313d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:39:34 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02c64bbe826..d986f1b0c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "material-shadows": "^3.0.1", "npm-check-updates": "^17.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "postcss-dir-pseudo-class": "^9.0.0", "postcss-inline-svg": "^6.0.0", "postcss-logical": "5.0.4", @@ -5341,9 +5341,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==", "dev": true, "funding": [ { @@ -5359,7 +5359,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", @@ -11654,9 +11653,9 @@ "dev": true }, "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==", "dev": true, "requires": { "nanoid": "^3.3.7", diff --git a/package.json b/package.json index 462cc33305e..9e2d6982ef5 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "material-shadows": "^3.0.1", "npm-check-updates": "^17.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "postcss-dir-pseudo-class": "^9.0.0", "postcss-inline-svg": "^6.0.0", "postcss-logical": "5.0.4",