PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Upgrade eslint #26

Closed cecilia-donnelly closed 3 years ago

cecilia-donnelly commented 3 years ago

We were at eslint 7.11, which had an out of date (and insecure) glob-parent dependency that dependabot flagged. This change upgrades us to the latest version, 7.30.0, and upgrades glob-parent along with it. npm test still passes, as does npm test:lint in particular.