Skip to content

Commit

Permalink
Update dependency graphql to v16.8.1 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent b78df54 commit 0cfa280
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"resolutions": {
"esbuild": "0.18.6",
"graphql": "16.6.0",
"graphql": "16.8.1",
"prettier": "2.8.8"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "4.0.0",
"graphql": "14.0.0 || 15.0.0 || 16.0.0 || 16.6.0"
"graphql": "14.0.0 || 15.0.0 || 16.0.0 || 16.6.0 || 16.8"
},
"dependencies": {
"@envelop/core": "4.0.0",
Expand All @@ -60,7 +60,7 @@
"@envelop/testing": "6.0.0",
"@graphql-tools/utils": "10.0.01",
"@types/fast-redact": "3.0.2",
"graphql": "16.6.0",
"graphql": "16.8.1",
"typescript": "5.1.3"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5143,10 +5143,10 @@ graphemer@^1.4.0:
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==

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.6.0, graphql@16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==

h3@^1.0.2:
version "1.6.4"
Expand Down

0 comments on commit 0cfa280

Please sign in to comment.