fix: also install dotenv

This commit is contained in:
Udit Karode 2023-04-09 21:14:56 +05:30
parent 00006956e2
commit 25184d4995
No known key found for this signature in database
GPG Key ID: 864BAA48465205F0
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@
},
"dependencies": {
"bing-chat": "^0.2.3",
"dotenv": "^16.0.3",
"dotenv-safe": "^8.2.0",
"p-timeout": "^6.1.1",
"telegraf": "^4.12.2"

View File

@ -199,6 +199,11 @@ dotenv-safe@^8.2.0:
dependencies:
dotenv "^8.2.0"
dotenv@^16.0.3:
version "16.0.3"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
dotenv@^8.2.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"