From 4889dcdfcdff6030c00dfc010dfc3654c1df3805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:46:38 +0000 Subject: [PATCH] Bump postcss from 8.4.38 to 8.4.45 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 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.38...8.4.45) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66bed4b..967a7ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "eslint-config-next": "^14.2.3", "husky": "^8.0.3", "lint-staged": "^13.1.0", - "postcss": "^8.4.38", + "postcss": "^8.4.45", "postcss-nested": "^6.0.0", "stylelint": "^14.11.0", "stylelint-config-idiomatic-order": "^9.0.0", @@ -11857,9 +11857,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "dev": true, "funding": [ { @@ -11875,10 +11875,9 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { diff --git a/package.json b/package.json index 6181173..b46906c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-config-next": "^14.2.3", "husky": "^8.0.3", "lint-staged": "^13.1.0", - "postcss": "^8.4.38", + "postcss": "^8.4.45", "postcss-nested": "^6.0.0", "stylelint": "^14.11.0", "stylelint-config-idiomatic-order": "^9.0.0",