Skip to content

Commit e022eaf

Browse files
committed
fix(deps): resolve variable font cjk numbered subsets
1 parent 3ec0812 commit e022eaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/node": "^22.14.1",
1010
"algoliasearch": "4.24.0",
1111
"consola": "^3.4.2",
12-
"google-font-metadata": "^6.0.5",
12+
"google-font-metadata": "^6.0.6",
1313
"json-stringify-pretty-compact": "^4.0.0",
1414
"pathe": "1.1.2",
1515
},
@@ -158,7 +158,7 @@
158158

159159
"glob": ["[email protected]", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg=="],
160160

161-
"google-font-metadata": ["[email protected].5", "", { "dependencies": { "@evan/concurrency": "^0.0.3", "@octokit/core": "^6.1.2", "cac": "^6.7.14", "consola": "^3.3.3", "deepmerge": "^4.3.1", "json-stringify-pretty-compact": "^4.0.0", "linkedom": "^0.18.6", "pathe": "^1.1.2", "picocolors": "^1.1.1", "playwright": "^1.49.1", "stylis": "^4.3.4", "zod": "^3.24.1" }, "bin": { "gfm": "dist/cli.mjs" } }, "sha512-K8+buh3KUX/qIu5D+HQYWtfyL8lOdXEgZs380k1S52w2sDKh8vc5XWv5VMgUD12COILB1MMH1CphkPajTQ6Z9w=="],
161+
"google-font-metadata": ["[email protected].6", "", { "dependencies": { "@evan/concurrency": "^0.0.3", "@octokit/core": "^6.1.2", "cac": "^6.7.14", "consola": "^3.3.3", "deepmerge": "^4.3.1", "json-stringify-pretty-compact": "^4.0.0", "linkedom": "^0.18.6", "pathe": "^1.1.2", "picocolors": "^1.1.1", "playwright": "^1.49.1", "stylis": "^4.3.4", "zod": "^3.24.1" }, "bin": { "gfm": "dist/cli.mjs" } }, "sha512-zM7U3Q/us2eZrgRSOmGdsX1T17K4AFR6gW5tyli9oXA3c8Tby3IGTL04BsuMX7VpT+thdDlDNrYpQS/ycGhsJA=="],
162162

163163
"graceful-fs": ["[email protected]", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="],
164164

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^22.14.1",
2121
"algoliasearch": "4.24.0",
2222
"consola": "^3.4.2",
23-
"google-font-metadata": "^6.0.5",
23+
"google-font-metadata": "^6.0.6",
2424
"json-stringify-pretty-compact": "^4.0.0",
2525
"pathe": "1.1.2"
2626
},

0 commit comments

Comments
 (0)