joerick / pr-labels-action

A Github action that extracts labels from the PR that this build belongs to, and makes them available to other actions.
25 stars 7 forks source link

Update Dependencies in package.json & package-lock.json #15

Open paslavsky opened 1 year ago

paslavsky commented 1 year ago

Upgrade the versions of the following dependencies in both package.json & package-lock.json:

  1. "@actions/github"
  2. "lodash"
  3. "@types/lodash"
  4. "@vercel/ncc"

This upgrade includes the latest stable releases of these dependencies ensuring bug-fixes and improved performance.

paslavsky commented 1 year ago

@joerick Please take a look