chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot] 2019-10-27 15:59:41 +00:00 committed by Gregor Martynus
parent 79f8809e37
commit 56415e919e
1 changed files with 4 additions and 4 deletions

8
package-lock.json generated
View File

@ -1086,12 +1086,12 @@
"dev": true
},
"@types/dotenv": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@types/dotenv/-/dotenv-6.1.1.tgz",
"integrity": "sha512-ftQl3DtBvqHl9L16tpqqzA4YzCSXZfi7g8cQceTz5rOlYtk/IZbFjAv3mLOQlNIgOaylCQWQoBdDQHPgEBJPHg==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/@types/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-ylSC9GhfRH7m1EUXBXofhgx4lUWmFeQDINW5oLuS+gxWdfUeW4zJdeVTYVkexEW+e2VUvlZR2kGnGGipAWR7kw==",
"dev": true,
"requires": {
"@types/node": "*"
"dotenv": "*"
}
},
"@types/events": {