1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 11:38:28 -04:00

re-visit light/dark theme colors (especially syntax highlighting)

This commit is contained in:
Jake Jarvis 2020-05-09 09:59:35 -04:00
parent 1458e6e2a9
commit 3fe24f2216
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
15 changed files with 301 additions and 256 deletions

View File

@ -6,9 +6,6 @@ snapshot:
div.embed, iframe, video { div.embed, iframe, video {
display: none; display: none;
} }
code, div.highlight {
border: 0 !important; /* no clue why this bugs out... */
}
.wave, .beat { .wave, .beat {
animation: none; animation: none;
} }

View File

@ -3,55 +3,33 @@
// Dark & Light Themes // Dark & Light Themes
$themes: ( $themes: (
light: ( light: (
color-background: #ffffff, background: #ffffff,
color-text: #202020, background-top: #fcfcfc,
color-medium-dark: #494949, text: #202020,
color-medium: #5e5e5e, medium-dark: #515151,
color-medium-light: #757575, medium: #5e5e5e,
color-light: #d2d2d2, medium-light: #757575,
color-kinda-light: #e3e3e3, light: #d2d2d2,
color-super-light: #f4f4f4, kinda-light: #e3e3e3,
color-super-duper-light: #fbfbfb, super-light: #f4f4f4,
color-links: #0e6dc2, super-duper-light: #fbfbfb,
syntax-k: #0e6dc2, links: #0e6dc2,
syntax-n: #111111,
syntax-na: #337a15,
syntax-err: #d43d2e,
syntax-l: #8d4eff,
syntax-ld: #bd5500,
syntax-c: #6b6859,
syntax-lnt: #999999,
), ),
dark: ( dark: (
color-background: #292929, background: #292929,
color-text: #efefef, background-top: #202020,
color-medium-dark: #cfcfcf, text: #efefef,
color-medium: #b1b1b1, medium-dark: #d0d0d0,
color-medium-light: #929292, medium: #b1b1b1,
color-light: #646464, medium-light: #929292,
color-kinda-light: #535353, light: #646464,
color-super-light: #272727, kinda-light: #535353,
color-super-duper-light: #1f1f1f, super-light: #272727,
color-links: #85baea, super-duper-light: #1f1f1f,
syntax-k: #3b9dd2, links: #85baea,
syntax-n: #cfcfcf,
syntax-na: #78df55,
syntax-err: #f95757,
syntax-l: #d588fb,
syntax-ld: #fd992a,
syntax-c: #929292,
syntax-lnt: #b1b1b1,
), ),
); );
$color-light-background: #fbfbfb;
$color-dark-background: #1f1f1f;
// For nifty color swapping on svg logo hover in components/_header.scss
$color-logo1: #6fbc4e;
$color-logo2: #ffb900;
$color-logo3: #009cdf;
// Colorful Homepage // Colorful Homepage
$colors-home: ( $colors-home: (
boston: ( boston: (
@ -201,6 +179,11 @@ $colors-home: (
); );
$color-serverless: #87cef7; $color-serverless: #87cef7;
// For nifty color swapping on svg logo hover in components/_header.scss
$color-logo1: #6fbc4e;
$color-logo2: #ffb900;
$color-logo3: #009cdf;
// Icons (modified twemojis) // Icons (modified twemojis)
// lightbulb on // lightbulb on
$icon-bulb-on: "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjIgMTEuMDZjMCA2LjQ0LTUgNy40NC01IDEzLjQ0IDAgMy4xLTMuMTIgMy4zNi01LjUgMy4zNi0yLjA1IDAtNi41OS0uNzgtNi41OS0zLjM2IDAtNi00LjkxLTctNC45MS0xMy40NEMwIDUuMDMgNS4yOS4xNCAxMS4wOC4xNCAxNi44OC4xNCAyMiA1LjAzIDIyIDExLjA2eiIgZmlsbD0iI0ZGRDk4MyIvPjxwYXRoIGQ9Ik0xNS4xNyAzMi41YzAgLjgzLTIuMjQgMi41LTQuMTcgMi41LTEuOTMgMC00LjE3LTEuNjctNC4xNy0yLjUgMC0uODMgMi4yNC0uNSA0LjE3LS41IDEuOTMgMCA0LjE3LS4zMyA0LjE3LjV6IiBmaWxsPSIjQ0NENkREIi8+PHBhdGggZD0iTTE1LjcgMTAuM2ExIDEgMCAwMC0xLjQgMEwxMSAxMy41OGwtMy4zLTMuM2ExIDEgMCAxMC0xLjQgMS40MmwzLjcgMy43VjI2YTEgMSAwIDEwMiAwVjE1LjQxbDMuNy0zLjdhMSAxIDAgMDAwLTEuNDJ6IiBmaWxsPSIjRkZDQzREIi8+PHBhdGggZD0iTTE3IDMxYTIgMiAwIDAxLTIgMkg3YTIgMiAwIDAxLTItMnYtNmgxMnY2eiIgZmlsbD0iIzk5QUFCNSIvPjxwYXRoIGQ9Ik01IDMyYTEgMSAwIDAxLS4xNi0xLjk5bDEyLTJhMSAxIDAgMTEuMzMgMS45N2wtMTIgMkEuOTMuOTMgMCAwMTUgMzJ6bTAtNGExIDEgMCAwMS0uMTYtMS45OWwxMi0yYTEgMSAwIDExLjMzIDEuOTdsLTEyIDJBLjkzLjkzIDAgMDE1IDI4eiIgZmlsbD0iI0NDRDZERCIvPjwvZz48L3N2Zz4K"; $icon-bulb-on: "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjIgMTEuMDZjMCA2LjQ0LTUgNy40NC01IDEzLjQ0IDAgMy4xLTMuMTIgMy4zNi01LjUgMy4zNi0yLjA1IDAtNi41OS0uNzgtNi41OS0zLjM2IDAtNi00LjkxLTctNC45MS0xMy40NEMwIDUuMDMgNS4yOS4xNCAxMS4wOC4xNCAxNi44OC4xNCAyMiA1LjAzIDIyIDExLjA2eiIgZmlsbD0iI0ZGRDk4MyIvPjxwYXRoIGQ9Ik0xNS4xNyAzMi41YzAgLjgzLTIuMjQgMi41LTQuMTcgMi41LTEuOTMgMC00LjE3LTEuNjctNC4xNy0yLjUgMC0uODMgMi4yNC0uNSA0LjE3LS41IDEuOTMgMCA0LjE3LS4zMyA0LjE3LjV6IiBmaWxsPSIjQ0NENkREIi8+PHBhdGggZD0iTTE1LjcgMTAuM2ExIDEgMCAwMC0xLjQgMEwxMSAxMy41OGwtMy4zLTMuM2ExIDEgMCAxMC0xLjQgMS40MmwzLjcgMy43VjI2YTEgMSAwIDEwMiAwVjE1LjQxbDMuNy0zLjdhMSAxIDAgMDAwLTEuNDJ6IiBmaWxsPSIjRkZDQzREIi8+PHBhdGggZD0iTTE3IDMxYTIgMiAwIDAxLTIgMkg3YTIgMiAwIDAxLTItMnYtNmgxMnY2eiIgZmlsbD0iIzk5QUFCNSIvPjxwYXRoIGQ9Ik01IDMyYTEgMSAwIDAxLS4xNi0xLjk5bDEyLTJhMSAxIDAgMTEuMzMgMS45N2wtMTIgMkEuOTMuOTMgMCAwMTUgMzJ6bTAtNGExIDEgMCAwMS0uMTYtMS45OWwxMi0yYTEgMSAwIDExLjMzIDEuOTdsLTEyIDJBLjkzLjkzIDAgMDE1IDI4eiIgZmlsbD0iI0NDRDZERCIvPjwvZz48L3N2Zz4K";

View File

@ -19,7 +19,7 @@ div#content {
border-bottom: 1px solid; border-bottom: 1px solid;
@include themed() { @include themed() {
border-color: t(color-kinda-light); border-color: t(kinda-light);
} }
} }
@ -47,7 +47,7 @@ div#content {
font-size: 0.95em; font-size: 0.95em;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium);
} }
} }
} }

