From e19197daa662495708417c5bf24f8782b1c20b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 01:59:28 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.43 to 8.4.44 (#951) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 42ec3e8d02..d2d6e6f567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "npm-run-all": "^4.1.5", "pa11y-ci": "^3.1.0", "plugin-node-patternlab-inline-remote-assets": "^0.2.1", - "postcss": "^8.4.43", + "postcss": "^8.4.44", "postcss-cli": "^11.0.0", "postcss-focus": "^7.0.0", "postcss-list-style-safari-fix": "^1.0.0", @@ -15257,9 +15257,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==", "dev": true, "funding": [ { @@ -31265,9 +31265,9 @@ } }, "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==", "dev": true, "requires": { "nanoid": "^3.3.7", diff --git a/package.json b/package.json index 86f6703ad2..ae6597fbe7 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "npm-run-all": "^4.1.5", "pa11y-ci": "^3.1.0", "plugin-node-patternlab-inline-remote-assets": "^0.2.1", - "postcss": "^8.4.43", + "postcss": "^8.4.44", "postcss-cli": "^11.0.0", "postcss-focus": "^7.0.0", "postcss-list-style-safari-fix": "^1.0.0",