dangcuuson / graphql-schema-typescript

Generate TypeScript from GraphQL's schema type definitions
191 stars 36 forks source link

updated yargs to address prototype pollution #53

Closed mattcfilbert closed 3 years ago

mattcfilbert commented 3 years ago

Using graphql-schema-typescript on a government project with low tolerance for npm/yarn vulnerabilities. Updating yargs will address the prototype pollution that comes up in when running an audit. Updated: jest, typescript, ts-jest, yargs, playlyfe/gql

Addresses issue #47

mattcfilbert commented 3 years ago

@dangcuuson - thank you for building this excellent tool. these updates should increase use of it by addressing the audit warning for yargs-parser you get when using this package