Skip to content

Commit b17ed1a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphiql to v1.8.10
1 parent 36f4a89 commit b17ed1a

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.3",
2020
"codemirror-graphql": "0.15.2",
2121
"date-fns": "2.23.0",
22-
"graphiql": "1.8.8",
22+
"graphiql": "1.8.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/toolkit@^0.4.3":
2222-
version "0.4.3"
2223-
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.4.3.tgz#2653d045693d902f7faaf87b9047e8786397ec48"
2224-
integrity sha512-L0l6BezvTXmWZhtdmZxirhYwKzcZToAciQY0A13KRAWSpJ9bb/ZdkBpcz3fOXrsjuJHf0wBr6Vk9kztJ6lV7uA==
2221+
"@graphiql/toolkit@^0.4.5":
2222+
version "0.4.5"
2223+
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.4.5.tgz#9fb5020444712562eae9581724695c235f610836"
2224+
integrity sha512-QXuuMSSK/0GfBS7tltrGZdyhIvm6oe9TK4VW9pfa8dALYttpzyJ64Q4Sx9I1Ng++yOMJWziM/ksa043zkNHsjQ==
22252225
dependencies:
22262226
"@n1ru4l/push-pull-async-iterable-iterator" "^3.1.0"
22272227
meros "^1.1.4"
@@ -12879,12 +12879,12 @@ graphile-utils@^4.11.2:
1287912879
graphql ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
1288012880
tslib "^2.0.1"
1288112881

12882-
12883-
version "1.8.8"
12884-
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.8.8.tgz#eef760097b20901c0427f831ee6403fbdb2711b8"
12885-
integrity sha512-0AwnT7YnLU0Y+rQSZgdL7HxFJtAC2emyQAzsaqTglur/gSqw+4115LYi9tNRLGnFpxGE8giTslYLh9P0RdhiWg==
12882+
12883+
version "1.8.10"
12884+
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-1.8.10.tgz#a45e80a896b802f9591a89aa9af90fdafe44d5d8"
12885+
integrity sha512-ZYGsBzJz3OWh30eRr5D07ETHLqUEgfOddKdMLHgivLRmWVG6paRNOPzgwFyXy49JwL6gTzVmZoHabml7yySCnA==
1288612886
dependencies:
12887-
"@graphiql/toolkit" "^0.4.3"
12887+
"@graphiql/toolkit" "^0.4.5"
1288812888
codemirror "^5.65.3"
1288912889
codemirror-graphql "^1.3.0"
1289012890
copy-to-clipboard "^3.2.0"

0 commit comments

Comments
 (0)