From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 04:20:34 +0000 (+0300) Subject: Build(deps-dev): Bump postcss from 8.4.38 to 8.4.39 (#40602) X-Git-Tag: v5.3.4~126 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0940812d3946309276b3693599a1dff4b988633b;p=thirdparty%2Fbootstrap.git Build(deps-dev): Bump postcss from 8.4.38 to 8.4.39 (#40602) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index b460f2dbb0..4f81d11841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "lockfile-lint": "^4.14.0", "nodemon": "^3.1.4", "npm-run-all2": "^6.2.0", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "postcss-cli": "^11.0.0", "rollup": "^4.18.0", "rollup-plugin-istanbul": "^5.0.0", @@ -9181,9 +9181,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==", "dev": true, "funding": [ { @@ -9201,7 +9201,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 6aded4e93c..54198068c4 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "lockfile-lint": "^4.14.0", "nodemon": "^3.1.4", "npm-run-all2": "^6.2.0", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "postcss-cli": "^11.0.0", "rollup": "^4.18.0", "rollup-plugin-istanbul": "^5.0.0",