Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump vfile from 6.0.1 to 6.0.2 #33

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.44",
"vfile": "6.0.1",
"vfile": "6.0.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.3",
"xast-util-from-xml": "4.0.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ __metadata:
ts-dedent: "npm:2.2.0"
typescript: "npm:5.5.3"
typescript-eslint: "npm:8.0.0-alpha.44"
vfile: "npm:6.0.1"
vfile: "npm:6.0.2"
vite-tsconfig-paths: "npm:4.3.2"
vitest: "npm:2.0.3"
xast-util-from-xml: "npm:4.0.0"
Expand Down Expand Up @@ -10672,7 +10672,7 @@ __metadata:
languageName: node
linkType: hard

"vfile@npm:6.0.1, vfile@npm:^6.0.0, vfile@npm:^6.0.1":
"vfile@npm:6.0.1":
version: 6.0.1
resolution: "vfile@npm:6.0.1"
dependencies:
Expand All @@ -10683,6 +10683,17 @@ __metadata:
languageName: node
linkType: hard

"vfile@npm:6.0.2, vfile@npm:^6.0.0, vfile@npm:^6.0.1":
version: 6.0.2
resolution: "vfile@npm:6.0.2"
dependencies:
"@types/unist": "npm:^3.0.0"
unist-util-stringify-position: "npm:^4.0.0"
vfile-message: "npm:^4.0.0"
checksum: 10/8c36b4887b071aa9215a16c96916e96e75f3f3516cb87fa7ba1ec79fda3a1d87b66068e56b73f01c249b8fefa897dc52e3a6c736fd1053133ad3920f33482756
languageName: node
linkType: hard

"vite-node@npm:2.0.3":
version: 2.0.3
resolution: "vite-node@npm:2.0.3"
Expand Down
Loading