Skip to content

Commit

Permalink
Add link to main Mastodon social page.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Jan 22, 2024
1 parent 13497dd commit f24fab3
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 107 deletions.
2 changes: 1 addition & 1 deletion assets/built/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/page.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/post.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"babel-plugin-prismjs": "^2.1.0",
"basiclightbox": "^5.0.4",
"delicious-hamburgers": "^1.2.3",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"dotenv-webpack": "^8.0.1",
"github-profile-card": "^3.1.0",
"prismjs": "^1.29.0"
Expand Down
22 changes: 10 additions & 12 deletions partials/footer/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<footer class='footer'>

<div class="footer-wrapper">
{{> "footer/footer-about" }}
{{> "footer/footer-links" }}
{{> "footer/footer-series" }}
{{> "footer/footer-authors" }}
</div>

<div class="subfooter">
{{> "sidebar/social-widget" }}
<div class="copyright"{{ date format='YYYY' }} {{ @site.title }}, All Rights Reserved.</div>
</div>
<div class="footer-wrapper">
{{> "footer/footer-about" }}
{{> "footer/footer-links" }}
{{> "footer/footer-series" }}
{{> "footer/footer-authors" }}
</div>
<div class="subfooter">
{{> "sidebar/social-widget" }}
<div class="copyright"{{ date format='YYYY' }} {{ @site.title }}, All Rights Reserved.</div>
</div>
</footer>
2 changes: 1 addition & 1 deletion partials/sidebar/social-widget.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<i class="fa-brands fa-github"></i>
</button>
</a>
<a href="https://data-folks.masto.host/@hackersandslackers" target="_blank" rel="noopener noreferrer">
<a rel="me" href="https://mastodon.social/@hackersandslackers" target="_blank" rel="noopener noreferrer">
<button class="social-media-button">
<i class="fa-brands fa-mastodon"></i>
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/scss/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Sophia Pro
}

@font-face {
font-family: "SofiaPro-DemiBold";
font-family: "SofiaPro-SemiBold";
font-display: swap;
src: url("https://cdn.hackersandslackers.com/fonts/SofiaPro-DemiBold.woff2") format("woff2"),
url("https://cdn.hackersandslackers.com/fonts/SofiaPro-DemiBold.woff") format("woff");
Expand All @@ -49,7 +49,7 @@ TT Norms Pro
}

@font-face {
font-family: "TTNormsPro-DemiBold";
font-family: "TTNormsPro-SemiBold";
font-display: swap;
src: url("https://cdn.hackersandslackers.com/fonts/TTNormsPro-DemiBold.woff2") format("woff2"),
url("https://cdn.hackersandslackers.com/fonts/TTNormsPro-DemiBold.woff") format("woff");
Expand Down
12 changes: 6 additions & 6 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ $nord15: #b48ead;
/* Fonts */
$font-serif: "Georgia", "Times", serif;
$font-mono: "Menlo", "Courier", monospace;
$body-font: "CamphorPro-Regular", "HelveticaNeue", sans-serif;
$body-font-light: "CamphorPro-Light", "HelveticaNeue", sans-serif;
$body-font-medium: "CamphorPro-Medium", "HelveticaNeue", sans-serif;
$body-font-semibold: "CamphorPro-Bold", "HelveticaNeue", sans-serif;
$body-font-bold: "CamphorPro-Bold", "HelveticaNeue", sans-serif;
$body-font: "SofiaPro-Regular", "HelveticaNeue", sans-serif;
$body-font-light: "SofiaPro-Light", "HelveticaNeue", sans-serif;
$body-font-medium: "SofiaPro-Medium", "HelveticaNeue", sans-serif;
$body-font-semibold: "SofiaPro-SemiBold", "HelveticaNeue", sans-serif;
$body-font-bold: "SofiaPro-Bold", "HelveticaNeue", sans-serif;
$header-font: "TTNormsPro-Bold", "HelveticaNeue", sans-serif;
$header-font-medium: "TTNormsPro-Medium", "HelveticaNeue", sans-serif;
$header-font-semibold: "TTNormsPro-DemiBold", "HelveticaNeue", sans-serif;
$header-font-semibold: "TTNormsPro-SemiBold", "HelveticaNeue", sans-serif;
$monospace-font: "dm", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
$table-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Helvetica Neue, sans-serif;

Expand Down
14 changes: 3 additions & 11 deletions src/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,19 +207,11 @@
}

