Bump dotenv from 17.4.0 to 17.4.1

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.4.0 to 17.4.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.4.0...v17.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-06 08:42:31 +00:00
committed by GitHub
parent b9eb668749
commit a55ad0faa3
2 changed files with 5 additions and 17 deletions
+4 -16
View File
@@ -12,7 +12,7 @@
"@discordjs/voice": "^0.19.2", "@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.11", "@snazzah/davey": "^0.1.11",
"discord.js": "^14.26.0", "discord.js": "^14.26.0",
"dotenv": "^17.4.0", "dotenv": "^17.4.1",
"libsodium-wrappers": "^0.8.2", "libsodium-wrappers": "^0.8.2",
"path": "^0.12.7" "path": "^0.12.7"
}, },
@@ -401,9 +401,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"libc": [
"glibc"
],
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -420,9 +417,6 @@
"cpu": [ "cpu": [
"arm64" "arm64"
], ],
"libc": [
"musl"
],
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -439,9 +433,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"libc": [
"glibc"
],
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -458,9 +449,6 @@
"cpu": [ "cpu": [
"x64" "x64"
], ],
"libc": [
"musl"
],
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"os": [ "os": [
@@ -632,9 +620,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "17.4.0", "version": "17.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz",
"integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==", "integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
+1 -1
View File
@@ -21,7 +21,7 @@
"@discordjs/voice": "^0.19.2", "@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.11", "@snazzah/davey": "^0.1.11",
"discord.js": "^14.26.0", "discord.js": "^14.26.0",
"dotenv": "^17.4.0", "dotenv": "^17.4.1",
"libsodium-wrappers": "^0.8.2", "libsodium-wrappers": "^0.8.2",
"path": "^0.12.7" "path": "^0.12.7"
}, },