Skip to content

Commit

Permalink
[Snyk] Security upgrade graphql from 16.6.0 to 16.8.1 (#686)
Browse files Browse the repository at this point in the history
* fix: libraries/hermes/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181

* chore: update yarn.lock

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
kkopanidis and snyk-bot authored Sep 20, 2023
1 parent 057828a commit cfca447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"deepdash": "^5.3.9",
"express": "~4.18.2",
"express-winston": "^4.2.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-parse-resolve-info": "^4.13.0",
"graphql-tools": "^8.3.19",
"graphql-type-json": "^0.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8311,10 +8311,10 @@ graphql@^14.5.3:
dependencies:
iterall "^1.2.2"

graphql@^16.6.0:
version "16.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
graphql@^16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==

gtoken@^6.0.0:
version "6.1.0"
Expand Down

0 comments on commit cfca447

Please sign in to comment.