Bump libsodium-wrappers from 0.8.0 to 0.8.1

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

---
updated-dependencies:
- dependency-name: libsodium-wrappers
  dependency-version: 0.8.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-01-19 09:28:36 +00:00
committed by GitHub
parent 61735dc47a
commit e8405cf892
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@snazzah/davey": "^0.1.9", "@snazzah/davey": "^0.1.9",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"libsodium-wrappers": "^0.8.0", "libsodium-wrappers": "^0.8.1",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
@@ -652,9 +652,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/libsodium-wrappers": { "node_modules/libsodium-wrappers": {
"version": "0.8.0", "version": "0.8.1",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.0.tgz", "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.1.tgz",
"integrity": "sha512-PVyXAtP1nmpQrDKAVnA8pir0f7bj7vmMGs7mb+0OCSJ+BOfLNBb5hPy2GHfrx6cQ+Co9fMliR5R0WRbVuMllNA==", "integrity": "sha512-UOqD9M4HhAhwEo2foIgnUrpqXCj2VKdndZXM3PZ0zGe++9808TzAFSp4o2mOgPM/DNUnUqncR3G0xqiKDoAQXQ==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"libsodium": "^0.8.0" "libsodium": "^0.8.0"

View File

@@ -22,7 +22,7 @@
"@snazzah/davey": "^0.1.9", "@snazzah/davey": "^0.1.9",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"libsodium-wrappers": "^0.8.0", "libsodium-wrappers": "^0.8.1",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {