Verified Commit ccd15650 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 49e6a903
Loading
Loading
Loading
Loading
+8 −12
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ alternatif
amet
amphibius
ampm
analyse
analysed
andif
annot
anonyme
@@ -66,7 +68,6 @@ autocompleting
autocreate
autocreated
autocreation
autodetect
autoescape
autoescaped
autoescaping
@@ -89,7 +90,6 @@ autowired
autowiring
backlink
backlinks
backport
backreferences
backtraces
bakeware
@@ -236,6 +236,7 @@ codesniffer
colgroups
collegehumor
colonpos
colour
colspans
columnschange
comida
@@ -435,7 +436,6 @@ enim
enoki
enregistrer
entit
entitynodeedit
entitytype
entityviewedit
eridani
@@ -791,7 +791,7 @@ metapackage
metapackages
metatag
metatags
meΦΩ
meφω
miaus
middlewares
midgardmvc
@@ -904,7 +904,6 @@ nodo
noemptytag
noevent
nofields
noindex
nojs
nolink
nomask
@@ -1112,6 +1111,7 @@ readmore
readonlydir
readystate
realelement
realise
realpaths
realword
rebuilder
@@ -1368,7 +1368,6 @@ testcase
testcases
testcontent
testcontextawareblock
testcontextual
testdescription
testdialog
testdisplay
@@ -1507,7 +1506,6 @@ unflagged
ungenerated
ungroup
ungroupable
ungrouped
unhashed
unhide
unidecode
@@ -1532,7 +1530,6 @@ unmunged
unmunging
unoptimized
unpad
unparsable
unparseable
unpermissioned
unprefix
@@ -1692,9 +1689,8 @@ zwei
zwjhek
zxvf
zzgroup
Èxample
Über
Übersetzung
åwesome
èxample
über
Ȅchȏ
übersetzung
ȅchȏ
+0 −2
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
@@ -433,7 +432,6 @@
      perspective-origin: 50% 50%;
      position: static;
      right: auto;
      -moz-tab-size: 8;
      tab-size: 8;
      table-layout: auto;
      text-align: left;
+0 −2
Original line number Diff line number Diff line
@@ -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;
}
+0 −2
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@
  background: #d3d4d9;
  font-size: 1px; /* iOS Safari sets a minimum button-width based on font-size. */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@@ -247,7 +246,6 @@
  font-weight: 700;
  line-height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}
+0 −2
Original line number Diff line number Diff line
@@ -85,14 +85,12 @@
  background-size: 100% 100%;
  box-shadow: 0 0 0 4px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (-ms-high-contrast: active), (forced-colors: active) {
  .form-boolean {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
Loading