diff --git a/package-lock.json b/package-lock.json index f3936ae..122677a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "AGPL-3.0-only", "dependencies": { - "@fontsource-variable/geist": "^5.2.9", + "@fontsource-variable/geist": "^5.3.0", "@fontsource-variable/inter": "^5.2.8", "pdfjs-dist": "^6.2.108" }, @@ -470,9 +470,9 @@ } }, "node_modules/@fontsource-variable/geist": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/@fontsource-variable/geist/-/geist-5.2.9.tgz", - "integrity": "sha512-TP+QSBG3wxKGPE33CbMy/L0Nu3qvJ6Fy81Yc4LnQ95xH+i+cfEp8fyU8/kfV14YwszxIFPhnoMTbjL71waVpyQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fontsource-variable/geist/-/geist-5.3.0.tgz", + "integrity": "sha512-j0m+vLQuG5XAYoHtGCVu0spvlGreR3EzpECUVzkFmI1mTVnAO38l/NEPDCFgZ177JxzYJCLSmTQibIiYPilGrA==", "license": "OFL-1.1", "funding": { "url": "https://github.com/sponsors/ayuhito" diff --git a/package.json b/package.json index c239c99..e1c9a11 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "vite": "^7.0.0" }, "dependencies": { - "@fontsource-variable/geist": "^5.2.9", + "@fontsource-variable/geist": "^5.3.0", "@fontsource-variable/inter": "^5.2.8", "pdfjs-dist": "^6.2.108" },