From 7767ea56c56aa6bf59b7364fce5c7b389ce134af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:42:36 +0000 Subject: [PATCH] Bump libsodium-wrappers from 0.8.2 to 0.8.3 Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/jedisct1/libsodium.js/releases) - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 388efbe..d967b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@snazzah/davey": "^0.1.11", "discord.js": "^14.26.0", "dotenv": "^17.4.1", - "libsodium-wrappers": "^0.8.2", + "libsodium-wrappers": "^0.8.3", "path": "^0.12.7" }, "devDependencies": { @@ -668,9 +668,9 @@ "license": "ISC" }, "node_modules/libsodium-wrappers": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", - "integrity": "sha512-VFLmfxkxo+U9q60tjcnSomQBRx2UzlRjKWJqvB4K1pUqsMQg4cu3QXA2nrcsj9A1qRsnJBbi2Ozx1hsiDoCkhw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.3.tgz", + "integrity": "sha512-Ri4G16uT3HiJsvIobXp1G1bpvGN4dcIjLONh8CHuzwqsT92F3GZ7EAxk3sL53NeuFCwi1XWSggsMMpGJ4Y+x/g==", "license": "ISC", "dependencies": { "libsodium": "^0.8.0" diff --git a/package.json b/package.json index ff1db6b..471f67b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@snazzah/davey": "^0.1.11", "discord.js": "^14.26.0", "dotenv": "^17.4.1", - "libsodium-wrappers": "^0.8.2", + "libsodium-wrappers": "^0.8.3", "path": "^0.12.7" }, "devDependencies": {