Skip to content

Commit a00eb77

Browse files
Bump express, braces, ws and socket.io version - dependabot issue
1 parent 4b4a125 commit a00eb77

File tree

4 files changed

+473
-335
lines changed

4 files changed

+473
-335
lines changed

themes/custom/apigee_kickstart/assets/css/apigee-kickstart.style.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20114,9 +20114,6 @@ form.team-member-form .form-checkboxes small, form.team-member-form .form-checkb
2011420114
.article__title {
2011520115
font-size: 1.25rem;
2011620116
}
20117-
.article__title a {
20118-
color: var(--ak-accent-color);
20119-
}
2012020117

2012120118
.article__tags.badge {
2012220119
text-transform: uppercase;

themes/custom/apigee_kickstart/assets/js/apigee-kickstart.script.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,7 +3023,6 @@ function withinMaxClamp(min, value, max) {
30233023
Drupal.behaviors.collapsibleCard = {
30243024
attach: function attach(context) {
30253025
var $collapsibleCards = $('.collapsible-card', context);
3026-
30273026
if ($collapsibleCards.length) {
30283027
$collapsibleCards.each(function () {
30293028
var $collapsibleCard = $(this);
@@ -3054,7 +3053,6 @@ function withinMaxClamp(min, value, max) {
30543053
Drupal.behaviors.fieldsetComponent = {
30553054
attach: function attach(context) {
30563055
var $fieldsets = $('fieldset', context);
3057-
30583056
if ($fieldsets.length) {
30593057
$fieldsets.each(function () {
30603058
var $fieldset = $(this);
@@ -3089,12 +3087,14 @@ __webpack_require__.r(__webpack_exports__);
30893087
/* harmony import */ var _components_card_collapsible_card__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_components_card_collapsible_card__WEBPACK_IMPORTED_MODULE_2__);
30903088
/* harmony import */ var css_vars_ponyfill__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! css-vars-ponyfill */ "./node_modules/css-vars-ponyfill/dist/css-vars-ponyfill.esm.js");
30913089

3092-
// Components.
3090+
3091+
3092+
// Components.
30933093
// TODO: Break this into libraries.
30943094

30953095

3096-
// IE11 ponyfill.
30973096

3097+
// IE11 ponyfill.
30983098

30993099
(0,css_vars_ponyfill__WEBPACK_IMPORTED_MODULE_3__["default"])();
31003100

themes/custom/apigee_kickstart/assets/js/modernizr.js

Lines changed: 45 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -4,113 +4,93 @@ var __webpack_exports__ = {};
44
!*** ./src/js/modernizr.js ***!
55
\*****************************/
66
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
7-
87
/*! modernizr 3.6.0 (Custom Build) | MIT *
98
* https://modernizr.com/download/?-cssgrid_cssgridlegacy-details-inputtypes-touchevents-addtest-prefixes-setclasses-teststyles !*/
109
!function (e, t, n) {
1110
function r(e, t) {
1211
return _typeof(e) === t;
1312
}
14-
1513
function i() {
1614
var e, t, n, i, o, s, l;
17-
1815
for (var a in w) {
1916
if (w.hasOwnProperty(a)) {
2017
if (e = [], t = w[a], t.name && (e.push(t.name.toLowerCase()), t.options && t.options.aliases && t.options.aliases.length)) for (n = 0; n < t.options.aliases.length; n++) {
2118
e.push(t.options.aliases[n].toLowerCase());
2219
}
23-
2420
for (i = r(t.fn, "function") ? t.fn() : t.fn, o = 0; o < e.length; o++) {
2521
s = e[o], l = s.split("."), 1 === l.length ? Modernizr[l[0]] = i : (!Modernizr[l[0]] || Modernizr[l[0]] instanceof Boolean || (Modernizr[l[0]] = new Boolean(Modernizr[l[0]])), Modernizr[l[0]][l[1]] = i), _.push((i ? "" : "no-") + l.join("-"));
2622
}
2723
}
2824
}
2925
}
30-
3126
function o(e) {
3227
var t = T.className,
33-
n = Modernizr._config.classPrefix || "";
34-
28+
n = Modernizr._config.classPrefix || "";
3529
if (z && (t = t.baseVal), Modernizr._config.enableJSClass) {
3630
var r = new RegExp("(^|\\s)" + n + "no-js(\\s|$)");
3731
t = t.replace(r, "$1" + n + "js$2");
3832
}
39-
4033
Modernizr._config.enableClasses && (t += " " + n + e.join(" " + n), z ? T.className.baseVal = t : T.className = t);
4134
}
42-
4335
function s(e, t) {
4436
if ("object" == _typeof(e)) for (var n in e) {
4537
x(e, n) && s(n, e[n]);
4638
} else {
4739
e = e.toLowerCase();
4840
var r = e.split("."),
49-
i = Modernizr[r[0]];
41+
i = Modernizr[r[0]];
5042
if (2 == r.length && (i = i[r[1]]), "undefined" != typeof i) return Modernizr;
5143
t = "function" == typeof t ? t() : t, 1 == r.length ? Modernizr[r[0]] = t : (!Modernizr[r[0]] || Modernizr[r[0]] instanceof Boolean || (Modernizr[r[0]] = new Boolean(Modernizr[r[0]])), Modernizr[r[0]][r[1]] = t), o([(t && 0 != t ? "" : "no-") + r.join("-")]), Modernizr._trigger(e, t);
5244
}
5345
return Modernizr;
5446
}
55-
5647
function l() {
5748
return "function" != typeof t.createElement ? t.createElement(arguments[0]) : z ? t.createElementNS.call(t, "http://www.w3.org/2000/svg", arguments[0]) : t.createElement.apply(t, arguments);
5849
}
59-
6050
function a() {
6151
var e = t.body;
6252
return e || (e = l(z ? "svg" : "body"), e.fake = !0), e;
6353
}
64-
6554
function u(e, n, r, i) {
6655
var o,
67-
s,
68-
u,
69-
f,
70-
c = "modernizr",
71-
d = l("div"),
72-
p = a();
56+
s,
57+
u,
58+
f,
59+
c = "modernizr",
60+
d = l("div"),
61+
p = a();
7362
if (parseInt(r, 10)) for (; r--;) {
7463
u = l("div"), u.id = i ? i[r] : c + (r + 1), d.appendChild(u);
7564
}
7665
return o = l("style"), o.type = "text/css", o.id = "s" + c, (p.fake ? p : d).appendChild(o), p.appendChild(d), o.styleSheet ? o.styleSheet.cssText = e : o.appendChild(t.createTextNode(e)), d.id = c, p.fake && (p.style.background = "", p.style.overflow = "hidden", f = T.style.overflow, T.style.overflow = "hidden", T.appendChild(p)), s = n(d, e), p.fake ? (p.parentNode.removeChild(p), T.style.overflow = f, T.offsetHeight) : d.parentNode.removeChild(d), !!s;
7766
}
78-
7967
function f(e, t) {
8068
return !!~("" + e).indexOf(t);
8169
}
82-
8370
function c(e, t) {
8471
return function () {
8572
return e.apply(t, arguments);
8673
};
8774
}
88-
8975
function d(e, t, n) {
9076
var i;
91-
9277
for (var o in e) {
9378
if (e[o] in t) return n === !1 ? e[o] : (i = t[e[o]], r(i, "function") ? c(i, n || t) : i);
9479
}
95-
9680
return !1;
9781
}
98-
9982
function p(e) {
10083
return e.replace(/([a-z])-([a-z])/g, function (e, t, n) {
10184
return t + n.toUpperCase();
10285
}).replace(/^-/, "");
10386
}
104-
10587
function m(e) {
10688
return e.replace(/([A-Z])/g, function (e, t) {
10789
return "-" + t.toLowerCase();
10890
}).replace(/^ms-/, "-ms-");
10991
}
110-
11192
function h(t, n, r) {
11293
var i;
113-
11494
if ("getComputedStyle" in e) {
11595
i = getComputedStyle.call(e, t, n);
11696
var o = e.console;
@@ -119,112 +99,94 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
11999
o[s].call(o, "getComputedStyle returning null, its possible modernizr test results are inaccurate");
120100
}
121101
} else i = !n && t.currentStyle && t.currentStyle[r];
122-
123102
return i;
124103
}
125-
126104
function y(t, r) {
127105
var i = t.length;
128-
129106
if ("CSS" in e && "supports" in e.CSS) {
130107
for (; i--;) {
131108
if (e.CSS.supports(m(t[i]), r)) return !0;
132109
}
133-
134110
return !1;
135111
}
136-
137112
if ("CSSSupportsRule" in e) {
138113
for (var o = []; i--;) {
139114
o.push("(" + m(t[i]) + ":" + r + ")");
140115
}
141-
142116
return o = o.join(" or "), u("@supports (" + o + ") { #modernizr { position: absolute; } }", function (e) {
143117
return "absolute" == h(e, null, "position");
144118
});
145119
}
146-
147120
return n;
148121
}
149-
150122
function g(e, t, i, o) {
151123
function s() {
152124
u && (delete q.style, delete q.modElem);
153125
}
154-
155126
if (o = r(o, "undefined") ? !1 : o, !r(i, "undefined")) {
156127
var a = y(e, i);
157128
if (!r(a, "undefined")) return a;
158129
}
159-
160130
for (var u, c, d, m, h, g = ["modernizr", "tspan", "samp"]; !q.style && g.length;) {
161131
u = !0, q.modElem = l(g.shift()), q.style = q.modElem.style;
162132
}
163-
164133
for (d = e.length, c = 0; d > c; c++) {
165134
if (m = e[c], h = q.style[m], f(m, "-") && (m = p(m)), q.style[m] !== n) {
166135
if (o || r(i, "undefined")) return s(), "pfx" == t ? m : !0;
167-
168136
try {
169137
q.style[m] = i;
170138
} catch (v) {}
171-
172139
if (q.style[m] != h) return s(), "pfx" == t ? m : !0;
173140
}
174141
}
175-
176142
return s(), !1;
177143
}
178-
179144
function v(e, t, n, i, o) {
180145
var s = e.charAt(0).toUpperCase() + e.slice(1),
181-
l = (e + " " + N.join(s + " ") + s).split(" ");
146+
l = (e + " " + N.join(s + " ") + s).split(" ");
182147
return r(t, "string") || r(t, "undefined") ? g(l, t, i, o) : (l = (e + " " + L.join(s + " ") + s).split(" "), d(l, t, n));
183148
}
184-
185149
function C(e, t, r) {
186150
return v(e, n, n, t, r);
187151
}
188-
189152
var _ = [],
190-
w = [],
191-
b = {
192-
_version: "3.6.0",
193-
_config: {
194-
classPrefix: "",
195-
enableClasses: !0,
196-
enableJSClass: !0,
197-
usePrefixes: !0
198-
},
199-
_q: [],
200-
on: function on(e, t) {
201-
var n = this;
202-
setTimeout(function () {
203-
t(n[e]);
204-
}, 0);
205-
},
206-
addTest: function addTest(e, t, n) {
207-
w.push({
208-
name: e,
209-
fn: t,
210-
options: n
211-
});
153+
w = [],
154+
b = {
155+
_version: "3.6.0",
156+
_config: {
157+
classPrefix: "",
158+
enableClasses: !0,
159+
enableJSClass: !0,
160+
usePrefixes: !0
161+
},
162+
_q: [],
163+
on: function on(e, t) {
164+
var n = this;
165+
setTimeout(function () {
166+
t(n[e]);
167+
}, 0);
168+
},
169+
addTest: function addTest(e, t, n) {
170+
w.push({
171+
name: e,
172+
fn: t,
173+
options: n
174+
});
175+
},
176+
addAsyncTest: function addAsyncTest(e) {
177+
w.push({
178+
name: null,
179+
fn: e
180+
});
181+
}
212182
},
213-
addAsyncTest: function addAsyncTest(e) {
214-
w.push({
215-
name: null,
216-
fn: e
217-
});
218-
}
219-
},
220-
Modernizr = function Modernizr() {};
221-
183+
Modernizr = function Modernizr() {};
222184
Modernizr.prototype = b, Modernizr = new Modernizr();
223185
var S = b._config.usePrefixes ? " -webkit- -moz- -o- -ms- ".split(" ") : ["", ""];
224186
b._prefixes = S;
225187
var x,
226-
T = t.documentElement,
227-
z = "svg" === T.nodeName.toLowerCase();
188+
T = t.documentElement,
189+
z = "svg" === T.nodeName.toLowerCase();
228190
!function () {
229191
var e = {}.hasOwnProperty;
230192
x = r(e, "undefined") || r(e.call, "undefined") ? function (e, t) {
@@ -241,7 +203,6 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
241203
var n = this._l[e];
242204
setTimeout(function () {
243205
var e, r;
244-
245206
for (e = 0; e < n.length; e++) {
246207
(r = n[e])(t);
247208
}
@@ -251,17 +212,14 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
251212
b.addTest = s;
252213
});
253214
var P = l("input"),
254-
k = "search tel url email datetime date month week time datetime-local number range color".split(" "),
255-
j = {};
256-
215+
k = "search tel url email datetime date month week time datetime-local number range color".split(" "),
216+
j = {};
257217
Modernizr.inputtypes = function (e) {
258218
for (var r, i, o, s = e.length, l = "1)", a = 0; s > a; a++) {
259219
P.setAttribute("type", r = e[a]), o = "text" !== P.type && "style" in P, o && (P.value = l, P.style.cssText = "position:absolute;visibility:hidden;", /^range$/.test(r) && P.style.WebkitAppearance !== n ? (T.appendChild(P), i = t.defaultView, o = i.getComputedStyle && "textfield" !== i.getComputedStyle(P, null).WebkitAppearance && 0 !== P.offsetHeight, T.removeChild(P)) : /^(search|tel)$/.test(r) || (o = /^(url|email)$/.test(r) ? P.checkValidity && P.checkValidity() === !1 : P.value != l)), j[e[a]] = !!o;
260220
}
261-
262221
return j;
263222
}(k);
264-
265223
var E = b.testStyles = u;
266224
Modernizr.addTest("touchevents", function () {
267225
var n;
@@ -274,35 +232,31 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
274232
return n;
275233
}), Modernizr.addTest("details", function () {
276234
var e,
277-
t = l("details");
235+
t = l("details");
278236
return "open" in t ? (E("#modernizr details{display:block}", function (n) {
279237
n.appendChild(t), t.innerHTML = "<summary>a</summary>b", e = t.offsetHeight, t.open = !0, e = e != t.offsetHeight;
280238
}), e) : !1;
281239
});
282240
var A = "Moz O ms Webkit",
283-
N = b._config.usePrefixes ? A.split(" ") : [];
241+
N = b._config.usePrefixes ? A.split(" ") : [];
284242
b._cssomPrefixes = N;
285243
var L = b._config.usePrefixes ? A.toLowerCase().split(" ") : [];
286244
b._domPrefixes = L;
287245
var V = {
288246
elem: l("modernizr")
289247
};
290-
291248
Modernizr._q.push(function () {
292249
delete V.elem;
293250
});
294-
295251
var q = {
296252
style: V.elem.style
297253
};
298254
Modernizr._q.unshift(function () {
299255
delete q.style;
300256
}), b.testAllProps = v, b.testAllProps = C, Modernizr.addTest("cssgridlegacy", C("grid-columns", "10px", !0)), Modernizr.addTest("cssgrid", C("grid-template-rows", "none", !0)), i(), o(_), delete b.addTest, delete b.addAsyncTest;
301-
302257
for (var O = 0; O < Modernizr._q.length; O++) {
303258
Modernizr._q[O]();
304259
}
305-
306260
e.Modernizr = Modernizr;
307261
}(window, document);
308262
/******/ })()

0 commit comments

Comments
 (0)