Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities

merge-requests/89/head
Alex Pott 2022-05-05 09:51:23 +01:00
parent 40bb4c4e93
commit 7f65d32e44
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
17 changed files with 478 additions and 461 deletions

View File

@ -885,7 +885,7 @@ metapackage
metapackages
metatag
metatags
meΦΩ
meφω
miaus
middlewares
midgardmvc
@ -1876,4 +1876,4 @@ zoomout
zwei
zxvf
zzgroup
Übersetzung
übersetzung

View File

@ -170,7 +170,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
@ -436,7 +435,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;

View File

@ -50,7 +50,6 @@
font-weight: 700;
line-height: 1rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased; /* 3 */
}
@ -205,6 +204,5 @@ a.button--danger:active {
border: 0;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

View File

@ -125,7 +125,6 @@
background: #d4d4d8;
font-size: 1px; /* iOS Safari sets a minimum button-width based on font-size. */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@ -246,7 +245,6 @@
font-weight: 700;
line-height: 1rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
}

View File

@ -86,7 +86,6 @@
background-size: 100% 100%;
box-shadow: 0 0 0 4px transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

View File

@ -22,7 +22,6 @@
font-size: 1rem;
line-height: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; /* Being able to control inner box shadow on iOS. */
}
@ -40,7 +39,6 @@
.form-element--type-search[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-sizing: border-box;
}

View File

@ -46,7 +46,6 @@
font-size: 1.125rem;
font-weight: 700;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased
}

View File

@ -12,7 +12,6 @@
select.cke_dialog_ui_input_select {
-webkit-appearance: menulist;
-moz-appearance: menulist;
appearance: menulist
}

View File

@ -385,7 +385,6 @@
font-weight: 600;
line-height: 1.125rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

View File

@ -24,7 +24,6 @@ input[type="radio"] {
background-position: 50% 50%;
background-size: 1.125rem 1.125rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

View File

@ -41,7 +41,6 @@ select {
font-family: inherit;
font-size: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
@ -115,16 +114,14 @@ select {
select {
background-image: none;
-webkit-appearance: listbox;
-moz-appearance: listbox;
appearance: listbox /* Default <select> appearance value for modern browsers. */
/* Lets browser set <select> appearance to whatever the browser's default is. */
}
@supports ((-webkit-appearance: revert) or (-moz-appearance: revert) or (appearance: revert)) {
@supports ((-webkit-appearance: revert) or (appearance: revert)) {
select {
-webkit-appearance: revert;
-moz-appearance: revert;
appearance: revert
}
}

View File

@ -36,7 +36,6 @@ textarea {
font-family: inherit;
font-size: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

View File

@ -190,7 +190,6 @@
border: 0;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

View File

@ -57,7 +57,6 @@
border: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

View File

@ -170,7 +170,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
@ -436,7 +435,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;

View File

@ -170,7 +170,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
@ -436,7 +435,6 @@
perspective-origin: 50% 50%;
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;

File diff suppressed because it is too large Load Diff