View File

@ -31,3 +31,4 @@ $unicode-subset: U+0000-00FF, U+2000-206F, U+20A0-20CF, U+2190-21FF, U+2200-22FF
* https://github.com/source-foundry/Hack/blob/v3.003/LICENSE.md * https://github.com/source-foundry/Hack/blob/v3.003/LICENSE.md
*/ */
@include font-face("Hack", "vendor/hack/hack-regular-subset", 400); @include font-face("Hack", "vendor/hack/hack-regular-subset", 400);
@include font-face("Hack", "vendor/hack/hack-italic-subset", 400, italic);

View File

@ -10,14 +10,13 @@ footer {
border-top: 1px solid; border-top: 1px solid;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium-dark);
border-color: t(color-kinda-light); border-color: t(kinda-light);
background-color: t(color-super-duper-light);
} }
a { a {
@include themed() { @include themed() {
color: t(color-medium); color: t(medium-dark);
} }
} }
@ -49,7 +48,7 @@ footer {
border-bottom: 1px solid; border-bottom: 1px solid;
@include themed() { @include themed() {
border-color: t(color-light); border-color: t(light);
} }
} }
} }

View File

@ -10,6 +10,24 @@ body {
font-feature-settings: "kern", "liga", "calt", "clig", "ss01"; font-feature-settings: "kern", "liga", "calt", "clig", "ss01";
line-height: 1.5; line-height: 1.5;
box-sizing: border-box; box-sizing: border-box;
// manually setting light/dark mode backgrounds and bulb icon
// really just the color of header & footer
&.light {
background-color: map-get(map-get($themes, "light"), "background-top");
button.dark-mode-toggle {
background-image: url($icon-bulb-on);
}
}
&.dark {
background-color: map-get(map-get($themes, "dark"), "background-top");
button.dark-mode-toggle {
background-image: url($icon-bulb-off);
}
}
} }
main { main {
@ -20,7 +38,7 @@ main {
display: block; // https://stackoverflow.com/questions/28794718/max-width-not-working-for-ie-11 display: block; // https://stackoverflow.com/questions/28794718/max-width-not-working-for-ie-11
@include themed() { @include themed() {
color: t(color-text); color: t(text);
} }
} }
@ -33,8 +51,8 @@ a {
transition: background-size 0.25s ease-in-out; transition: background-size 0.25s ease-in-out;
@include themed() { @include themed() {
color: t(color-links); color: t(links);
background-image: underline-hack(t(color-links)); background-image: underline-hack(t(links));
} }
&:hover { &:hover {
@ -52,12 +70,13 @@ strong {
} }
blockquote { blockquote {
margin-left: 0.5em; margin-left: 0;
padding-left: 1em; padding-left: 1.5em;
border-left: 5px solid; border-left: 3px solid;
@include themed() { @include themed() {
border-color: t(color-links); color: t(medium-dark);
border-color: t(links);
} }
} }
@ -67,7 +86,7 @@ hr {
border: 0; border: 0;
@include themed() { @include themed() {
background-color: t(color-light); background-color: t(light);
} }
} }
@ -93,51 +112,6 @@ button {
} }
} }
// all code
code {
font-family: $webfont-mono;
font-size: 0.95em;
letter-spacing: 0;
page-break-inside: avoid;
border: 1px solid;
// inline code in paragraphs (single tildes)
padding: 0.2em;
@include themed() {
background-color: t(color-super-duper-light);
border-color: t(color-light);
}
}
// code fences
div.highlight {
line-height: 1.6;
max-width: 100%;
overflow-x: scroll;
object-fit: scale-down;
margin: 1em 0;
border: 1px solid;
border-left: 3px solid;
@include themed() {
border-color: t(color-light);
border-left-color: t(color-links);
background-color: t(color-super-duper-light);
}
pre {
display: block;
margin-left: 1.5em;
}
// overrides inline code styles
code {
border: 0;
padding: 0;
}
}
// make SVG twemojis relative to surrounding text // make SVG twemojis relative to surrounding text
// https://github.com/twitter/twemoji#inline-styles // https://github.com/twitter/twemoji#inline-styles
img.emoji { img.emoji {
@ -153,27 +127,7 @@ div#wrap {
width: 100%; width: 100%;
@include themed() { @include themed() {
background-color: t(color-background); background-color: t(background);
}
}
// manually setting light/dark mode backgrounds and bulb icon
// really just the color of header & footer
body {
&.light {
background-color: $color-light-background;
button.dark-mode-toggle {
background-image: url($icon-bulb-on);
}
}
&.dark {
background-color: $color-dark-background;
button.dark-mode-toggle {
background-image: url($icon-bulb-off);
}
} }
} }

