Merge pull request #1106 from warengroup/dependabot/npm_and_yarn/develop/dotenv-17.2.2

Bump dotenv from 17.2.1 to 17.2.2
This commit is contained in:
github-actions[bot]
2025-09-04 02:25:37 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.22.1", "discord.js": "^14.22.1",
"dotenv": "^17.2.1", "dotenv": "^17.2.2",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.15",
"path": "^0.12.7" "path": "^0.12.7"
}, },
@@ -370,9 +370,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "17.2.1", "version": "17.2.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz",
"integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=12" "node": ">=12"

View File

@@ -20,7 +20,7 @@
"dependencies": { "dependencies": {
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.22.1", "discord.js": "^14.22.1",
"dotenv": "^17.2.1", "dotenv": "^17.2.2",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.15",
"path": "^0.12.7" "path": "^0.12.7"
}, },