From 6849c69753ab0faaa42ef8fb825280250ea58a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:31:36 +0000 Subject: [PATCH] deps(deps-dev): bump forge-std from v1.9.4 to v1.16.0 in /contract Bumps [forge-std](https://github.com/foundry-rs/forge-std) from v1.9.4 to v1.16.0. - [Release notes](https://github.com/foundry-rs/forge-std/releases) - [Changelog](https://github.com/foundry-rs/forge-std/blob/master/RELEASE_CHECKLIST.md) - [Commits](https://github.com/foundry-rs/forge-std/compare/v1.9.4...8987040ede9553cea20c95ad40d0455930f9c8e0) --- updated-dependencies: - dependency-name: forge-std dependency-version: 8987040ede9553cea20c95ad40d0455930f9c8e0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- contract/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract/package.json b/contract/package.json index fd44b3d..0a94e92 100644 --- a/contract/package.json +++ b/contract/package.json @@ -28,7 +28,7 @@ "@nomicfoundation/hardhat-toolbox": "^6.1.0", "@nomicfoundation/hardhat-toolbox-viem": "^5.0.0", "@types/node": "^22.17.1", - "forge-std": "github:foundry-rs/forge-std#v1.9.4", + "forge-std": "github:foundry-rs/forge-std#v1.16.0", "hardhat": "^3.0.0", "typescript": "~5.8.0", "viem": "^2.33.3"