View File

@ -8,8 +8,7 @@ header {
border-bottom: 1px solid; border-bottom: 1px solid;
@include themed() { @include themed() {
border-color: t(color-kinda-light); border-color: t(kinda-light);
background-color: t(color-super-duper-light);
} }
nav { nav {
@ -26,7 +25,7 @@ header {
align-items: center; align-items: center;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium-dark);
} }
h1#name { h1#name {
@ -44,7 +43,7 @@ header {
// mix up logo colors on hover // mix up logo colors on hover
&:hover { &:hover {
@include themed() { @include themed() {
color: t(color-links); color: t(links);
} }
svg { svg {
@ -80,14 +79,14 @@ header {
transition: transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium-dark);
} }
&:hover { &:hover {
transform: scale(1.15); transform: scale(1.15);
@include themed() { @include themed() {
color: t(color-links); color: t(links);
} }
} }

View File

@ -1,110 +1,222 @@
@charset "UTF-8"; @charset "UTF-8";
/*! Syntax Highlighting - modified from Monokai Light https://github.com/mlgill/pygments-style-monokailight */ // all code
div.highlight span { code {
&.k, font-family: $webfont-mono;
&.kc, font-size: 0.95em;
&.kd, letter-spacing: 0;
&.kp, page-break-inside: avoid;
&.kr, }
&.kt,
&.no { // inline code in paragraphs (single tildes)
@include themed() { p code {
color: t(syntax-k); padding: 0 0.15em;
} }
}
&.n, // code fences
&.bp, div.highlight {
&.nb, font-size: 0.975em;
&.ni, line-height: 1.7;
&.fm, max-width: 100%;
&.nl, overflow-x: scroll;
&.nn, object-fit: scale-down;
&.py, margin: 1em 0;
&.nv, border: 1px solid;
&.vc,
&.vg, @include themed() {
&.vi, border-color: t(light);
&.vm,
&.p {
@include themed() {
color: t(syntax-n);
}
}
&.na,
&.nc,
&.nd,
&.ne,
&.nf,
&.nx {
@include themed() {
color: t(syntax-na);
}
}
&.err,
&.nt,
&.o,
&.ow,
&.kn {
@include themed() {
color: t(syntax-err);
}
}
&.l,
&.se,
&.m,
&.mb,
&.mf,
&.mh,
&.mi,
&.il,
&.mo {
@include themed() {
color: t(syntax-l);
}
}
&.ld,
&.s,
&.sa,
&.sb,
&.sc,
&.dl,
&.sd,
&.s2,
&.sh,
&.si,
&.sx,
&.sr,
&.s1,
&.ss {
@include themed() {
color: t(syntax-ld);
}
}
&.c,
&.ch,
&.cm,
&.c1,
&.cs,
&.cp,
&.cpf {
@include themed() {
color: t(syntax-c);
}
}
&.ge {
font-style: italic;
}
&.gs {
font-weight: bold;
} }
// line numbers pre {
&.lnt { padding-left: 1.7em;
user-select: none; }
@include themed() { // global table styles for line numbers and font styles
color: t(syntax-lnt); .chroma {
.lntable {
border-spacing: 0;
padding: 0;
margin: 0;
border: 0;
width: auto;
overflow: auto;
display: block;
}
// columns
.lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0;
}
// line numbers
.ln,
.lnt {
user-select: none;
}
.gh,
.gi,
.gu {
font-weight: bold;
}
.kd,
.nb,
.nl,
//.nv,
.vc,
.vg,
.vi,
.ge {
font-style: italic;
}
.gl {
text-decoration: underline;
}
}
}
/*! Syntax Highlighting - modified from Monokai Light: https://github.com/mlgill/pygments-style-monokailight */
body.light {
div.highlight {
color: #464646;
background-color: #fdfdfd;
.chroma {
.k,
.kc,
.kd,
.kp,
.kr,
.kt,
.no {
color: #029cb9;
}
.na,
.nc,
.nd,
.ne,
.nf,
.nx {
color: #70a800;
}
.nt,
.o,
.ow,
.kn {
color: #f92672;
}
.l,
.se,
.m,
.mb,
.mf,
.mh,
.mi,
.il,
.mo {
color: #ae81ff;
}
.ld,
.s,
.sa,
.sb,
.sc,
.dl,
.sd,
.s2,
.sh,
.si,
.sx,
.sr,
.s1,
.ss {
color: #d88200;
}
.c,
.ch,
.cm,
.c1,
.cs,
.cp,
.cpf {
color: #75715e;
}
.lnt {
color: #8a8a8a;
}
}
}
}
/*! Syntax Highlighting - modified from Dracula: https://github.com/dracula/pygments */
body.dark {
div.highlight {
color: #dfdfdf;
background-color: #1f1f1f;
.chroma {
.k,
.kc,
.kd,
.kp,
.kr,
.kt,
.no {
color: #3b9dd2;
}
.na,
.nc,
.nd,
.ne,
.nf,
.nx {
color: #78df55;
}
.nt,
.o,
.ow,
.kn {
color: #f95757;
}
.l,
.se,
.m,
.mb,
.mf,
.mh,
.mi,
.il,
.mo {
color: #d588fb;
}
.ld,
.s,
.sa,
.sb,
.sc,
.dl,
.sd,
.s2,
.sh,
.si,
.sx,
.sr,
.s1,
.ss {
color: #fd992a;
}
.c,
.ch,
.cm,
.c1,
.cs,
.cp,
.cpf {
color: #929292;
}
.lnt {
color: #b1b1b1;
}
} }
} }
} }

View File

@ -49,7 +49,7 @@ main#home {
border-radius: 50%; border-radius: 50%;
@include themed() { @include themed() {
border-color: t(color-light); border-color: t(light);
} }
} }
@ -69,7 +69,7 @@ main#home {
&#shh { &#shh {
@include themed() { @include themed() {
color: t(color-medium-light); color: t(medium-light);
} }
} }

