From 9725ff5982b233e807cfbc2033459b9c36e27432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 04:05:52 +0000 Subject: [PATCH] Bump hallmark from 3.1.0 to 4.0.0 Bumps [hallmark](https://github.com/vweevers/hallmark) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/vweevers/hallmark/releases) - [Changelog](https://github.com/vweevers/hallmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/vweevers/hallmark/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: hallmark 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 b261d0b..8fd2b87 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "bytewise": ">=0.8", "dependency-check": "^3.3.0", "faucet": "^0.0.1", - "hallmark": "^3.1.0", + "hallmark": "^4.0.0", "level-concat-iterator": "^3.0.0", "level-test": "^9.0.0", "nyc": "^15.1.0",