Merge pull request #1147 from warengroup/dependabot/npm_and_yarn/develop/dotenv-17.4.1

Bump dotenv from 17.4.0 to 17.4.1
This commit is contained in:
github-actions[bot]
2026-04-06 08:42:43 +00:00
committed by GitHub
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"
}, },