.social-media-button {
font-size: 1.8em;
font-size: 1.7em;

&:hover {
cursor: pointer;
font-size: 2em;
}

@media(max-width: $smallscreen-breakpoint) {
font-size: 1.8em;

&:hover {
font-size: 2em;
}
font-size: 2.1em;
}

@media(max-width: $tablet-breakpoint) {
Expand Down Expand Up @@ -266,7 +258,7 @@

.footer-description {
font-size: 1.1em;
font-family: $body-font;
font-family: $body-font-light;
color: #4c5c71;
line-height: 1.5;

Expand Down
2 changes: 1 addition & 1 deletion src/scss/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@

.social-media-button {
@include social-media-icon;
font-size: 1.8em;
font-size: 1.6em;

&:hover {
cursor: pointer;
Expand Down
135 changes: 65 additions & 70 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@
lodash.debounce "^4.0.8"
resolve "^1.14.2"

"@babel/helper-define-polyfill-provider@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
integrity sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==
dependencies:
"@babel/helper-compilation-targets" "^7.22.6"
"@babel/helper-plugin-utils" "^7.22.5"
debug "^4.1.1"
lodash.debounce "^4.0.8"
resolve "^1.14.2"

"@babel/helper-environment-visitor@^7.22.20":
version "7.22.20"
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
Expand Down Expand Up @@ -1154,9 +1165,9 @@
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==

"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.9":
version "0.3.21"
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz#5dc1df7b3dc4a6209e503a924e1ca56097a2bb15"
integrity sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==
version "0.3.22"
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c"
integrity sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==
dependencies:
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
Expand Down Expand Up @@ -1209,45 +1220,44 @@
resolved "https://registry.yarnpkg.com/@rocktimsaikia/github-card/-/github-card-3.0.1.tgz#fb5d65dc45e104e9f7dd2e87525e5868f3abcfeb"
integrity sha512-lCia3yAxTf0fr7i0FZJ2U+ElbhEYsGVhEp7rFsmlX4/kNUS5VFMD5TrVvRSY/kNT5WEqOff3mBPPHEaj7R0c5g==

"@sentry-internal/tracing@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.93.0.tgz#8cee8b610695d828af75edd2929b64b7caf0385d"
integrity sha512-DjuhmQNywPp+8fxC9dvhGrqgsUb6wI/HQp25lS2Re7VxL1swCasvpkg8EOYP4iBniVQ86QK0uITkOIRc5tdY1w==
"@sentry-internal/tracing@7.94.1":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.94.1.tgz#27909da03c1541a83002cab655814ec208242b9e"
integrity sha512-znxCdrz7tPXm9Bwoe46PW72Zr0Iv7bXT6+b2LNg5fxWiCQVBbQFrMuVvtXEmHxeRRJVEgTh/4TdulB7wrtQIUQ==
dependencies:
"@sentry/core" "7.93.0"
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"
"@sentry/core" "7.94.1"
"@sentry/types" "7.94.1"
"@sentry/utils" "7.94.1"

"@sentry/core@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.93.0.tgz#50a14bf305130dfef51810e4c97fcba4972a57ef"
integrity sha512-vZQSUiDn73n+yu2fEcH+Wpm4GbRmtxmnXnYCPgM6IjnXqkVm3awWAkzrheADblx3kmxrRiOlTXYHw9NTWs56fg==
"@sentry/core@7.94.1":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.94.1.tgz#3696cd78b2196ac27fda5bcfb2338f46241a3ff8"
integrity sha512-4sjiMnkbGpv9O98YHVZe7fHNwwdYl+zLoCOoEOadtrJ1EYYvnK/MSixN2HJF7g/0s22xd4xY958QyNIRVR+Iiw==
dependencies:
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"
"@sentry/types" "7.94.1"
"@sentry/utils" "7.94.1"

"@sentry/node@^7.73.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.93.0.tgz#7786d05d1e3e984207a866b07df1bf891355892e"
integrity sha512-nUXPCZQm5Y9Ipv7iWXLNp5dbuyi1VvbJ3RtlwD7utgsNkRYB4ixtKE9w2QU8DZZAjaEF6w2X94OkYH6C932FWw==
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.94.1.tgz#3e123e546330d89e71004f9f5cad1f9ba7581598"
integrity sha512-30nyrfVbY1vNoWg5ptGW+soykU532VvKLuXiKty3SKEXjp5bv23JrCcVtuwp9KrW4josHOJbxZUqeNni85YplQ==
dependencies:
"@sentry-internal/tracing" "7.93.0"
"@sentry/core" "7.93.0"
"@sentry/types" "7.93.0"
"@sentry/utils" "7.93.0"
https-proxy-agent "^5.0.0"
"@sentry-internal/tracing" "7.94.1"
"@sentry/core" "7.94.1"
"@sentry/types" "7.94.1"
"@sentry/utils" "7.94.1"

"@sentry/types@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.93.0.tgz#d76d26259b40cd0688e1d634462fbff31476c1ec"
integrity sha512-UnzUccNakhFRA/esWBWP+0v7cjNg+RilFBQC03Mv9OEMaZaS29zSbcOGtRzuFOXXLBdbr44BWADqpz3VW0XaNw==
"@sentry/types@7.94.1":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.94.1.tgz#97b653a6e73078fc82a2c9d2129e22c7ae1ee248"
integrity sha512-A7CdEXFSgGyWv2BT2p9cAvJfb+dypvOtsY8ZvZvdPLUa7kqCV7ndhURUqKjvMBzsL2GParHn3ehDTl2eVc7pvA==

"@sentry/utils@7.93.0":
version "7.93.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.93.0.tgz#36225038661fe977baf01e4695ef84794d591e45"
integrity sha512-Iovj7tUnbgSkh/WrAaMrd5UuYjW7AzyzZlFDIUrwidsyIdUficjCG2OIxYzh76H6nYIx9SxewW0R54Q6XoB4uA==
"@sentry/utils@7.94.1":
version "7.94.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.94.1.tgz#1164934cf6e2277fb404744b27de38a04310895d"
integrity sha512-gQ2EaMpUU1gGH3S+iqpog9gkXbCo8tlhGYA9a5FUtEtER3D3OAlp8dGFwClwzWDAwzjdLT1+X55zmEptU1cP/A==
dependencies:
"@sentry/types" "7.93.0"
"@sentry/types" "7.94.1"

"@simple-dom/interface@^1.4.0":
version "1.4.0"
Expand Down Expand Up @@ -2712,13 +2722,6 @@ acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==

agent-base@6:
version "6.0.2"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
dependencies:
debug "4"

ajv-formats@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
Expand Down Expand Up @@ -3014,12 +3017,12 @@ babel-plugin-module-resolver@^5.0.0:
resolve "^1.22.1"

babel-plugin-polyfill-corejs2@^0.4.7:
version "0.4.7"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz#679d1b94bf3360f7682e11f2cb2708828a24fe8c"
integrity sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==
version "0.4.8"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
dependencies:
"@babel/compat-data" "^7.22.6"
"@babel/helper-define-polyfill-provider" "^0.4.4"
"@babel/helper-define-polyfill-provider" "^0.5.0"
semver "^6.3.1"

babel-plugin-polyfill-corejs3@^0.8.7:
Expand All @@ -3031,11 +3034,11 @@ babel-plugin-polyfill-corejs3@^0.8.7:
core-js-compat "^3.33.1"

babel-plugin-polyfill-regenerator@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.4.tgz#c6fc8eab610d3a11eb475391e52584bacfc020f4"
integrity sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==
version "0.5.5"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.4"
"@babel/helper-define-polyfill-provider" "^0.5.0"

babel-plugin-prismjs@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -3383,9 +3386,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001565, caniuse-lite@^1.0.30001578:
version "1.0.30001578"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001578.tgz#11741580434ce60aae4b4a9abee9f9f8d7bf5be5"
integrity sha512-J/jkFgsQ3NEl4w2lCoM9ZPxrD+FoBNJ7uJUpGVjIg/j0OwJosWM36EPDv+Yyi0V4twBk9pPmlFS+PLykgEvUmg==
version "1.0.30001579"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz#45c065216110f46d6274311a4b3fcf6278e0852a"
integrity sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==

caseless@~0.12.0:
version "0.12.0"
Expand Down Expand Up @@ -3628,9 +3631,9 @@ [email protected]:
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==

core-js-compat@^3.31.0, core-js-compat@^3.33.1:
version "3.35.0"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.0.tgz#c149a3d1ab51e743bc1da61e39cb51f461a41873"
integrity sha512-5blwFAddknKeNgsjBzilkdQ0+YK8L1PfqPYq40NOYMYFSS38qj+hpTcLLWwpIwA2A5bje/x5jmVn2tzUMg9IVw==
version "3.35.1"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==
dependencies:
browserslist "^4.22.2"

Expand Down Expand Up @@ -3798,7 +3801,7 @@ [email protected], debug@^2.1.3, debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
dependencies:
ms "2.0.0"

debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
Expand Down Expand Up @@ -3941,10 +3944,10 @@ dotenv-webpack@^8.0.1:
dependencies:
dotenv-defaults "^2.0.2"

dotenv@^16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==
dotenv@^16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.2.tgz#3cb611ce5a63002dbabf7c281bc331f69d28f03f"
integrity sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==

dotenv@^8.2.0:
version "8.6.0"
Expand Down Expand Up @@ -3992,9 +3995,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.4.601:
version "1.4.637"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.637.tgz#ed8775cf5e0c380c3e8452e9818a0e4b7a671ac4"
integrity sha512-G7j3UCOukFtxVO1vWrPQUoDk3kL70mtvjc/DC/k2o7lE0wAdq+Vwp1ipagOow+BH0uVztFysLWbkM/RTIrbK3w==
version "1.4.640"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.640.tgz#76290a36fa4b5f1f4cadaf1fc582478ebb3ac246"
integrity sha512-z/6oZ/Muqk4BaE7P69bXhUhpJbUM9ZJeka43ZwxsDshKtePns4mhBlh8bU5+yrnOnz3fhG82XLzGUXazOmsWnA==

ember-cli-babel-plugin-helpers@^1.1.1:
version "1.1.1"
Expand Down Expand Up @@ -5240,14 +5243,6 @@ http2-wrapper@^2.1.10:
quick-lru "^5.1.1"
resolve-alpn "^1.2.0"

https-proxy-agent@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
dependencies:
agent-base "6"
debug "4"

human-signals@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
Expand Down

0 comments on commit f24fab3

Please sign in to comment.