Skip to content

Commit 1968b6c

Browse files
klausifubhy
authored andcommitted
fix(yarn): Security update for explorer JS packages (#855)
1 parent 9f2c928 commit 1968b6c

13 files changed

Lines changed: 5316 additions & 4212 deletions

assets/explorer/dist/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/explorer/dist/container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#graphql-explorer {
22
position: relative;
33
height: 650px;
4-
}
4+
}

assets/explorer/dist/graphiql.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
.graphiql-container .historyShow {
104104
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e2e2e2));
105105
background: linear-gradient(#f7f7f7, #e2e2e2);
106+
border-radius: 0;
106107
border-bottom: 1px solid #d0d0d0;
107108
border-right: none;
108109
border-top: none;

assets/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"graphiql": "^0.11.10",
10-
"graphql": "^0.11.7",
10+
"graphql": "^0.13.2",
1111
"react": "^16.0.0",
1212
"react-dom": "^16.0.0"
1313
},

assets/explorer/yarn.lock

Lines changed: 1853 additions & 1113 deletions
Large diffs are not rendered by default.

assets/voyager/dist/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/voyager/dist/container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#graphql-voyager {
22
position: relative;
33
height: 650px;
4-
}
4+
}

assets/voyager/dist/voyager.css

Lines changed: 842 additions & 5 deletions
Large diffs are not rendered by default.

assets/voyager/dist/voyager.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)