View File

@ -33,7 +33,7 @@ main#list {
flex-shrink: 0; flex-shrink: 0;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium);
} }
} }

View File

@ -12,7 +12,7 @@ main#single {
margin-top: 0.8em; margin-top: 0.8em;
@include themed() { @include themed() {
color: t(color-medium); color: t(medium);
} }
a { a {

View File

@ -21,7 +21,7 @@ main#video {
margin: 1.25em 1em 0 1em; margin: 1.25em 1em 0 1em;
@include themed() { @include themed() {
color: t(color-medium-light); color: t(medium-light);
} }
a { a {

Binary file not shown.

Binary file not shown.

View File

@ -292,9 +292,9 @@ acorn-jsx@^5.2.0:
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
acorn@^7.1.1: acorn@^7.1.1:
version "7.1.1" version "7.2.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
aggregate-error@^3.0.0: aggregate-error@^3.0.0:
version "3.0.1" version "3.0.1"
@ -670,9 +670,9 @@ camelcase@^5.0.0, camelcase@^5.3.1:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043: caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001043:
version "1.0.30001052" version "1.0.30001054"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001052.tgz#33a5ddd13783cfe2c8a6a846ab983387d4edff75" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz#7e82fc42d927980b0ce1426c4813df12381e1a75"
integrity sha512-b2/oWZwkpWzEB1+Azr2Z4FcpdDkH+9R4dn+bkwk/6eH9mRSrnZjhA6v32+zsV+TSqC0pp2Rxush2yUVTJ0dJTQ== integrity sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==
caw@^2.0.0, caw@^2.0.1: caw@^2.0.0, caw@^2.0.1:
version "2.0.1" version "2.0.1"
@ -1263,9 +1263,9 @@ duplexer3@^0.1.4:
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
electron-to-chromium@^1.3.413: electron-to-chromium@^1.3.413:
version "1.3.429" version "1.3.432"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.429.tgz#0d1ef6710ba84de3710615280c1f6f79c8205b47" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz#3bf7b191978ff2e8bc3caf811bb52b1e9f9eab25"
integrity sha512-YW8rXMJx33FalISp0uP0+AkvBx9gfzzQ4NotblGga6Z8ZX00bg2e5FNWV8fyDD/VN3WLhEtjFXNwzdJrdaAHEQ== integrity sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==
elegant-spinner@^2.0.0: elegant-spinner@^2.0.0:
version "2.0.0" version "2.0.0"
@ -1514,9 +1514,9 @@ execa@^1.0.0:
strip-eof "^1.0.0" strip-eof "^1.0.0"
execa@^4.0.0: execa@^4.0.0:
version "4.0.0" version "4.0.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf" resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.1.tgz#988488781f1f0238cd156f7aaede11c3e853b4c1"
integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA== integrity sha512-SCjM/zlBdOK8Q5TIjOn6iEHZaPHFsMoTxXQ2nvUvtPnuohz3H2dIozSg+etNR98dGoYUp2ENSKLL/XaMmbxVgw==
dependencies: dependencies:
cross-spawn "^7.0.0" cross-spawn "^7.0.0"
get-stream "^5.0.0" get-stream "^5.0.0"
@ -4523,9 +4523,9 @@ string_decoder@~1.1.1:
safe-buffer "~5.1.0" safe-buffer "~5.1.0"
stringify-entities@^3.0.0: stringify-entities@^3.0.0:
version "3.0.0" version "3.0.1"
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.0.0.tgz#455abe501f8b7859ba5726a25a8872333c65b0a7" resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.0.1.tgz#32154b91286ab0869ab2c07696223bd23b6dbfc0"
integrity sha512-h7NJJIssprqlyjHT2eQt2W1F+MCcNmwPGlKb0bWEdET/3N44QN3QbUF/ueKCgAssyKRZ3Br9rQ7FcXjHr0qLHw== integrity sha512-Lsk3ISA2++eJYqBMPKcr/8eby1I6L0gP0NlxF8Zja6c05yr/yCYyb2c9PwXjd08Ib3If1vn1rbs1H5ZtVuOfvQ==
dependencies: dependencies:
character-entities-html4 "^1.0.0" character-entities-html4 "^1.0.0"
character-entities-legacy "^1.0.0" character-entities-legacy "^1.0.0"