zendesk / zcli

A command-line tool for Zendesk
https://developer.zendesk.com
Apache License 2.0
62 stars 20 forks source link

[NO-JIRA] Bump typescript and @typescript-eslint #237

Open token-cjg opened 3 months ago

token-cjg commented 3 months ago

Todos

Description

bfc6dc2 Bump typescript and @typescript-eslint

Let's bump our typescript tooling to something a bit more recent, there are also a few security vulnerabilities associated to earlier @typescript-eslint which are fixed with this change.

In short,

[1] https://github.com/oclif/eslint-config-oclif-typescript/blob/v1.0.2/package.json#L8-L9 [2] https://stackoverflow.com/a/77124060

Detail

Bump typescript and @typescript-eslint packages to more recent variants to safeguard against code-rot + address security vulnerabilities

Checklist