fix(deps): update dependency dotenv to v10 (#5433)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-24 11:28:07 +03:00 committed by GitHub
parent 60ab036216
commit 1d44a5c0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -126,7 +126,7 @@
"cypress-image-snapshot": "^4.0.0", "cypress-image-snapshot": "^4.0.0",
"cypress-jest-adapter": "^0.1.1", "cypress-jest-adapter": "^0.1.1",
"cypress-plugin-tab": "^1.0.0", "cypress-plugin-tab": "^1.0.0",
"dotenv": "^9.0.0", "dotenv": "^10.0.0",
"eslint": "^7.0.0", "eslint": "^7.0.0",
"eslint-plugin-cypress": "^2.6.0", "eslint-plugin-cypress": "^2.6.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",

View File

@ -25,7 +25,7 @@
"@hapi/joi": "^17.0.2", "@hapi/joi": "^17.0.2",
"async-mutex": "^0.3.0", "async-mutex": "^0.3.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^9.0.0", "dotenv": "^10.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"simple-git": "^2.0.0", "simple-git": "^2.0.0",

View File

@ -7520,6 +7520,11 @@ dotenv-webpack@^1.7.0:
dependencies: dependencies:
dotenv-defaults "^1.0.2" dotenv-defaults "^1.0.2"
dotenv@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
dotenv@^6.2.0: dotenv@^6.2.0:
version "6.2.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
@ -7530,11 +7535,6 @@ dotenv@^8.0.0:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
dotenv@^9.0.0:
version "9.0.2"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05"
integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==
duplexer3@^0.1.4: duplexer3@^0.1.4:
version "0.1.4" version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"