Skip to content

Commit c9ea544

Browse files
committed
fix(deps): update dependency graphiql to v1.9.10
1 parent aa8fd2f commit c9ea544

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"codemirror": "5.65.6",
2020
"codemirror-graphql": "0.15.2",
2121
"date-fns": "2.23.0",
22-
"graphiql": "1.9.9",
22+
"graphiql": "1.9.10",
2323
"graphql": "15.8.0",
2424
"isomorphic-fetch": "3.0.0",
2525
"js-cookie": "3.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,10 +2218,10 @@
22182218
dependencies:
22192219
tslib "^2.0.1"
22202220

2221-
"@graphiql/react@^0.4.2":
2222-
version "0.4.2"
2223-
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.4.2.tgz#2a12c7cf0f3945022c2231ce4e814561f2363ef7"
2224-
integrity sha512-Df2BaA0HGRkzETCaUw4ZSDe///sfIAGZ6H436A08hmg7SU3yoWJboWGWGc/QD2NyBKVgVBMmzmHcgWhsYh03EA==
2221+
"@graphiql/react@^0.4.3":
2222+
version "0.4.3"
2223+
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.4.3.tgz#29ca3125c7a349de5e9beb2aef660137fbcbde2e"
2224+
integrity sha512-MnH+7LqRqFnwo8YBDtgDfJOdeS5QqNTzH2gTvTbEYYWaNQW1+Vhbsyu2RKHnPSgKVQlfLzdjw6SAMtSb3q1Qog==
22252225
dependencies:
22262226
"@graphiql/toolkit" "^0.6.0"
22272227
codemirror "^5.65.3"
@@ -12934,12 +12934,12 @@ graphile-utils@^4.11.2:
1293412934
graphql ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
1293512935
tslib "^2.0.1"
1293612936

12937-
12938-
version "1.9.9"
12939-
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.9.9.tgz#dfc1760e7552140247e591e3c66d1ccc389ea71f"
12940-
integrity sha512-eJ5kGpXFXw69QG/1SJrQs/mzGpDIv4XeGqohGSKQCOh7NtsAsQIxs/VMVR8Lvv9tx6YiIFUvAHp997NlyOwHbQ==
12937+
12938+
version "1.9.10"
12939+
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.9.10.tgz#ba7113ed8b1bc988d00d8d7cc51901b51b684bde"
12940+
integrity sha512-uYYK/zBTV9Y/IHw4uopGVRusbF2xmPnptx7OMFTnTHOTQOmzfIGRTn58WuPgevyEi+9zSLojM86lot9xvNA1/w==
1294112941
dependencies:
12942-
"@graphiql/react" "^0.4.2"
12942+
"@graphiql/react" "^0.4.3"
1294312943
"@graphiql/toolkit" "^0.6.0"
1294412944
entities "^2.0.0"
1294512945
graphql-language-service "^5.0.6"

0 commit comments

Comments
 (0)