Skip to content

Commit 88782f6

Browse files
committed
fix: update forge-std
1 parent c8b79f7 commit 88782f6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dotenv": "^16.3.1",
1919
"ds-test": "github:dapphub/ds-test",
2020
"ethers": "^6.8.1",
21-
"forge-std": "^1.1.2",
21+
"forge-std": "github:foundry-rs/forge-std#v1.7.6",
2222
"fs-extra": "^11.1.1",
2323
"hardhat": "^2.19.0",
2424
"hardhat-deploy": "^0.11.43",

Diff for: remappings.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@openzeppelin/=node_modules/@openzeppelin/
22
ds-test/=node_modules/ds-test/src/
3-
forge-std/=node_modules/forge-std/
3+
forge-std/=node_modules/forge-std/src/
44
eth-gas-reporter/=node_modules/eth-gas-reporter/
55
hardhat-deploy/=node_modules/hardhat-deploy/
66
hardhat/=node_modules/hardhat/

Diff for: yarn.lock

+3-4
Original file line numberDiff line numberDiff line change
@@ -2106,10 +2106,9 @@ follow-redirects@^1.12.1, follow-redirects@^1.14.0, follow-redirects@^1.14.4, fo
21062106
resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
21072107
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
21082108

2109-
forge-std@^1.1.2:
2110-
version "1.1.2"
2111-
resolved "https://registry.npmmirror.com/forge-std/-/forge-std-1.1.2.tgz#f4a0eda103538d56f9c563f3cd1fa2fd01bd9378"
2112-
integrity sha512-Wfb0iAS9PcfjMKtGpWQw9mXzJxrWD62kJCUqqLcyuI0+VRtJ3j20XembjF3kS20qELYdXft1vD/SPFVWVKMFOw==
2109+
"forge-std@github:foundry-rs/forge-std#v1.7.6":
2110+
version "1.7.6"
2111+
resolved "https://codeload.github.com/foundry-rs/forge-std/tar.gz/ae570fec082bfe1c1f45b0acca4a2b4f84d345ce"
21132112

21142113
form-data@^2.2.0:
21152114
version "2.5.1"

0 commit comments

Comments
 (0)