viruschidai / validate-vat-ts

A library for validating VAT number
32 stars 13 forks source link

update dependencies, fix isomorphic-fetch vulnerability with update #20

Closed mbarisa closed 3 years ago

mbarisa commented 3 years ago

Update all dependencies as isomorphic-fetch is having vulnerability:

node-fetch  <=2.6.0 || 3.0.0-beta.1 - 3.0.0-beta.8
Denial of Service - https://npmjs.com/advisories/1556
No fix available
node_modules/isomorphic-fetch/node_modules/node-fetch
  isomorphic-fetch  2.0.0 - 2.2.1
  Depends on vulnerable versions of node-fetch
  node_modules/isomorphic-fetch
    validate-vat-ts  *
    Depends on vulnerable versions of isomorphic-fetch
    node_modules/validate-vat-ts
viruschidai commented 3 years ago

Fixed in https://github.com/viruschidai/validate-vat-ts/pull/21