From 8123d6b64d815450f53d472fbcc5fbb6e74ccaf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:14:47 +0000 Subject: [PATCH] Bump postcss from 8.4.38 to 8.4.39 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.39. - [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.39) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bf415a6e07..8bbb6576e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "lodash": "4.17.21", "moment": "2.30.1", "npm-run-all": "4.1.5", - "postcss": "8.4.38", + "postcss": "8.4.39", "postcss-import": "16.1.0", "postcss-nested": "6.0.1", "postcss-preset-env": "9.5.14", @@ -23620,9 +23620,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.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "funding": [ { "type": "opencollective", @@ -23639,7 +23639,7 @@ ], "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 759a2b21444..2dca3bdcf99 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "lodash": "4.17.21", "moment": "2.30.1", "npm-run-all": "4.1.5", - "postcss": "8.4.38", + "postcss": "8.4.39", "postcss-import": "16.1.0", "postcss-nested": "6.0.1", "postcss-preset-env": "9.5.14",