hasura / graphqurl

curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.
Apache License 2.0
3.34k stars 101 forks source link

refresh the lockfile to automatically remove the vulnerability introduced by tree-kit #101

Open paimon0715 opened 3 years ago

paimon0715 commented 3 years ago

Hi, @wawhal, I have reported a vulnerability issue in package terminal-kit.

As far as I am aware, vulnerability(high severity) SNYK-JS-TREEKIT-1077068 detected in package tree-kit<0.7.0 is directly referenced by  terminal-kit@1.49.3, on which your package graphqurl@1.0.1 directly depends. As such, this vulnerability can also affect graphqurl@1.0.1 via the following path: graphqurl@1.0.1 ➔ terminal-kit@1.49.3 ➔ tree-kit@0.6.2(vulnerable version)

Since terminal-kit has released a new patched version terminal-kit@1.49.4 to resolve this issue (terminal-kit@1.49.4 ➔ tree-kit@0.7.0(fix version)), then this vulnerability patch can be automatically propagated into your project only if you update your lockfile. The following is your new dependency path : graphqurl@1.0.1 ➔ terminal-kit@1.49.4 ➔ tree-kit@0.7.0(vulnerability fix version).

dependency path

A warm tip. Best regards, ^_^