diff --git a/package-lock.json b/package-lock.json index be07ebc9d..06f8ea12a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "discord-api-types": "0.38.16", "dotenv": "17.2.0", "ejs": "3.1.10", - "libsodium-wrappers": "0.7.15", + "libsodium-wrappers": "0.8.4", "mysql2": "3.14.2", "nest-winston": "1.10.2", "qs": "6.14.0", @@ -41,7 +41,7 @@ "@types/ejs": "3.1.5", "@types/express": "5.0.3", "@types/jest": "30.0.0", - "@types/libsodium-wrappers": "0.7.14", + "@types/libsodium-wrappers": "0.8.2", "@types/node": "22.13.9", "@types/qs": "6.14.0", "@types/supertest": "6.0.3", @@ -3577,11 +3577,15 @@ "license": "MIT" }, "node_modules/@types/libsodium-wrappers": { - "version": "0.7.14", - "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz", - "integrity": "sha512-5Kv68fXuXK0iDuUir1WPGw2R9fOZUlYlSAa0ztMcL0s0BfIDTqg9GXz8K30VJpPP3sxWhbolnQma2x+/TfkzDQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@types/libsodium-wrappers/-/libsodium-wrappers-0.8.2.tgz", + "integrity": "sha512-+2IDfSULPUskSjIYfZl9suIUsIE5PXwoKZiE/j0MZWd+M9nEGvJDsk/ztMZKNhL1lBL+1CaypW0dQSjqPW2dMg==", + "deprecated": "This is a stub types definition. libsodium-wrappers provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "libsodium-wrappers": "*" + } }, "node_modules/@types/methods": { "version": "1.1.4", @@ -9730,18 +9734,18 @@ } }, "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.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.15", - "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.15.tgz", - "integrity": "sha512-E4anqJQwcfiC6+Yrl01C1m8p99wEhLmJSs0VQqST66SbQXXBoaJY0pF4BNjRYa/sOQAxx6lXAaAFIlx+15tXJQ==", + "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.15" + "libsodium": "^0.8.0" } }, "node_modules/lilconfig": { diff --git a/package.json b/package.json index b097ff7e0..11373dd7c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "discord-api-types": "0.38.16", "dotenv": "17.2.0", "ejs": "3.1.10", - "libsodium-wrappers": "0.7.15", + "libsodium-wrappers": "0.8.4", "mysql2": "3.14.2", "nest-winston": "1.10.2", "qs": "6.14.0", @@ -54,7 +54,7 @@ "@types/ejs": "3.1.5", "@types/express": "5.0.3", "@types/jest": "30.0.0", - "@types/libsodium-wrappers": "0.7.14", + "@types/libsodium-wrappers": "0.8.2", "@types/node": "22.13.9", "@types/qs": "6.14.0", "@types/supertest": "6.0.3",