From 058356a73a1de11914ff947e2ff4958680aa2927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:54:53 +0000 Subject: [PATCH] build(deps): bump posthtml-match-helper from 2.0.0 to 2.0.1 Bumps [posthtml-match-helper](https://github.com/posthtml/posthtml-match-helper) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/posthtml/posthtml-match-helper/releases) - [Commits](https://github.com/posthtml/posthtml-match-helper/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: posthtml-match-helper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13b5f4c..bb79e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6459,9 +6459,9 @@ } }, "node_modules/posthtml-match-helper": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.0.tgz", - "integrity": "sha512-YV+rLIm/GIIV1jmJoYdv6mAvsvtJ82ohj2afoho4abPj13Wa6EoYggUYhcTRatzdmtuwOCfOXeMgBRWV1V3t5Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.1.tgz", + "integrity": "sha512-JzhTog+nCbrv7bAjfvgl+EeVCMAOYeKxsd1vIh5rYCn7s/JCrXdmQrWTKI10wR8tWf+oQm4A2DM8X1GB2R0cPQ==", "engines": { "node": ">=18" }, @@ -12182,9 +12182,9 @@ } }, "posthtml-match-helper": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.0.tgz", - "integrity": "sha512-YV+rLIm/GIIV1jmJoYdv6mAvsvtJ82ohj2afoho4abPj13Wa6EoYggUYhcTRatzdmtuwOCfOXeMgBRWV1V3t5Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.1.tgz", + "integrity": "sha512-JzhTog+nCbrv7bAjfvgl+EeVCMAOYeKxsd1vIh5rYCn7s/JCrXdmQrWTKI10wR8tWf+oQm4A2DM8X1GB2R0cPQ==", "requires": {} }, "posthtml-parser": {