1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 18:27:21 +03:00

chore(deps): bump dotenv from 8.2.0 to 10.0.0 (#275)

This commit is contained in:
dependabot[bot] 2021-06-13 02:05:26 +02:00 committed by GitHub
parent de7c3ad68e
commit 7852b8dbac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8317,9 +8317,9 @@
}
},
"dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
},
"duplexer": {
"version": "0.1.2",

View File

@ -66,7 +66,7 @@
"async": "^3.2.0",
"cross-env": "^7.0.3",
"deepspeech": "^0.9.3",
"dotenv": "^8.2.0",
"dotenv": "^10.0.0",
"execa": "^5.0.0",
"fastify": "^3.17.0",
"fastify-static": "^4.0.1",