Skip to content

Commit

Permalink
Fixing dependency for vulnerability (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
manasag authored Apr 24, 2024
1 parent bc5a86e commit 3f0a490
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 117 deletions.
289 changes: 174 additions & 115 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphqurl",
"description": "cURL for GraphQL - CLI and JS library for making GraphQL queries",
"version": "1.0.2",
"version": "1.0.3",
"author": "Hasura",
"bin": {
"gq": "./bin/run",
Expand All @@ -12,7 +12,7 @@
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/errors": "1.3.4",
"@oclif/plugin-help": "3.2.1",
"@oclif/plugin-help": "^3.3.1",
"cli-ux": "^4.7.3",
"express": "^4.19.2",
"graphql": "15.5.0",
Expand Down

0 comments on commit 3f0a490

Please sign in to comment.