From 232f1d88743d06be61dc10cfd4987e64c7bbd090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:29:44 +0000 Subject: [PATCH] build(deps): bump libsodium-wrappers from 0.7.16 to 0.8.4 Bumps [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) from 0.7.16 to 0.8.4. - [Release notes](https://github.com/jedisct1/libsodium.js/releases) - [Commits](https://github.com/jedisct1/libsodium.js/compare/0.7.16...0.8.4) --- updated-dependencies: - dependency-name: libsodium-wrappers dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- package-lock.json | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index cbae988..606daef 100644 --- a/backend/package.json +++ b/backend/package.json @@ -54,7 +54,7 @@ "ipfs-http-client": "^60.0.1", "joi": "^17.9.2", "jsonwebtoken": "^9.0.2", - "libsodium-wrappers": "^0.7.13", + "libsodium-wrappers": "^0.8.4", "ml-kmeans": "^6.0.0", "ml-matrix": "^6.10.4", "mongoose": "^7.5.0", diff --git a/package-lock.json b/package-lock.json index 99e5fbc..ae6577f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "ipfs-http-client": "^60.0.1", "joi": "^17.9.2", "jsonwebtoken": "^9.0.2", - "libsodium-wrappers": "^0.7.13", + "libsodium-wrappers": "^0.8.4", "ml-kmeans": "^6.0.0", "ml-matrix": "^6.10.4", "mongoose": "^7.5.0", @@ -110,6 +110,7 @@ "@types/natural": "^6.0.1", "@types/node": "^20.5.1", "@types/nodemailer": "^6.4.14", + "@types/socket.io-client": "^3.0.0", "@types/supertest": "^2.0.12", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", @@ -11976,6 +11977,17 @@ "@types/node": "*" } }, + "node_modules/@types/socket.io-client": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-3.0.0.tgz", + "integrity": "sha512-s+IPvFoEIjKA3RdJz/Z2dGR4gLgysKi8owcnrVwNjgvc01Lk68LJDDsG2GRqegFITcxmvCMYM7bhMpwEMlHmDg==", + "deprecated": "This is a stub types definition. socket.io-client provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "socket.io-client": "*" + } + }, "node_modules/@types/stack-utils": { "version": "2.0.3", "dev": true, @@ -21039,14 +21051,18 @@ } }, "node_modules/libsodium": { - "version": "0.7.16", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.8.4.tgz", + "integrity": "sha512-lMcYaRi0zcs7tarATsQUYC7rstliIXZuoq0c6zXSgNtSNtdvBgkSegjWhpMJAXzKX3SUSwIp7+zEsob+j3LuRw==", "license": "ISC" }, "node_modules/libsodium-wrappers": { - "version": "0.7.16", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.8.4.tgz", + "integrity": "sha512-mu8aAWucZjTB5O/BtGXtW4e1agy7uHxNYG7zPthmmD1jU43LCDmSWZLN4JhflbdPXj3yDO4lxM1O9hLDgIOXDw==", "license": "ISC", "dependencies": { - "libsodium": "^0.7.16" + "libsodium": "^0.8.0" } }, "node_modules/lie": {