Skip to content

Commit 0017399

Browse files
Bump dotenv from 8.6.0 to 10.0.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v8.6.0...v10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1ce5ec2 commit 0017399

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"axios": "^0.21.0",
41-
"dotenv": "^8.6.0",
41+
"dotenv": "^10.0.0",
4242
"express": "^4.17.1",
4343
"js-base64": "^3.6.1"
4444
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,10 +1620,10 @@ dot-prop@^5.2.0:
16201620
dependencies:
16211621
is-obj "^2.0.0"
16221622

1623-
dotenv@*, dotenv@^8.6.0:
1624-
version "8.6.0"
1625-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
1626-
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
1623+
dotenv@*, dotenv@^10.0.0:
1624+
version "10.0.0"
1625+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
1626+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
16271627

16281628
duplexer3@^0.1.4:
16291629
version "0.1.4"

0 commit comments

Comments
 (0)