diff --git a/package-lock.json b/package-lock.json index 6f7163a..206878a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "is-url-superb": "^6.1.0", "posthtml": "^0.16.6", - "posthtml-match-helper": "^1.0.4", + "posthtml-match-helper": "^2.0.0", "query-string": "^9.0.0" }, "devDependencies": { @@ -6334,11 +6334,14 @@ } }, "node_modules/posthtml-match-helper": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-1.0.4.tgz", - "integrity": "sha512-Tj9orTIBxHdnraCxoEGjoizsFsTGvukzwcuhOjYQGmDG6gTlaRbMrGgi1J+FwKTN8hsCQENHYY0Deqs9a89BVg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.0.tgz", + "integrity": "sha512-YV+rLIm/GIIV1jmJoYdv6mAvsvtJ82ohj2afoho4abPj13Wa6EoYggUYhcTRatzdmtuwOCfOXeMgBRWV1V3t5Q==", + "engines": { + "node": ">=18" + }, "peerDependencies": { - "posthtml": ">=0.5.0" + "posthtml": "^0.16.6" } }, "node_modules/posthtml-parser": { @@ -12091,9 +12094,9 @@ } }, "posthtml-match-helper": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-1.0.4.tgz", - "integrity": "sha512-Tj9orTIBxHdnraCxoEGjoizsFsTGvukzwcuhOjYQGmDG6gTlaRbMrGgi1J+FwKTN8hsCQENHYY0Deqs9a89BVg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.0.tgz", + "integrity": "sha512-YV+rLIm/GIIV1jmJoYdv6mAvsvtJ82ohj2afoho4abPj13Wa6EoYggUYhcTRatzdmtuwOCfOXeMgBRWV1V3t5Q==", "requires": {} }, "posthtml-parser": { diff --git a/package.json b/package.json index 7af295a..e698f49 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "is-url-superb": "^6.1.0", "posthtml": "^0.16.6", - "posthtml-match-helper": "^1.0.4", + "posthtml-match-helper": "^2.0.0", "query-string": "^9.0.0" }, "devDependencies": {