Bump libsodium-wrappers from 0.7.15 to 0.7.16

Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.15 to 0.7.16.
- [Release notes](https://github.com/jedisct1/libsodium.js/releases)
- [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.15...0.7.16)

---
updated-dependencies:
- dependency-name: libsodium-wrappers
  dependency-version: 0.7.16
  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]
2025-12-30 08:01:08 +00:00
committed by GitHub
parent babe276c87
commit 07575c83f3
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",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"libsodium-wrappers": "^0.7.15",
"libsodium-wrappers": "^0.7.16",
"path": "^0.12.7"
},
"devDependencies": {
@@ -336,18 +336,18 @@
"license": "ISC"
},
"node_modules/libsodium": {
"version": "0.7.15",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz",
"integrity": "sha512-sZwRknt/tUpE2AwzHq3jEyUU5uvIZHtSssktXq7owd++3CSgn8RGrv6UZJJBpP7+iBghBqe7Z06/2M31rI2NKw==",
"version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.16.tgz",
"integrity": "sha512-3HrzSPuzm6Yt9aTYCDxYEG8x8/6C0+ag655Y7rhhWZM9PT4NpdnbqlzXhGZlDnkgR6MeSTnOt/VIyHLs9aSf+Q==",
"license": "ISC"
},
"node_modules/libsodium-wrappers": {
"version": "0.7.15",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz",
"integrity": "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==",
"version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.16.tgz",
"integrity": "sha512-Gtr/WBx4dKjvRL1pvfwZqu7gO6AfrQ0u9vFL+kXihtHf6NfkROR8pjYWn98MFDI3jN19Ii1ZUfPR9afGiPyfHg==",
"license": "ISC",
"dependencies": {
"libsodium": "^0.7.15"
"libsodium": "^0.7.16"
}
},
"node_modules/lodash": {

View File

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