Merge pull request #1125 from warengroup/dependabot/npm_and_yarn/develop/libsodium-wrappers-0.7.16

Bump libsodium-wrappers from 0.7.15 to 0.7.16
This commit is contained in:
github-actions[bot]
2025-12-30 08:01:18 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.16",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
@@ -336,18 +336,18 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/libsodium": { "node_modules/libsodium": {
"version": "0.7.15", "version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz", "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.16.tgz",
"integrity": "sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw==", "integrity": "sha512-3HrzSPuzm6Yt9aTYCDxYEG8x8/6C0+ag655Y7rhhWZM9PT4NpdnbqlzXhGZlDnkgR6MeSTnOt/VIyHLs9aSf+Q==",
"license": "ISC" "license": "ISC"
}, },
"node_modules/libsodium-wrappers": { "node_modules/libsodium-wrappers": {
"version": "0.7.15", "version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz", "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.16.tgz",
"integrity": "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==", "integrity": "sha512-Gtr/WBx4dKjvRL1pvfwZqu7gO6AfrQ0u9vFL+kXihtHf6NfkROR8pjYWn98MFDI3jN19Ii1ZUfPR9afGiPyfHg==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"libsodium": "^0.7.15" "libsodium": "^0.7.16"
} }
}, },
"node_modules/lodash": { "node_modules/lodash": {

View File

@@ -21,7 +21,7 @@
"@discordjs/voice": "^0.19.0", "@discordjs/voice": "^0.19.0",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.16",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {