From 349365e4eed39c9565e4aaecf630af097386d3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:09:28 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.44 to 8.4.45 (#317) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.44 to 8.4.45. - [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.44...8.4.45) --- 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 0bce4c8..f434244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fullhuman/postcss-purgecss": "^6.0.0", "@tailwindcss/typography": "^0.4.1", "autoprefixer": "^10.4.20", - "postcss": "^8.4.44", + "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "prettier": "^2.2.1", @@ -1465,9 +1465,9 @@ } }, "node_modules/postcss": { - "version": "8.4.44", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", - "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "dev": true, "funding": [ { @@ -3350,9 +3350,9 @@ "dev": true }, "postcss": { - "version": "8.4.44", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", - "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "dev": true, "requires": { "nanoid": "^3.3.7", diff --git a/package.json b/package.json index e96da98..ae10e51 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@fullhuman/postcss-purgecss": "^6.0.0", "@tailwindcss/typography": "^0.4.1", "autoprefixer": "^10.4.20", - "postcss": "^8.4.44", + "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "prettier": "^2.2.1",