From 9e6fca36cc721265f28f5b95bd4f419d4559ef90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:03:40 +0000 Subject: [PATCH] build(deps): bump posthtml-component from 2.1.0 to 2.1.1 Bumps [posthtml-component](https://github.com/posthtml/posthtml-components) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/posthtml/posthtml-components/releases) - [Changelog](https://github.com/posthtml/posthtml-components/blob/main/CHANGELOG.md) - [Commits](https://github.com/posthtml/posthtml-components/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: posthtml-component dependency-version: 2.1.1 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 900ff72e..c6b6af99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4906,9 +4906,9 @@ } }, "node_modules/posthtml-component": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/posthtml-component/-/posthtml-component-2.1.0.tgz", - "integrity": "sha512-bKcufzQcURLSfefnJPiuqcbeOzkurwVYa/hJxWe5Zg4plgusdCx6g1yb0GvytgyJpuzDHf2zIxW68uu4IMIRlw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/posthtml-component/-/posthtml-component-2.1.1.tgz", + "integrity": "sha512-8hkSDp0zJLnEcNiiUofsxmSn86IBgpZPtFoY8pJHrB71LRzvskhA3uNsIe6GiuxiM5xKjIfpsKoOfpqgC3tbVw==", "license": "MIT", "dependencies": { "lodash": "^4.17.21",