postman-collection
postman-collection copied to clipboard
Upgrade uuid to v 9.0.0
Env Jest 29.6.1, node 18.16.1 we are getting the following error while running jest
***/node_modules/uuid/dist/esm-browser/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){export { default as v1 } from './v1.js';
This error is fixed in uuid v 9.0.0.
I want to work on this so please assign me.
@sohamnakhare Can you please review PR #1359 I tried to update uuid and ran tests and they are supposedly all passing