kevinbarnett / gatsby-source-greenhouse-job-board

Source plugin for pulling offices, departments, and jobs into Gatsby from the Greenhouse Job Board API. It creates links between all entities so they can be queried in Gatsby using GraphQL.
5 stars 13 forks source link

Upgrade dependencies #5

Open amanda-t opened 1 year ago

amanda-t commented 1 year ago

Adds Gatsby 5 as a peer dependency to avoid having to install packages with --legacy-peer-deps. Also upgrades axios to address a critical security vulnerability that was fixed in v0.21.1, and upgrades chalk. Tested and works.