Skip to content

Commit

Permalink
fix(deps): update dependency unist-util-visit to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 18eab57 commit 86aa66c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"transform": {}
},
"dependencies": {
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@babel/preset-env": "7.23.2",
Expand Down
39 changes: 38 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3636,7 +3636,7 @@ __metadata:
hast-util-to-html: 2.1.0
jest: 29.7.0
rehype: 11.0.0
unist-util-visit: ^2.0.3
unist-util-visit: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5588,6 +5588,13 @@ __metadata:
languageName: node
linkType: hard

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

"@types/yargs-parser@npm:*":
version: 21.0.0
resolution: "@types/yargs-parser@npm:21.0.0"
Expand Down Expand Up @@ -21379,6 +21386,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 Down Expand Up @@ -21442,6 +21458,16 @@ __metadata:
languageName: node
linkType: hard

"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, unist-util-visit@npm:^2.0.3":
version: 2.0.3
resolution: "unist-util-visit@npm:2.0.3"
Expand All @@ -21464,6 +21490,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

"universalify@npm:^0.2.0":
version: 0.2.0
resolution: "universalify@npm:0.2.0"
Expand Down

0 comments on commit 86aa66c

Please sign in to comment.