Skip to content

Commit b782cfb

Browse files
chore(deps): update dependency graphql to v16.1.0 (#828)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2af555d commit b782cfb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"resolutions": {
5959
"@changesets/git": "1.2.1",
60-
"graphql": "16.0.1"
60+
"graphql": "16.1.0"
6161
},
6262
"lint-staged": {
6363
"{packages,scripts}/**/*.{ts,tsx,js,jsx,cjs,mjs}": [

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/graphql-depth-limit": "1.1.3",
4242
"@types/lodash.lowercase": "4.3.6",
4343
"bob-the-bundler": "1.5.1",
44-
"graphql": "16.0.1",
44+
"graphql": "16.1.0",
4545
"typescript": "4.5.2"
4646
},
4747
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4248,10 +4248,10 @@ graphql-ws@^5.4.1:
42484248
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
42494249
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
42504250

4251-
[email protected], graphql@^14.5.3:
4252-
version "16.0.1"
4253-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.1.tgz#93a13cd4e0e38ca8d0832e79614c8578bfd34f10"
4254-
integrity sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==
4251+
[email protected], graphql@16.1.0, graphql@^14.5.3:
4252+
version "16.1.0"
4253+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5"
4254+
integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==
42554255

42564256
hard-rejection@^2.1.0:
42574257
version "2.1.0"

0 commit comments

Comments
 (0)