Skip to content

Commit 6dc3c66

Browse files
Update dependency dotenv to v17
1 parent 6c5ef4e commit 6dc3c66

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/proper-lockfile": "^4.1.1",
5656
"@types/sinon": "^17.0.0",
5757
"ava": "^6.0.0",
58-
"dotenv": "^16.0.0",
58+
"dotenv": "^17.0.0",
5959
"fgbg": "^0.1.4",
6060
"hardhat": "^2.19.1",
6161
"rimraf": "^5.0.0",

packages/plugin-hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@openzeppelin/foundry-upgrades": "^0.4.1-alpha.0",
3838
"@types/mocha": "^7.0.2",
3939
"ava": "^6.0.0",
40-
"dotenv": "^16.0.0",
40+
"dotenv": "^17.0.0",
4141
"esmock": "^2.7.3",
4242
"fgbg": "^0.1.4",
4343
"forge-std": "github:foundry-rs/forge-std#v1.9.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3579,10 +3579,10 @@ doctrine@^3.0.0:
35793579
dependencies:
35803580
esutils "^2.0.2"
35813581

3582-
dotenv@^16.0.0:
3583-
version "16.6.1"
3584-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
3585-
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
3582+
dotenv@^17.0.0:
3583+
version "17.4.2"
3584+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.4.2.tgz#c07e54a746e11eba021dd9e1047ced5afdc1c034"
3585+
integrity sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==
35863586

35873587
dotenv@^8.1.0:
35883588
version "8.6.0"

0 commit comments

Comments
 (0)