postman-collection icon indicating copy to clipboard operation
postman-collection copied to clipboard

Upgrade uuid to v 9.0.0

Open sohamnakhare opened this issue 1 year ago • 2 comments

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.

sohamnakhare avatar Jul 17 '23 09:07 sohamnakhare

I want to work on this so please assign me.

testgithubsonika avatar Aug 27 '23 20:08 testgithubsonika

@sohamnakhare Can you please review PR #1359 I tried to update uuid and ran tests and they are supposedly all passing

maverox avatar Mar 09 '24 20:03 maverox