From 6f0d568fae8848edb5ae8318f1d2b2f391396cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:17:05 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.43 to 8.4.44 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.43 to 8.4.44. - [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.43...8.4.44) --- 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 05add028..8110504b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.2.0", "husky": "^9.1.5", - "postcss": "^8.4.43", + "postcss": "^8.4.44", "postcss-html": "^1.7.0", "prettier": "^3.3.3", "sass": "^1.77.8", @@ -10354,9 +10354,9 @@ } }, "node_modules/postcss": { - "version": "8.4.43", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.43.tgz", - "integrity": "sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index a3548333..90390cda 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-webpack-plugin": "^4.2.0", "file-loader": "^6.2.0", "husky": "^9.1.5", - "postcss": "^8.4.43", + "postcss": "^8.4.44", "postcss-html": "^1.7.0", "prettier": "^3.3.3", "sass": "^1.77.8",