From c8dc7f345f23977c4c8b814a739de8de9c4d8daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:24:17 +0000 Subject: [PATCH] fix(deps): bump @bodanglin/verdict-contracts from 0.1.0 to 0.2.0 Bumps [@bodanglin/verdict-contracts](https://github.com/mrnicholasbcarter-code/verdict-core/tree/HEAD/contracts) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/mrnicholasbcarter-code/verdict-core/releases) - [Changelog](https://github.com/mrnicholasbcarter-code/verdict-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/mrnicholasbcarter-code/verdict-core/commits/v0.2.0/contracts) --- updated-dependencies: - dependency-name: "@bodanglin/verdict-contracts" dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e8b100..bc184e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@bodanglin/verdict-contracts": "^0.1.0", + "@bodanglin/verdict-contracts": "^0.2.0", "@types/express": "^5.0.6", "zod": "^3.25.76" }, @@ -529,9 +529,9 @@ "license": "MIT" }, "node_modules/@bodanglin/verdict-contracts": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@bodanglin/verdict-contracts/-/verdict-contracts-0.1.0.tgz", - "integrity": "sha512-N7ILa9OvnaXPi/rqRwq4K1e3dJuWUDCb7nkudgbX8oJk/DEJeTekbyV4BDTKzEEj8lzr3YehWI8iAZ83+aWgyg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@bodanglin/verdict-contracts/-/verdict-contracts-0.2.0.tgz", + "integrity": "sha512-AGc4FGic3+xDFiOBfSrWCIObZWTNJ9AyDMF+W2wtRVDlmd/DI2syCvarbgpsJQ+sJZWlTklBIRH9uvA8TBKYNA==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 76a9c1e..2bb00f2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "zod" ], "dependencies": { - "@bodanglin/verdict-contracts": "^0.1.0", + "@bodanglin/verdict-contracts": "^0.2.0", "@types/express": "^5.0.6", "zod": "^3.25.76" },