From 955a1e8b2136a5a7826b1cdcf7b5fc1be92b2c40 Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Mon, 3 Aug 2026 23:39:57 -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 d148537..b3a8c16 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ }, "description": "USPS API client for tracking packages using OAuth 2.0 authentication", "devDependencies": { - "@eslint/js": "*", - "globals": "*" + "@eslint/js": "~10.0.1", + "globals": "~17.3.0" }, "keywords": [ "logistics",