From be18cdff7797af47043abff29d528b761bb371d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:07:57 +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 a6acedd..d19fcba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@voxpelli/tsconfig": "^4.0.0", "airtap": "^4.0.3", "airtap-playwright": "^1.0.1", - "hallmark": "^4.0.0", + "hallmark": "^5.0.1", "nyc": "^15.1.0", "standard": "^17.0.0", "tape": "^5.3.2",