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-visit from 2.0.3 to 5.0.0 #295

Open
wants to merge 1 commit into
base: master
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 @@ -148,7 +148,7 @@
"tmp-promise": "^3.0.3",
"tzientist": "^2.3.0",
"unified": "^9.2.2",
"unist-util-visit": "^2.0.3",
"unist-util-visit": "^5.0.0",
"unzipper": "^0.10.11",
"uuid": "^9.0.0",
"winston": "^3.8.2",
Expand Down
41 changes: 39 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3695,6 +3695,13 @@ __metadata:
languageName: node
linkType: hard

"@types/unist@npm:^3.0.0":
version: 3.0.0
resolution: "@types/unist@npm:3.0.0"
checksum: e9d21a8fb5e332be0acef29192d82632875b2ef3e700f1bc64fdfc1520189542de85c3d4f3bcfbc2f4afdb210f4c23f68061f3fbf10744e920d4f18430d19f49
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.1":
version: 9.0.1
resolution: "@types/uuid@npm:9.0.1"
Expand Down Expand Up @@ -4041,7 +4048,7 @@ __metadata:
typescript: ^4.9.5
tzientist: ^2.3.0
unified: ^9.2.2
unist-util-visit: ^2.0.3
unist-util-visit: ^5.0.0
unzipper: ^0.10.11
uuid: ^9.0.0
winston: ^3.8.2
Expand Down Expand Up @@ -14477,6 +14484,15 @@ __metadata:
languageName: node
linkType: hard

"unist-util-is@npm:^6.0.0":
version: 6.0.0
resolution: "unist-util-is@npm:6.0.0"
dependencies:
"@types/unist": ^3.0.0
checksum: f630a925126594af9993b091cf807b86811371e465b5049a6283e08537d3e6ba0f7e248e1e7dab52cfe33f9002606acef093441137181b327f6fe504884b20e2
languageName: node
linkType: hard

"unist-util-position@npm:^3.0.0":
version: 3.1.0
resolution: "unist-util-position@npm:3.1.0"
Expand All @@ -14503,7 +14519,17 @@ __metadata:
languageName: node
linkType: hard

"unist-util-visit@npm:^2.0.0, unist-util-visit@npm:^2.0.3":
"unist-util-visit-parents@npm:^6.0.0":
version: 6.0.1
resolution: "unist-util-visit-parents@npm:6.0.1"
dependencies:
"@types/unist": ^3.0.0
unist-util-is: ^6.0.0
checksum: 08927647c579f63b91aafcbec9966dc4a7d0af1e5e26fc69f4e3e6a01215084835a2321b06f3cbe7bf7914a852830fc1439f0fc3d7153d8804ac3ef851ddfa20
languageName: node
linkType: hard

"unist-util-visit@npm:^2.0.0":
version: 2.0.3
resolution: "unist-util-visit@npm:2.0.3"
dependencies:
Expand All @@ -14514,6 +14540,17 @@ __metadata:
languageName: node
linkType: hard

"unist-util-visit@npm:^5.0.0":
version: 5.0.0
resolution: "unist-util-visit@npm:5.0.0"
dependencies:
"@types/unist": ^3.0.0
unist-util-is: ^6.0.0
unist-util-visit-parents: ^6.0.0
checksum: 9ec42e618e7e5d0202f3c191cd30791b51641285732767ee2e6bcd035931032e3c1b29093f4d7fd0c79175bbc1f26f24f26ee49770d32be76f8730a652a857e6
languageName: node
linkType: hard

"universal-user-agent@npm:^6.0.0":
version: 6.0.0
resolution: "universal-user-agent@npm:6.0.0"
Expand Down
Loading