Skip to content

Commit 5365ac8

Browse files
Bump graphql from 15.3.0 to 15.4.0 (#124)
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.4.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v15.3.0...v15.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fee4ed commit 5365ac8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"eslint": "7.12.1",
1313
"@graphql-eslint/eslint-plugin": "0.4.1",
14-
"graphql": "15.3.0",
14+
"graphql": "15.4.0",
1515
"typescript": "4.0.3"
1616
}
1717
}

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/eslint": "7.2.4",
3030
"bob-the-bundler": "1.1.0",
3131
"graphql-config": "3.0.3",
32-
"graphql": "15.3.0",
32+
"graphql": "15.4.0",
3333
"typescript": "4.0.3"
3434
},
3535
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,10 +2979,10 @@ graphql-config@^3.0.0:
29792979
string-env-interpolation "1.0.1"
29802980
tslib "^2.0.0"
29812981

2982-
graphql@15.3.0:
2983-
version "15.3.0"
2984-
resolved "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
2985-
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==
2982+
graphql@15.4.0:
2983+
version "15.4.0"
2984+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347"
2985+
integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==
29862986

29872987
growly@^1.3.0:
29882988
version "1.3.0"

0 commit comments

Comments
 (0)