Merge pull request #684 from Adyen/dependabot/npm_and_yarn/dotenv-9.0.0

Bump dotenv from 8.4.0 to 9.0.0
This commit is contained in:
Wouter Boereboom
2021-05-07 14:46:26 +02:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View File

@@ -2373,9 +2373,9 @@
}
},
"dotenv": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.4.0.tgz",
"integrity": "sha512-l+pIWjvRva0AhnLerv9VvpscgXa72iPW1qKlCgA7COzJA414vGQ/PMcOuNfR1CmQbK208WWYeVwQUa8yfuqH8Q==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.0.tgz",
"integrity": "sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==",
"dev": true
},
"duplexer3": {

View File

@@ -41,7 +41,7 @@
"@typescript-eslint/parser": "2.34.0",
"acorn": "^8.0.1",
"coveralls": "3.1.0",
"dotenv": "^8.2.0",
"dotenv": "^9.0.0",
"eslint": "6.8.0",
"jest": "25.5.4",
"jest-ts-auto-mock": "^2.0.0",

View File

@@ -1783,10 +1783,10 @@ dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"
dotenv@^8.2.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.4.0.tgz#08576a9d5dc63b4fc58df087015c768eb102e0f3"
integrity sha512-l+pIWjvRva0AhnLerv9VvpscgXa72iPW1qKlCgA7COzJA414vGQ/PMcOuNfR1CmQbK208WWYeVwQUa8yfuqH8Q==
dotenv@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.0.tgz#2408af4e39378375b7eebe30b7b54989e36d6e46"
integrity sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==
duplexer3@^0.1.4:
version "0.1.4"