Bump dotenv from 14.2.0 to 16.0.3

Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.2.0 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v14.2.0...v16.0.3)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-03 15:04:28 +00:00 committed by GitHub
parent 8521496318
commit 95d0f44242
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.5.2",
@ -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.5.2",