From 8cd58ba99fca77b6aeb4032fb9948360bea8740b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:13:20 +0000 Subject: [PATCH] build(deps-dev): bump posthtml from 0.16.6 to 0.16.7 Bumps [posthtml](https://github.com/posthtml/posthtml) from 0.16.6 to 0.16.7. - [Release notes](https://github.com/posthtml/posthtml/releases) - [Changelog](https://github.com/posthtml/posthtml/blob/master/changelog.md) - [Commits](https://github.com/posthtml/posthtml/compare/v0.16.6...v0.16.7) --- updated-dependencies: - dependency-name: posthtml dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ae724a..153fd60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5089,10 +5089,11 @@ "dev": true }, "node_modules/posthtml": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz", - "integrity": "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.7.tgz", + "integrity": "sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==", "dev": true, + "license": "MIT", "dependencies": { "posthtml-parser": "^0.11.0", "posthtml-render": "^3.0.0"