From 26d75db1eb805784775d4571264da376e8e296d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:55:38 +0000 Subject: [PATCH] Bump @stores.com/http-error from 1.1.0 to 1.2.0 Bumps [@stores.com/http-error](https://github.com/stores-com/http-error) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/stores-com/http-error/releases) - [Changelog](https://github.com/stores-com/http-error/blob/main/CHANGELOG.md) - [Commits](https://github.com/stores-com/http-error/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@stores.com/http-error" dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94a1ff0..d148537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@stores.com/http-error": "~1.1.0", + "@stores.com/http-error": "~1.2.0", "memory-cache": "~0.2.0" }, "description": "USPS API client for tracking packages using OAuth 2.0 authentication",