Skip to content

Commit 600b66c

Browse files
fix(deps): update fonts to v5.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 254c29e commit 600b66c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "CC-BY-SA-4.0",
77
"type": "module",
88
"dependencies": {
9-
"@fontsource/kumbh-sans": "5.0.21",
10-
"@fontsource/lato": "5.0.22",
9+
"@fontsource/kumbh-sans": "5.2.0",
10+
"@fontsource/lato": "5.2.0",
1111
"bootstrap": "5.3.3",
1212
"fork-awesome": "1.2.0",
1313
"node-fetch": "3.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "0.3.9"
1111

12-
"@fontsource/kumbh-sans@5.0.21":
13-
version "5.0.21"
14-
resolved "https://registry.yarnpkg.com/@fontsource/kumbh-sans/-/kumbh-sans-5.0.21.tgz#4a4f6f714a359d3d715d5ecc86b84b24236f9638"
15-
integrity sha512-e5VNqvZ7ebJSeKue51JCjgwJ0iZLBPLgunXq02nocTMDB1RZ7Y2P/36EyAS/7AMSGUxVPPM0ZXBZaYuYyBVEjw==
16-
17-
"@fontsource/lato@5.0.22":
18-
version "5.0.22"
19-
resolved "https://registry.yarnpkg.com/@fontsource/lato/-/lato-5.0.22.tgz#3b3c64eda10de3f94c724dbf13306c33ecff59b2"
20-
integrity sha512-Q0ok83IXWY5DG3pp1KLxzpq7ax5ys7/B/huKl2QtACiTFfsqFjy8n4B709NdK/Vd/CO3mYFBwg9cdYQtKGXiGQ==
12+
"@fontsource/kumbh-sans@5.2.0":
13+
version "5.2.0"
14+
resolved "https://registry.yarnpkg.com/@fontsource/kumbh-sans/-/kumbh-sans-5.2.0.tgz#eb58cc920af31896063c98223ed0fa908f711256"
15+
integrity sha512-rGUT1GonS3G+dGG+DoiG6K+O4+fEUnL3nj4HGPQG/pSbgdt4HPJIiDrs6mVkjVC+XqoolwgzVEiWQtF2d4MILg==
16+
17+
"@fontsource/lato@5.2.0":
18+
version "5.2.0"
19+
resolved "https://registry.yarnpkg.com/@fontsource/lato/-/lato-5.2.0.tgz#2187bb6e67bf2930fb8ec77853221a461029fef2"
20+
integrity sha512-w3pKE2LfFUvA9DZ2qqrnq9zaz+if+sVMObEMmo3c4VVrxJcsxTywaH1uNZREwU9PbZ1bKt6s9p4Oi0Qp4jGVdQ==
2121

2222
"@jridgewell/resolve-uri@^3.0.3":
2323
version "3.1.2"

0 commit comments

Comments
 (0)