From cf6e93ddc04bfa774d9ff3b4bd02a882a2a20d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 02:57:21 +0000 Subject: [PATCH] Bump postcss from 8.4.39 to 8.4.40 in /plumage Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.40. - [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.39...8.4.40) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plumage/package-lock.json | 8 ++++---- plumage/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plumage/package-lock.json b/plumage/package-lock.json index c9d13614..e9c60dcd 100644 --- a/plumage/package-lock.json +++ b/plumage/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "autoprefixer": "^10.4.19", "bootstrap": "^5.3.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "postcss-cli": "^11.0.0" } }, @@ -599,9 +599,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "funding": [ { "type": "opencollective", diff --git a/plumage/package.json b/plumage/package.json index 6c18acba..afc6e8e9 100644 --- a/plumage/package.json +++ b/plumage/package.json @@ -4,7 +4,7 @@ "dependencies": { "autoprefixer": "^10.4.19", "bootstrap": "^5.3.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "postcss-cli": "^11.0.0" } } \ No newline at end of file