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 unified from 10.1.2 to 11.0.3 #444

Closed
wants to merge 1 commit into from
Closed
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 @@ -175,7 +175,7 @@
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.1.6",
"unified": "10.1.2",
"unified": "11.0.3",
"unist-util-remove": "4.0.0",
"unist-util-source": "5.0.0",
"unist-util-visit": "5.0.0",
Expand Down
34 changes: 18 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ __metadata:
trash-cli: "npm:5.0.0"
ts-dedent: "npm:2.2.0"
typescript: "npm:5.1.6"
unified: "npm:10.1.2"
unified: "npm:11.0.3"
unist-util-remove: "npm:4.0.0"
unist-util-source: "npm:5.0.0"
unist-util-visit: "npm:5.0.0"
Expand Down Expand Up @@ -5643,7 +5643,7 @@ __metadata:
languageName: node
linkType: hard

"dequal@npm:2.0.3":
"dequal@npm:2.0.3, dequal@npm:^2.0.0":
version: 2.0.3
resolution: "dequal@npm:2.0.3"
checksum: 7a633ec0ba78bc08ba217b762b15157d2ec99edb50a82124df2c341255b1943217215872888981cc6a6ee02406ab1b09783f5b51b7db8d8f8f1284092f379aad
Expand Down Expand Up @@ -5678,6 +5678,15 @@ __metadata:
languageName: node
linkType: hard

"devlop@npm:^1.0.0":
version: 1.1.0
resolution: "devlop@npm:1.1.0"
dependencies:
dequal: "npm:^2.0.0"
checksum: c7511ebb0be16efac6496f1eec568f74153f1db57b82fa39497fad19fe2977516c4785fc54bb24fdea379145be57a37dfef9212dadc10ace25739f742cec2f70
languageName: node
linkType: hard

"diff-sequences@npm:^29.4.3":
version: 29.4.3
resolution: "diff-sequences@npm:29.4.3"
Expand Down Expand Up @@ -8074,13 +8083,6 @@ __metadata:
languageName: node
linkType: hard

"is-buffer@npm:^2.0.0":
version: 2.0.5
resolution: "is-buffer@npm:2.0.5"
checksum: e3ca83ee43ce9d896ab8389d74b0e5870c960ea06fdbd1e793b4347631038ef12e5494c339fb2645fc3cb18c0e61dda5bb67b2edea2163b20a6b502500c44601
languageName: node
linkType: hard

"is-builtin-module@npm:^3.2.1":
version: 3.2.1
resolution: "is-builtin-module@npm:3.2.1"
Expand Down Expand Up @@ -11841,18 +11843,18 @@ __metadata:
languageName: node
linkType: hard

"unified@npm:10.1.2":
version: 10.1.2
resolution: "unified@npm:10.1.2"
"unified@npm:11.0.3":
version: 11.0.3
resolution: "unified@npm:11.0.3"
dependencies:
"@types/unist": "npm:^2.0.0"
"@types/unist": "npm:^3.0.0"
bail: "npm:^2.0.0"
devlop: "npm:^1.0.0"
extend: "npm:^3.0.0"
is-buffer: "npm:^2.0.0"
is-plain-obj: "npm:^4.0.0"
trough: "npm:^2.0.0"
vfile: "npm:^5.0.0"
checksum: 50c5c3d2c141a124f1bf552f4e9f138b82d08d4fa3da95e95586001be0214b0c8b4a946ef7aea5212daaefdafe8be938b0cc9f498d9073962f34dcd7435da015
vfile: "npm:^6.0.0"
checksum: a7897c215196606db8f0da8286f8164b3fc12ce13fc71ddde1249e28a70c8c13d5a4972cb3a55aeb2d3ea856b9538ad188b2e9745bfa7f566cb8fec80f1d6fa2
languageName: node
linkType: hard

Expand Down
Loading