From 5c9ea89e0d7cf4461cb120c8725a2277c6580728 Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Mon, 3 Aug 2026 23:39:59 -0500 Subject: [PATCH] Normalize dependency version ranges to tilde Co-Authored-By: Claude Fable 5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8552096..7045bfe 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "description": "Error class for non-ok HTTP responses from the Fetch API. Captures the response body as text and JSON.", "devDependencies": { - "@eslint/js": "*", - "globals": "*" + "@eslint/js": "~10.0.1", + "globals": "~17.3.0" }, "keywords": [ "error",