From f2f84347db72d02390bc18c9b08e3967015edb34 Mon Sep 17 00:00:00 2001 From: Jack Jennings Date: Tue, 24 Jun 2025 09:29:17 -0700 Subject: [PATCH] fix: specify correct posthtml-base-url minimum version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79fefd23..9af35d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "postcss-safe-parser": "^7.0.0", "posthtml": "^0.16.6", "posthtml-attrs-parser": "^1.1.1", - "posthtml-base-url": "^3.1.4", + "posthtml-base-url": "^3.1.7", "posthtml-component": "^2.1.0", "posthtml-content": "^2.1.0", "posthtml-expressions": "^1.11.4", diff --git a/package.json b/package.json index dd13a883..23076a3a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "postcss-safe-parser": "^7.0.0", "posthtml": "^0.16.6", "posthtml-attrs-parser": "^1.1.1", - "posthtml-base-url": "^3.1.4", + "posthtml-base-url": "^3.1.7", "posthtml-component": "^2.1.0", "posthtml-content": "^2.1.0", "posthtml-expressions": "^1.11.4",