Skip to content

Commit 11c0eb9

Browse files
authored
chore(voyager): yarn audit security updates (#1214)
1 parent cc94afe commit 11c0eb9

10 files changed

Lines changed: 2074 additions & 3792 deletions

File tree

assets/explorer/dist/bundle.min.js

Lines changed: 2 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/** @license React v0.19.1
8+
* scheduler.production.min.js
9+
*
10+
* Copyright (c) Facebook, Inc. and its affiliates.
11+
*
12+
* This source code is licensed under the MIT license found in the
13+
* LICENSE file in the root directory of this source tree.
14+
*/
15+
16+
/** @license React v16.14.0
17+
* react-dom.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/
24+
25+
/** @license React v16.14.0
26+
* react.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/

assets/explorer/dist/graphiql.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@
161161
position: relative;
162162
}
163163

164-
.graphiql-container .variable-editor {
164+
.graphiql-container .secondary-editor {
165165
display: flex;
166166
flex-direction: column;
167167
height: 30px;
168168
position: relative;
169169
}
170170

171-
.graphiql-container .variable-editor-title {
171+
.graphiql-container .secondary-editor-title {
172172
background: #eeeeee;
173173
border-bottom: 1px solid #d6d6d6;
174174
border-top: 1px solid #e0e0e0;
@@ -1584,7 +1584,8 @@ li.CodeMirror-hint-active {
15841584

15851585
.graphiql-container .search-box {
15861586
border-bottom: 1px solid #d3d6db;
1587-
display: block;
1587+
display: flex;
1588+
align-items: center;
15881589
font-size: 14px;
15891590
margin: -15px -15px 12px 0;
15901591
position: relative;
@@ -1594,8 +1595,6 @@ li.CodeMirror-hint-active {
15941595
cursor: pointer;
15951596
display: block;
15961597
font-size: 24px;
1597-
position: absolute;
1598-
top: -2px;
15991598
transform: rotate(-45deg);
16001599
user-select: none;
16011600
}
@@ -1609,7 +1608,6 @@ li.CodeMirror-hint-active {
16091608
padding: 1px 5px 2px;
16101609
position: absolute;
16111610
right: 3px;
1612-
top: 8px;
16131611
user-select: none;
16141612
border: 0;
16151613
}

assets/explorer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"lint": "eslint src"
77
},
88
"dependencies": {
9-
"graphiql": "^0.17.5",
10-
"graphiql-explorer": "^0.6.2",
11-
"graphql": "^14.5.8",
9+
"graphiql": "^1.4.2",
10+
"graphiql-explorer": "^0.6.3",
11+
"graphql": "^15.5.1",
1212
"react": "^16.3",
1313
"react-dom": "^16.3"
1414
},
@@ -26,7 +26,7 @@
2626
"eslint-config-airbnb": "^18.1.0",
2727
"eslint-plugin-import": "^2.20.2",
2828
"rimraf": "^2.6.2",
29-
"webpack": "^4.41.2",
29+
"webpack": "^5.40.0",
3030
"webpack-cli": "^3.3.10"
3131
}
3232
}

assets/explorer/yarn.lock

Lines changed: 1002 additions & 1790 deletions
Large diffs are not rendered by default.

assets/voyager/dist/bundle.min.js

Lines changed: 2 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/* commonmark 0.29 https://github.com/commonmark/commonmark.js @license BSD3 */
8+
9+
/*!
10+
Copyright (c) 2018 Jed Watson.
11+
Licensed under the MIT License (MIT), see
12+
http://jedwatson.github.io/classnames
13+
*/
14+
15+
/*!
16+
* GraphQL Voyager - Represent any GraphQL API as an interactive graph
17+
* -------------------------------------------------------------
18+
* Version: "1.0.0-rc.31"
19+
* Repo: https://github.com/APIs-guru/graphql-voyager
20+
*/
21+
22+
/*!
23+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
24+
*
25+
* Copyright (c) 2014-2017, Jon Schlinkert.
26+
* Released under the MIT License.
27+
*/
28+
29+
/*!
30+
* isobject <https://github.com/jonschlinkert/isobject>
31+
*
32+
* Copyright (c) 2014-2017, Jon Schlinkert.
33+
* Released under the MIT License.
34+
*/
35+
36+
/*! http://mths.be/repeat v0.2.0 by @mathias */
37+
38+
/**
39+
* CSS Vendor prefix detection and property feature testing.
40+
*
41+
* @copyright Oleg Slobodskoi 2015
42+
* @website https://github.com/jsstyles/css-vendor
43+
* @license MIT
44+
*/
45+
46+
/**
47+
* @license
48+
* Lodash <https://lodash.com/>
49+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
50+
* Released under MIT license <https://lodash.com/license>
51+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
52+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
53+
*/
54+
55+
/** @license Material-UI v3.0.0-alpha.3
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/** @license React v0.19.1
62+
* scheduler.production.min.js
63+
*
64+
* Copyright (c) Facebook, Inc. and its affiliates.
65+
*
66+
* This source code is licensed under the MIT license found in the
67+
* LICENSE file in the root directory of this source tree.
68+
*/
69+
70+
/** @license React v16.13.1
71+
* react-is.production.min.js
72+
*
73+
* Copyright (c) Facebook, Inc. and its affiliates.
74+
*
75+
* This source code is licensed under the MIT license found in the
76+
* LICENSE file in the root directory of this source tree.
77+
*/
78+
79+
/** @license React v16.14.0
80+
* react-dom.production.min.js
81+
*
82+
* Copyright (c) Facebook, Inc. and its affiliates.
83+
*
84+
* This source code is licensed under the MIT license found in the
85+
* LICENSE file in the root directory of this source tree.
86+
*/
87+
88+
/** @license React v16.14.0
89+
* react.production.min.js
90+
*
91+
* Copyright (c) Facebook, Inc. and its affiliates.
92+
*
93+
* This source code is licensed under the MIT license found in the
94+
* LICENSE file in the root directory of this source tree.
95+
*/
96+
97+
/**!
98+
* @fileOverview Kickass library to create and place poppers near their reference elements.
99+
* @version 1.16.1
100+
* @license
101+
* Copyright (c) 2016 Federico Zivolo and contributors
102+
*
103+
* Permission is hereby granted, free of charge, to any person obtaining a copy
104+
* of this software and associated documentation files (the "Software"), to deal
105+
* in the Software without restriction, including without limitation the rights
106+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
107+
* copies of the Software, and to permit persons to whom the Software is
108+
* furnished to do so, subject to the following conditions:
109+
*
110+
* The above copyright notice and this permission notice shall be included in all
111+
* copies or substantial portions of the Software.
112+
*
113+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
116+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
117+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
118+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
119+
* SOFTWARE.
120+
*/

assets/voyager/dist/voyager.worker.js

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

assets/voyager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lint": "eslint src"
77
},
88
"dependencies": {
9-
"graphql": "^14.5.8",
9+
"graphql": "^15.5.1",
1010
"graphql-voyager": "^1.0.0-rc.27",
1111
"react": "^16.3",
1212
"react-dom": "^16.3"
@@ -25,7 +25,7 @@
2525
"eslint-config-airbnb": "^18.1.0",
2626
"eslint-plugin-import": "^2.20.0",
2727
"rimraf": "^2.6.2",
28-
"webpack": "^4.41.2",
28+
"webpack": "^5.40.0",
2929
"webpack-cli": "^3.3.10"
3030
}
3131
}

0 commit comments

Comments
 (0)