Skip to content

Commit 7671196

Browse files
Bump dotenv from 10.0.0 to 16.0.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.0.1. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v10.0.0...v16.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51dfc9f commit 7671196

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

packages/arb-bridge-eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"arb-upgrades": "0.0.1",
6969
"audit-ci": "^5.1.2",
7070
"chai": "^4.2.0",
71-
"dotenv": "^10.0.0",
71+
"dotenv": "^16.0.1",
7272
"eslint": "^7.32.0",
7373
"eslint-config-prettier": "^8.3.0",
7474
"eslint-plugin-mocha": "^9.0.0",

packages/arb-bridge-peripherals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/node": "^14.14.28",
4444
"arb-upgrades": "0.0.1",
4545
"chai": "^4.2.0",
46-
"dotenv": "^10.0.0",
46+
"dotenv": "^16.0.1",
4747
"ethereum-waffle": "^3.2.0",
4848
"ethers": "^5.4.5",
4949
"hardhat-deploy": "^0.9.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,13 @@ aproba@^1.0.3:
15831583
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
15841584
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
15851585

1586+
arbos-precompiles@^1.0.2:
1587+
version "1.0.2"
1588+
resolved "https://registry.yarnpkg.com/arbos-precompiles/-/arbos-precompiles-1.0.2.tgz#7bebd5963aef972cd259eb41f3116ea065013ea6"
1589+
integrity sha512-1dOFYFJUN0kKoofh6buZJ8qCqTs+oLGSsGzHI0trA/Pka/TCERflCRsNVxez2lihOvK7MT/a2RA8AepKtBXdPQ==
1590+
dependencies:
1591+
hardhat "^2.6.4"
1592+
15861593
are-we-there-yet@~1.1.2:
15871594
version "1.1.7"
15881595
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
@@ -3569,10 +3576,10 @@ dom-walk@^0.1.0:
35693576
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
35703577
integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
35713578

3572-
dotenv@^10.0.0:
3573-
version "10.0.0"
3574-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
3575-
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
3579+
dotenv@^16.0.1:
3580+
version "16.0.1"
3581+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d"
3582+
integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==
35763583

35773584
dotignore@~0.1.2:
35783585
version "0.1.2"

0 commit comments

Comments
 (0)