2

I have this error on github :

name

I didn't find any solution. Did I have to update manually in yarn.lock package the version of Logkitty and after that, commit and push? Or a commande exist to upgrade specific package?

Why this error appear in yarn.lock and not to package.json?

Thanks.

CoryCoolguy
  • 1,065
  • 8
  • 18
samuel
  • 477
  • 7
  • 21

1 Answers1

0

This error appears in yarn.lock and not in package.json because logkitty was not a direct dependency of your project, but rather a dependency of one of your package.json's dependencies.

you could merge the pull request.

lost in binary
  • 544
  • 1
  • 4
  • 11