From b8448066a7a3e89f45982b39010398547fb8f9b0 Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Wed, 3 Dec 2025 11:05:37 -0500 Subject: [PATCH 1/2] Update property-information dependency version range Allow `6` or `7` versions of `property-information` Signed-off-by: Ian Sanders --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6ae41e..1df22c9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", "devlop": "^1.0.0", - "property-information": "^6.0.0", + "property-information": "^6.0.0 || ^7.0.0", "space-separated-tokens": "^2.0.0", "web-namespaces": "^2.0.0", "zwitch": "^2.0.0" From 7c46b4a5de46ab419c854dfec1a03c3c0f6a2861 Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Wed, 3 Dec 2025 13:45:42 -0500 Subject: [PATCH 2/2] Only allow 7.x Co-authored-by: Remco Haszing Signed-off-by: Ian Sanders --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1df22c9..1eda20c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", "devlop": "^1.0.0", - "property-information": "^6.0.0 || ^7.0.0", + "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0", "web-namespaces": "^2.0.0", "zwitch": "^2.0.0"