From 777f4371d129673ac9bbbd6fec9cf91bfe805994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:49:32 +0000 Subject: [PATCH] Bump hallmark from 4.3.0 to 5.0.1 Bumps [hallmark](https://github.com/vweevers/hallmark) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/vweevers/hallmark/releases) - [Changelog](https://github.com/vweevers/hallmark/blob/main/CHANGELOG.md) - [Commits](https://github.com/vweevers/hallmark/compare/v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: hallmark dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dac10d..6379209 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "dependency-check": "^3.3.0", "encoding-down": "^7.0.0", - "hallmark": "^4.0.0", + "hallmark": "^5.0.1", "levelup": "^5.0.0", "nyc": "^15.0.0", "standard": "^17.0.0",