Bump dotenv from 17.2.0 to 17.2.1 (#161)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.0 to 17.2.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.2.0...v17.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-07-25 20:05:41 +02:00 committed by GitHub
commit f78f4648d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"@zuzak/owo": "^1.14.1",
"discord.js": "^14.21.0",
"dotenv": "^17.2.0",
"dotenv": "^17.2.1",
"seedrandom": "^3.0.5",
"sqlite3": "^5.1.6"
},
@ -2593,9 +2593,9 @@
}
},
"node_modules/dotenv": {
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.0.tgz",
"integrity": "sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ==",
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz",
"integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View file

@ -6,7 +6,7 @@
"dependencies": {
"@zuzak/owo": "^1.14.1",
"discord.js": "^14.21.0",
"dotenv": "^17.2.0",
"dotenv": "^17.2.1",
"seedrandom": "^3.0.5",
"sqlite3": "^5.1.6"
},