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

Bump unist-util-remove-position from 3.0.0 to 4.0.2 #2042

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
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 @@ -66,7 +66,7 @@
"typography": "^0.16.21",
"typography-theme-lincoln": "^0.16.19",
"unist-util-remove": "^2.1.0",
"unist-util-remove-position": "^3.0.0",
"unist-util-remove-position": "^4.0.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
Expand Down
40 changes: 39 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13216,7 +13216,7 @@ __metadata:
typography-theme-lincoln: ^0.16.19
unified: ^9.2.2
unist-util-remove: ^2.1.0
unist-util-remove-position: ^3.0.0
unist-util-remove-position: ^4.0.2
unist-util-visit: ^2.0.3
vercel: ^28.4.6
weak-napi: ^2.0.2
Expand Down Expand Up @@ -20384,6 +20384,13 @@ typescript@^4.8.4:
languageName: node
linkType: hard

"unist-util-is@npm:^5.0.0":
version: 5.2.0
resolution: "unist-util-is@npm:5.2.0"
checksum: b80debe1ce5d40a8d685c510f597e5c8b8f7089540e9e268bda1b05bcce735c10bf36d5b0e4ecded50c63fa43b8a11b0e4b784beecf1559f153a2f2855e8526c
languageName: node
linkType: hard

"unist-util-modify-children@npm:^2.0.0":
version: 2.0.0
resolution: "unist-util-modify-children@npm:2.0.0"
Expand All @@ -20409,6 +20416,16 @@ typescript@^4.8.4:
languageName: node
linkType: hard

"unist-util-remove-position@npm:^4.0.2":
version: 4.0.2
resolution: "unist-util-remove-position@npm:4.0.2"
dependencies:
"@types/unist": ^2.0.0
unist-util-visit: ^4.0.0
checksum: 989831da913d09a82a99ed9b47b78471b6409bde95942cde47e09da54b7736516f17e3c7e026af468684c1efcec5fb52df363381b2f9dc7fd96ce791c5a2fa4a
languageName: node
linkType: hard

"unist-util-remove@npm:^2.1.0":
version: 2.1.0
resolution: "unist-util-remove@npm:2.1.0"
Expand Down Expand Up @@ -20466,6 +20483,16 @@ typescript@^4.8.4:
languageName: node
linkType: hard

"unist-util-visit-parents@npm:^5.1.1":
version: 5.1.3
resolution: "unist-util-visit-parents@npm:5.1.3"
dependencies:
"@types/unist": ^2.0.0
unist-util-is: ^5.0.0
checksum: 8ecada5978994f846b64658cf13b4092cd78dea39e1ba2f5090a5de842ba4852712c02351a8ae95250c64f864635e7b02aedf3b4a093552bb30cf1bd160efbaa
languageName: node
linkType: hard

"unist-util-visit@npm:^1.3.1, unist-util-visit@npm:^1.4.1":
version: 1.4.1
resolution: "unist-util-visit@npm:1.4.1"
Expand All @@ -20486,6 +20513,17 @@ typescript@^4.8.4:
languageName: node
linkType: hard

"unist-util-visit@npm:^4.0.0":
version: 4.1.2
resolution: "unist-util-visit@npm:4.1.2"
dependencies:
"@types/unist": ^2.0.0
unist-util-is: ^5.0.0
unist-util-visit-parents: ^5.1.1
checksum: 95a34e3f7b5b2d4b68fd722b6229972099eb97b6df18913eda44a5c11df8b1e27efe7206dd7b88c4ed244a48c474a5b2e2629ab79558ff9eb936840295549cee
languageName: node
linkType: hard

"universalify@npm:^0.1.0, universalify@npm:^0.1.2":
version: 0.1.2
resolution: "universalify@npm:0.1.2"
Expand Down