From 9dfcbf915bd3d256977c12426b03e2f9ae3d06fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:05:40 +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 d3d16ef..dfc09c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3797,9 +3797,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" }, @@ -7563,9 +7563,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": {