How to fix Depricated warning message (node:6136) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
In my code I have used something like below
// initializing globals
GLOBAL.user_session= {};
GLOBAL.config= require('./config/config.js');
So how to fix warning message?