Merge pull request #29 from matrixgpt/dependabot/npm_and_yarn/dotenv-16.0.3

Bump dotenv from 14.2.0 to 16.0.3
This commit is contained in:
bertybuttface 2023-01-03 15:05:32 +00:00 committed by GitHub
commit 0ed4a5e43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"dependencies": {
"chatgpt": "^3.3.10",
"dotenv": "^14.2.0",
"dotenv": "^16.0.3",
"matrix-bot-sdk": "^0.6.3",
"puppeteer": "^19.4.1",
"typescript": "^4.9.4",
@ -892,9 +892,9 @@
}
},
"node_modules/dotenv": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.2.0.tgz",
"integrity": "sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==",
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"engines": {
"node": ">=12"
}
@ -4523,9 +4523,9 @@
}
},
"dotenv": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.2.0.tgz",
"integrity": "sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw=="
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ=="
},
"ecc-jsbn": {
"version": "0.1.2",

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"chatgpt": "^3.3.10",
"dotenv": "^14.2.0",
"dotenv": "^16.0.3",
"matrix-bot-sdk": "^0.6.3",
"puppeteer": "^19.4.1",
"typescript": "^4.9.4",