ljharb / get-intrinsic

Get and robustly cache all JS language-level intrinsics at first require time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update has-symbols to 1.0.2 to fix "global is not defined" when qs is used

tonivj5 opened this issue · comments

No update is needed, since ^ is used. You can update it yourself in your lockfile, or, npm install qs and it will install the newest version of its transitive dependencies.

The better fix is to fix your broken bundler (webpack 5, presumably) so it properly polyfills node globals.