Skip to content

Commit 56aea10

Browse files
revert dotenv
1 parent c210da6 commit 56aea10

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/request-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@requestnetwork/utils": "0.54.0",
5757
"chalk": "4.1.0",
5858
"cors": "2.8.5",
59-
"dotenv": "16.5.0",
59+
"dotenv": "8.2.0",
6060
"ethers": "5.7.2",
6161
"express": "4.21.0",
6262
"graphql": "16.8.1",

packages/smart-contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/mocha": "8.2.3",
7979
"@types/node": "18.11.9",
8080
"chai": "4.3.4",
81-
"dotenv": "16.5.0",
81+
"dotenv": "10.0.0",
8282
"ethereum-waffle": "3.4.4",
8383
"ethers": "5.7.2",
8484
"ganache-cli": "6.12.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -11991,10 +11991,15 @@ dot@^1.1.3:
1199111991
resolved "https://registry.npmjs.org/dot/-/dot-1.1.3.tgz"
1199211992
integrity sha512-/nt74Rm+PcfnirXGEdhZleTwGC2LMnuKTeeTIlI82xb5loBBoXNYzr2ezCroPSMtilK8EZIfcNZwOcHN+ib1Lg==
1199311993

11994-
11995-
version "16.5.0"
11996-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
11997-
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
11994+
[email protected], dotenv@~10.0.0:
11995+
version "10.0.0"
11996+
resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz"
11997+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
11998+
11999+
12000+
version "8.2.0"
12001+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
12002+
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
1199812003

1199912004
dotenv@^16.0.0:
1200012005
version "16.3.1"
@@ -12006,11 +12011,6 @@ dotenv@^16.4.5:
1200612011
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz"
1200712012
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
1200812013

12009-
dotenv@~10.0.0:
12010-
version "10.0.0"
12011-
resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz"
12012-
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
12013-
1201412014
dotignore@~0.1.2:
1201512015
version "0.1.2"
1201612016
resolved "https://registry.npmjs.org/dotignore/-/dotignore-0.1.2.tgz"

0 commit comments

Comments
 (0)