Skip to content

Commit bc6964c

Browse files
committed
chore: update yaml to v2.7.0
1 parent 4424de7 commit bc6964c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.size-limit.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "zx/index",
1111
"path": "build/*.{js,cjs}",
12-
"limit": "808 kB",
12+
"limit": "809 kB",
1313
"brotli": false,
1414
"gzip": false
1515
},
@@ -23,14 +23,14 @@
2323
{
2424
"name": "vendor",
2525
"path": "build/vendor-*",
26-
"limit": "763 kB",
26+
"limit": "765 kB",
2727
"brotli": false,
2828
"gzip": false
2929
},
3030
{
3131
"name": "all",
3232
"path": "build/*",
33-
"limit": "846 kB",
33+
"limit": "847 kB",
3434
"brotli": false,
3535
"gzip": false
3636
}

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"typescript": "^5.7.2",
135135
"vitepress": "^1.5.0",
136136
"which": "^5.0.0",
137-
"yaml": "~2.5.1",
137+
"yaml": "~2.7.0",
138138
"zurk": "^0.10.0"
139139
},
140140
"publishConfig": {

src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export async function main() {
131131
await scriptFromHttp(firstArg, argv.ext)
132132
return
133133
}
134-
const filepath = firstArg.startsWith('file://')
134+
const filepath = firstArg.startsWith('file:')
135135
? url.fileURLToPath(firstArg)
136136
: path.resolve(firstArg)
137137
await importPath(filepath)

0 commit comments

Comments
 (0)