Merge pull request #1129 from warengroup/dependabot/npm_and_yarn/develop/libsodium-wrappers-0.8.0

Bump libsodium-wrappers from 0.7.16 to 0.8.0
This commit is contained in:
github-actions[bot]
2026-01-07 08:01:44 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@snazzah/davey": "^0.1.9",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"libsodium-wrappers": "^0.7.16",
"libsodium-wrappers": "^0.8.0",
"path": "^0.12.7"
},
"devDependencies": {
@@ -646,18 +646,18 @@
"license": "ISC"
},
"node_modules/libsodium": {
"version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.16.tgz",
"integrity": "sha512-3HrzSPuzm6Yt9aTYCDxYEG8x8/6C0+ag655Y7rhhWZM9PT4NpdnbqlzXhGZlDnkgR6MeSTnOt/VIyHLs9aSf+Q==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.8.0.tgz",
"integrity": "sha512-GQ4Sg0/Z0Ui6ZvKeTd8bH7VAAqk1ZHZDAo/pcuSi0uPbIN6LYAAotR0GEYb8v+y4/tSsXZPr06D6hhqKd7tnoQ==",
"license": "ISC"
},
"node_modules/libsodium-wrappers": {
"version": "0.7.16",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.16.tgz",
"integrity": "sha512-Gtr/WBx4dKjvRL1pvfwZqu7gO6AfrQ0u9vFL+kXihtHf6NfkROR8pjYWn98MFDI3jN19Ii1ZUfPR9afGiPyfHg==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.0.tgz",
"integrity": "sha512-PVyXAtP1nmpQrDKAVnA8pir0f7bj7vmMGs7mb+0OCSJ+BOfLNBb5hPy2GHfrx6cQ+Co9fMliR5R0WRbVuMllNA==",
"license": "ISC",
"dependencies": {
"libsodium": "^0.7.16"
"libsodium": "^0.8.0"
}
},
"node_modules/lodash": {

View File

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