From d2e891bb13c94fbe370dec3fc1431cf19a7ea8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:06:41 +0000 Subject: [PATCH] build(deps): bump posthtml-postcss from 1.0.4 to 1.0.5 Bumps [posthtml-postcss](https://github.com/posthtml/posthtml-postcss) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/posthtml/posthtml-postcss/releases) - [Changelog](https://github.com/posthtml/posthtml-postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/posthtml/posthtml-postcss/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: posthtml-postcss dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eac2c930..755f3d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5222,9 +5222,9 @@ } }, "node_modules/posthtml-postcss": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/posthtml-postcss/-/posthtml-postcss-1.0.4.tgz", - "integrity": "sha512-bG6pw+6WYxNhIkSqDGpJCZw+1OSqdPFFbW2aUtkB/pE4dPmTtlltzqPyEluj2gc3jgstW9dbxKj0rUq8WMPgtA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/posthtml-postcss/-/posthtml-postcss-1.0.5.tgz", + "integrity": "sha512-cIpy6KhFYbpg+Z97N2PrpkaX2P8tmyk530Fy7e7yMCwAa8ys2d3U+qroPEYPNM/dUGvF/x3gZGpv8W1/7z2Ylw==", "license": "MIT", "dependencies": { "postcss": "^8.4.35",