From 7b70d5b821359ea4a1a55d4951455f217d39f661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:07:59 +0000 Subject: [PATCH] build(deps): bump posthtml-match-helper from 2.0.2 to 2.0.3 Bumps [posthtml-match-helper](https://github.com/posthtml/posthtml-match-helper) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/posthtml/posthtml-match-helper/releases) - [Commits](https://github.com/posthtml/posthtml-match-helper/compare/v2.0.2...v2.0.3) --- 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 260a115..890771d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3745,9 +3745,9 @@ } }, "node_modules/posthtml-match-helper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.2.tgz", - "integrity": "sha512-ehnazjlSwcGa3P2LlFYmTmcnaembTSt9dLWIRRDVHDPidf6InWAr9leKeeLvUXgnU32g6BrFS64Je+c2Ld+l9g==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.3.tgz", + "integrity": "sha512-p9oJgTdMF2dyd7WE54QI1LvpBIkNkbSiiECKezNnDVYhGhD1AaOnAkw0Uh0y5TW+OHO8iBdSqnd8Wkpb6iUqmw==", "engines": { "node": ">=18" }, @@ -7537,9 +7537,9 @@ } }, "posthtml-match-helper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.2.tgz", - "integrity": "sha512-ehnazjlSwcGa3P2LlFYmTmcnaembTSt9dLWIRRDVHDPidf6InWAr9leKeeLvUXgnU32g6BrFS64Je+c2Ld+l9g==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.3.tgz", + "integrity": "sha512-p9oJgTdMF2dyd7WE54QI1LvpBIkNkbSiiECKezNnDVYhGhD1AaOnAkw0Uh0y5TW+OHO8iBdSqnd8Wkpb6iUqmw==", "requires": {} }, "posthtml-parser": {